Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp519 auto *SrcSCEV = SE->getSCEV(Memcpy->getRawSource()); in canOverlap()
534 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
546 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
560 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
584 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
597 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1168 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence()
1175 M->getRawDest(), M->getDestAlign(), MDep->getRawSource(), in processMemCpyMemCpyDependence()
1179 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence()
1341 if (!AA->isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn()
1511 M->getRawSource()->getType(), in processMemMove()
H A DInferAddressSpaces.cpp479 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
1028 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
H A DSROA.cpp889 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst()
2891 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst()
2950 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h793 Value *getRawSource() const { in getRawSource() function
804 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
807 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
823 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
H A DDebugInfoMetadata.h625 Optional<MDString *> getRawSource() const { return Source; } in getRawSource() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryLocation.cpp102 assert(MTI->getRawSource() == MTI->getArgOperand(1)); in getForSource()
H A DStackSafetyAnalysis.cpp320 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
464 if (MTI->getRawSource() != UI && MTI->getRawDest() != UI) in analyzeAllUses()
H A DLazyValueInfo.cpp654 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h679 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
684 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp259 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1055 MI->getRawSource(), MI->getSourceAlign(), in handleAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp317 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace()
H A DInstCombineCalls.cpp111 auto *Src = MI->getRawSource(); in hasUndefSource()
128 Align SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2536 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5959 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5968 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
5975 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5984 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp3222 PtrToAcc[cast<MemTransferInst>(Acc)->getRawSource()] = MA; in buildAliasGroupsForAccesses()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp2727 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3477 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1785 auto Source = N->getRawSource(); in writeDIFile()