/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 24 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 D | CodeLayout.cpp | 153 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 D | AMDGPUMCInstLower.h | 61 auto DstAddr = CE->getType()->getPointerAddressSpace(); in lowerAddrSpaceCast() local
|
H A D | SIISelLowering.cpp | 3704 SDValue DstAddr; LowerCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 107 Value *DstAddr = SI->getOperand(1); in runOnFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 361 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 D | CGObjC.cpp | 2663 emitARCCopyAssignWeak(QualType Ty,Address DstAddr,Address SrcAddr) emitARCCopyAssignWeak() argument 2670 emitARCMoveAssignWeak(QualType Ty,Address DstAddr,Address SrcAddr) emitARCMoveAssignWeak() argument
|
H A D | CGExpr.cpp | 2556 Address DstAddr = Dst.getExtVectorAddress(); EmitStoreThroughExtVectorComponentLValue() local
|
H A D | CGStmtOpenMP.cpp | 347 Address DstAddr = CreateMemTemp( GenerateOpenMPCapturedVars() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2286 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 D | AArch64ISelLowering.cpp | 7917 SDValue DstAddr; LowerCall() local [all...] |