Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp872 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 DIntrinsicInst.h1043 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 DDebugInfoMetadata.h681 MDString *getRawSource() const { return Source; } in getRawSource() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp99 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.cpp648 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp574 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
1143 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
H A DMemCpyOptimizer.cpp1189 M->getRawDest()->getPointerOffsetFrom(MDep->getRawSource(), DL); in processMemCpyMemCpyDependence()
1949 Type *ArgTys[3] = {M->getRawDest()->getType(), M->getRawSource()->getType(), in processMemMove()
H A DSROA.cpp1223 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 DNVPTXLowerArgs.cpp248 if (MI->getRawSource() == I.OldUse->get()) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp258 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h907 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
912 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp437 auto *SrcV = MemCpy->getRawSource(); in replace()
H A DInstCombineCalls.cpp107 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 DAMDGPUPromoteAlloca.cpp1690 ID, MI->getRawDest(), MI->getDestAlign(), MI->getRawSource(), in tryPromoteAllocaToLDS()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2603 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6631 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 DX86FastISel.cpp2760 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3504 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2098 auto Source = N->getRawSource(); in writeDIFile()