| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 872 const SCEV *SrcSCEV = SE->getSCEV(Memcpy->getRawSource()); in canOverlap() 887 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 899 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 914 Value *SrcAddr = Memmove->getRawSource(); in expandMemMoveAsLoop() 992 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop() 1005 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1043 Value *getRawSource() const { in getRawSource() function 1054 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() 1057 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace() 1074 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
|
| H A D | DebugInfoMetadata.h | 681 MDString *getRawSource() const { return Source; } in getRawSource() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 99 assert(MTI->getRawSource() == MTI->getArgOperand(1)); in getForSource()
|
| H A D | StackSafetyAnalysis.cpp | 344 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange() 496 if (MTI->getRawSource() != UI && MTI->getRawDest() != UI) in analyzeAllUses()
|
| H A D | LazyValueInfo.cpp | 648 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 574 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 1143 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
| H A D | MemCpyOptimizer.cpp | 1189 M->getRawDest()->getPointerOffsetFrom(MDep->getRawSource(), DL); in processMemCpyMemCpyDependence() 1949 Type *ArgTys[3] = {M->getRawDest()->getType(), M->getRawSource()->getType(), in processMemMove()
|
| H A D | SROA.cpp | 1223 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst() 3385 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst() 3451 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 248 if (MI->getRawSource() == I.OldUse->get()) { in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 258 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 907 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 912 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 437 auto *SrcV = MemCpy->getRawSource(); in replace()
|
| H A D | InstCombineCalls.cpp | 107 auto *Src = MI->getRawSource(); in hasUndefSource() 124 Align SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer() 1750 SrcIsUndefined = IsPointerUndefined(MTI->getRawSource()); in visitCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 1690 ID, MI->getRawDest(), MI->getDestAlign(), MI->getRawSource(), in tryPromoteAllocaToLDS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2603 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6631 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 6640 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall() 6647 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 6656 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2760 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3504 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2098 auto Source = N->getRawSource(); in writeDIFile()
|