| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 504 auto *SrcSCEV = SE->getSCEV(Memcpy->getRawSource()); in canOverlap() 519 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 531 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 546 Value *SrcAddr = Memmove->getRawSource(); in expandMemMoveAsLoop() 611 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop() 624 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1030 Value *getRawSource() const { in getRawSource() function 1041 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() 1044 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace() 1061 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
|
| H A D | DebugInfoMetadata.h | 675 MDString *getRawSource() const { return Source; } in getRawSource() function
|
| /src/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 | 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 | 698 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1187 M->getRawDest()->getPointerOffsetFrom(MDep->getRawSource(), DL); in processMemCpyMemCpyDependence() 1440 if (!BAA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn() 1868 Type *ArgTys[3] = {M->getRawDest()->getType(), M->getRawSource()->getType(), in processMemMove()
|
| H A D | InferAddressSpaces.cpp | 513 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 1052 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
| H A D | SROA.cpp | 1206 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst() 3289 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst() 3355 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 259 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 743 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 748 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 1598 ID, MI->getRawDest(), MI->getDestAlign(), MI->getRawSource(), in tryPromoteAllocaToLDS()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 410 auto *SrcV = 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()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2537 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6553 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 6562 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall() 6569 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 6578 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2724 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3506 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1961 auto Source = N->getRawSource(); in writeDIFile()
|