Searched defs:CopyLen (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 61 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/ |
D | BPFSelectionDAGInfo.cpp | 30 unsigned CopyLen = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
|
D | BPFInstrInfo.cpp | 49 uint64_t CopyLen = MI->getOperand(2).getImm(); in expandMEMCPY() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 27 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/ |
D | NVPTXLowerAggrCopies.cpp | 111 ConstantInt *CopyLen = in runOnFunction() local
|