Home
last modified time | relevance | path

Searched defs:SrcAddr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp60 void convertMemCpyToLoop(Instruction *ConvertedInst, Value *SrcAddr, in convertMemCpyToLoop()
131 void convertMemMoveToLoop(Instruction *ConvertedInst, Value *SrcAddr, in convertMemMoveToLoop()
287 Value *SrcAddr = LI->getOperand(0); in runOnFunction() local
DNVPTXISelLowering.cpp2277 SDValue SrcAddr = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, in LowerFormalArguments() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp26 void llvm::createMemCpyLoopKnownSize(Instruction *InsertBefore, Value *SrcAddr, in createMemCpyLoopKnownSize()
137 Value *SrcAddr, Value *DstAddr, in createMemCpyLoopUnknownSize()
289 Value *SrcAddr, Value *DstAddr, Value *CopyLen, in createMemMoveLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp108 Value *SrcAddr = LI->getOperand(0); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp226 auto SrcAddr = Op->getType()->getPointerAddressSpace(); in lowerAddrSpaceCast() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp748 uint64_t RuntimeDyldCheckerImpl::readMemoryAtAddr(uint64_t SrcAddr, in readMemoryAtAddr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp765 uint64_t RuntimeDyldCheckerImpl::readMemoryAtAddr(uint64_t SrcAddr, in readMemoryAtAddr()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp324 Address DestAddr, Address SrcAddr, QualType OriginalType, in EmitOMPAggregateAssign()
453 Address SrcAddr = Address::invalid()) { in EmitOMPAggregateInit()
535 Address SrcAddr, const VarDecl *DestVD, in EmitOMPCopy()
DCGBuiltin.cpp1007 Address SrcAddr = EmitPointerWithAlignment(E->getArg(1)); in EmitBuiltinExpr() local
6692 Address SrcAddr = EmitMSVAListRef(E->getArg(1)); in EmitX86BuiltinExpr() local
DCGOpenMPRuntime.cpp2202 Address SrcAddr = emitAddrOfVarFromArray(CGF, RHS, I, SrcVar); in emitCopyprivateCopyFunction() local