LLVM  3.7.0
Macros | Functions
NVPTXLowerAggrCopies.cpp File Reference
#include "NVPTXLowerAggrCopies.h"
#include "llvm/CodeGen/MachineFunctionAnalysis.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/InstIterator.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 dependency graph for NVPTXLowerAggrCopies.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "nvptx"
 

Functions

static void convertTransferToLoop (Instruction *splitAt, Value *srcAddr, Value *dstAddr, Value *len, bool srcVolatile, bool dstVolatile, LLVMContext &Context, Function &F)
 
static void convertMemSetToLoop (Instruction *splitAt, Value *dstAddr, Value *len, Value *val, LLVMContext &Context, Function &F)
 

Macro Definition Documentation

#define DEBUG_TYPE   "nvptx"

Definition at line 29 of file NVPTXLowerAggrCopies.cpp.

Function Documentation

static void convertMemSetToLoop ( Instruction splitAt,
Value dstAddr,
Value len,
Value val,
LLVMContext Context,
Function F 
)
static
static void convertTransferToLoop ( Instruction splitAt,
Value srcAddr,
Value dstAddr,
Value len,
bool  srcVolatile,
bool  dstVolatile,
LLVMContext Context,
Function F 
)
static