Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h59 auto SrcAddr = Op->getType()->getPointerAddressSpace(); in lowerAddrSpaceCast() local
/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp133 performAddrSpaceCast(CodeGen::CodeGenFunction & CGF,llvm::Value * Src,LangAS SrcAddr,LangAS DestAddr,llvm::Type * DestTy,bool isNonNull) const performAddrSpaceCast() argument
146 performAddrSpaceCast(CodeGenModule & CGM,llvm::Constant * Src,LangAS SrcAddr,LangAS DestAddr,llvm::Type * DestTy) const performAddrSpaceCast() argument
H A DCGNonTrivialStruct.cpp518 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start); in flushTrivialFields() local
556 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset); in visitVolatileTrivial() local
563 Address SrcAddr in visitVolatileTrivial() local
[all...]
H A DCGObjC.cpp2662 llvm::Value *Object = EmitARCLoadWeakRetained(SrcAddr); in emitARCCopyAssignWeak() argument
2669 llvm::Value *Object = EmitARCLoadWeakRetained(SrcAddr); in emitARCMoveAssignWeak() argument
H A DCGStmtOpenMP.cpp718 EmitOMPAggregateAssign(Address DestAddr,Address SrcAddr,QualType OriginalType,const llvm::function_ref<void (Address,Address)> CopyGen) EmitOMPAggregateAssign() argument
783 EmitOMPCopy(QualType OriginalType,Address DestAddr,Address SrcAddr,const VarDecl * DestVD,const VarDecl * SrcVD,const Expr * Copy) EmitOMPCopy() argument
[all...]
H A DCGOpenMPRuntime.cpp660 EmitOMPAggregateInit(CodeGenFunction & CGF,Address DestAddr,QualType Type,bool EmitDeclareReductionInit,const Expr * Init,const OMPDeclareReductionDecl * DRD,Address SrcAddr=Address::invalid ()) EmitOMPAggregateInit() argument
2190 Address SrcAddr = emitAddrOfVarFromArray(CGF, RHS, I, SrcVar); emitCopyprivateCopyFunction() local
[all...]
H A DCGBuiltin.cpp4167 Address SrcAddr = EmitPointerWithAlignment(E->getArg(1)); EmitBuiltinExpr() local
6004 Address SrcAddr = EmitMSVAListRef(E->getArg(1)); EmitBuiltinExpr() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp25 Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, in createMemCpyLoopKnownSize() argument
180 createMemCpyLoopUnknownSize(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,bool CanOverlap,const TargetTransformInfo & TTI,std::optional<uint32_t> AtomicElementSize) createMemCpyLoopUnknownSize() argument
369 createMemMoveLoop(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,const TargetTransformInfo & TTI) createMemMoveLoop() argument
543 Value *SrcAddr = Memmove->getRawSource(); expandMemMoveAsLoop() local
[all...]
H A DCodeLayout.cpp153 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore() argument
1295 double distScore(uint64_t SrcAddr, uint64_t DstAddr, uint64_t Count) const { in distScore() argument
1313 uint64_t SrcAddr in distBasedLocalityGain() local
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp106 Value *SrcAddr = LI->getOperand(0); runOnFunction() local
/llvm-project/bolt/lib/Passes/
H A DTailDuplication.cpp384 double TailDuplication::cacheScore(uint64_t SrcAddr, uint64_t SrcSize, in cacheScore()
/llvm-project/offload/src/OpenMP/
H A DAPI.cpp222 void *SrcAddr = (char *)const_cast<void *>(Src) + SrcOffset; in omp_target_memcpy() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp915 readMemoryAtAddr(uint64_t SrcAddr,unsigned Size) const readMemoryAtAddr() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1271 Value *SrcAddr = Load->getPointerOperand()->stripPointerCasts(); foldSingleElementStore() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2220 shuffleAndStore(InsertPointTy AllocaIP,Value * SrcAddr,Value * DstAddr,Type * ElemType,Value * Offset,Type * ReductionArrayTy) shuffleAndStore() argument