LLVM API Documentation

Namespaces | Functions
NVPTXLowerAggrCopies.cpp File Reference
#include "NVPTXLowerAggrCopies.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 dependency graph for NVPTXLowerAggrCopies.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

FunctionPassllvm::createLowerAggrCopies ()
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)

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]