Home
last modified time | relevance | path

Searched refs:getRawSource (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp504 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 DIntrinsicInst.h1030 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 DDebugInfoMetadata.h675 MDString *getRawSource() const { return Source; } in getRawSource() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp104 assert(MTI->getRawSource() == MTI->getArgOperand(1)); in getForSource()
H A DStackSafetyAnalysis.cpp344 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
496 if (MTI->getRawSource() != UI && MTI->getRawDest() != UI) in analyzeAllUses()
H A DLazyValueInfo.cpp698 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1187 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 DInferAddressSpaces.cpp513 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
1052 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
H A DSROA.cpp1206 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 DSafeStack.cpp259 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h743 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
748 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1598 ID, MI->getRawDest(), MI->getDestAlign(), MI->getRawSource(), in tryPromoteAllocaToLDS()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp410 auto *SrcV = MemCpy->getRawSource(); in replace()
H A DInstCombineCalls.cpp106 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 DARMFastISel.cpp2537 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6553 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 DX86FastISel.cpp2724 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3506 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1961 auto Source = N->getRawSource(); in writeDIFile()