LLVM 19.0.0git
Namespaces | Macros | Functions
NVPTXLowerAggrCopies.cpp File Reference
#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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

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
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "nvptx"

Definition at line 31 of file NVPTXLowerAggrCopies.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( NVPTXLowerAggrCopies  ,
"nvptx-lower-aggr-copies"  ,
"Lower aggregate  copies,
and llvm.mem *intrinsics into loops"  ,
false  ,
false   
)

Definition at line 146 of file NVPTXLowerAggrCopies.cpp.