LLVM 22.0.0git
|
#include "NVPTXLowerAggrCopies.h"
#include "NVPTX.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/StackProtector.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/LowerMemIntrinsics.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "nvptx" |
Functions | |
INITIALIZE_PASS (NVPTXLowerAggrCopies, "nvptx-lower-aggr-copies", "Lower aggregate copies, and llvm.mem* intrinsics into loops", false, false) FunctionPass *llvm |
#define DEBUG_TYPE "nvptx" |
Definition at line 30 of file NVPTXLowerAggrCopies.cpp.
INITIALIZE_PASS | ( | NVPTXLowerAggrCopies | , |
"nvptx-lower-aggr-copies" | , | ||
"Lower aggregate | copies, | ||
and llvm.mem *intrinsics into loops" | , | ||
false | , | ||
false | ) |
Definition at line 141 of file NVPTXLowerAggrCopies.cpp.
References llvm::createLowerAggrCopies().