| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 477 auto *SrcSCEV = SE->getSCEV(Memcpy->getRawSource()); in canOverlap() 492 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 504 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 519 Value *SrcAddr = Memmove->getRawSource(); in expandMemMoveAsLoop() 584 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop() 597 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1186 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence() 1193 M->getRawDest(), M->getDestAlign(), MDep->getRawSource(), in processMemCpyMemCpyDependence() 1197 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence() 1371 if (!BAA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn() 1800 M->getRawSource()->getType(), in processMemMove()
|
| H A D | InferAddressSpaces.cpp | 513 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 1051 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
| H A D | SROA.cpp | 1253 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst() 3324 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst() 3390 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 985 Value *getRawSource() const { in getRawSource() function 996 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() 999 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace() 1016 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
|
| H A D | DebugInfoMetadata.h | 674 MDString *getRawSource() const { return Source; } in getRawSource() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 104 assert(MTI->getRawSource() == MTI->getArgOperand(1)); in getForSource()
|
| H A D | StackSafetyAnalysis.cpp | 320 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange() 474 if (MTI->getRawSource() != UI && MTI->getRawDest() != UI) in analyzeAllUses()
|
| H A D | LazyValueInfo.cpp | 687 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 736 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 741 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 259 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 409 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace()
|
| H A D | InstCombineCalls.cpp | 106 auto *Src = MI->getRawSource(); in hasUndefSource() 123 Align SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 1516 ID, MI->getRawDest(), MI->getDestAlign(), MI->getRawSource(), in tryPromoteAllocaToLDS()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2537 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6235 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 6244 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall() 6251 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 6260 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2722 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3496 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1870 auto Source = N->getRawSource(); in writeDIFile()
|