LLVM
8.0.1
|
#include "NVPTXLowerAggrCopies.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/IRBuilder.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/Support/Debug.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/LowerMemIntrinsics.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | DEBUG_TYPE "nvptx" |
Functions | |
void | llvm::initializeNVPTXLowerAggrCopiesPass (PassRegistry &) |
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 32 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 147 of file NVPTXLowerAggrCopies.cpp.