Home
last modified time | relevance | path

Searched defs:CopyLen (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp61 Value *DstAddr, Value *CopyLen, bool SrcIsVolatile, in convertMemCpyToLoop()
132 Value *DstAddr, Value *CopyLen, bool SrcIsVolatile, in convertMemMoveToLoop()
209 Value *CopyLen, Value *SetValue, LLVMContext &Context, in convertMemSetToLoop()
290 Value *CopyLen = ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp30 unsigned CopyLen = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
DBPFInstrInfo.cpp49 uint64_t CopyLen = MI->getOperand(2).getImm(); in expandMEMCPY() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp27 Value *DstAddr, ConstantInt *CopyLen, in createMemCpyLoopKnownSize()
138 Value *CopyLen, unsigned SrcAlign, in createMemCpyLoopUnknownSize()
289 Value *SrcAddr, Value *DstAddr, Value *CopyLen, in createMemMoveLoop()
366 Value *DstAddr, Value *CopyLen, Value *SetValue, in createMemSetLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp111 ConstantInt *CopyLen = in runOnFunction() local