Home
last modified time | relevance | path

Searched defs:DstAddr (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp24 createMemCpyLoopKnownSize(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,ConstantInt * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,bool CanOverlap,const TargetTransformInfo & TTI,std::optional<uint32_t> AtomicElementSize) createMemCpyLoopKnownSize() argument
159 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
347 createMemMoveLoop(Instruction * InsertBefore,Value * SrcAddr,Value * DstAddr,Value * CopyLen,Align SrcAlign,Align DstAlign,bool SrcIsVolatile,bool DstIsVolatile,const TargetTransformInfo & TTI) createMemMoveLoop() argument
435 createMemSetLoop(Instruction * InsertBefore,Value * DstAddr,Value * CopyLen,Value * SetValue,Align DstAlign,bool IsVolatile) createMemSetLoop() argument
520 Value *DstAddr = Memmove->getRawDest(); expandMemMoveAsLoop() local
[all...]
H A DCodeLayout.cpp153 double extTSPScore(uint64_t SrcAddr, uint64_t SrcSize, uint64_t DstAddr, in extTSPScore()
1295 double distScore(uint64_t SrcAddr, uint64_t DstAddr, uint64_t Count) const { in distScore()
1314 uint64_t DstAddr = Jump->Target->EstimatedAddr; in distBasedLocalityGain() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h61 auto DstAddr = CE->getType()->getPointerAddressSpace(); in lowerAddrSpaceCast() local
H A DSIISelLowering.cpp3704 SDValue DstAddr; LowerCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp107 Value *DstAddr = SI->getOperand(1); in runOnFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp361 Address DstAddr = StartAddrs[DstIdx]; in visitArray() local
517 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start); in flushTrivialFields() local
552 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset); visitVolatileTrivial() local
562 Address DstAddr = Addrs[DstIdx].withElementType(Ty); visitVolatileTrivial() local
660 Address DstAddr = getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD); visitArray() local
[all...]
H A DCGObjC.cpp2663 emitARCCopyAssignWeak(QualType Ty,Address DstAddr,Address SrcAddr) emitARCCopyAssignWeak() argument
2670 emitARCMoveAssignWeak(QualType Ty,Address DstAddr,Address SrcAddr) emitARCMoveAssignWeak() argument
H A DCGExpr.cpp2556 Address DstAddr = Dst.getExtVectorAddress(); EmitStoreThroughExtVectorComponentLValue() local
H A DCGStmtOpenMP.cpp347 Address DstAddr = CreateMemTemp( GenerateOpenMPCapturedVars() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2286 SDValue DstAddr; computeAddrForCallArg() local
2331 SDValue DstAddr; PassF64ArgInRegs() local
2554 SDValue DstAddr; LowerCall() local
2630 SDValue DstAddr; LowerCall() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7917 SDValue DstAddr; LowerCall() local
[all...]