Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h330 Value *getRawSource() const { in getRawSource() function
341 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
344 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
352 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
H A DDebugInfoMetadata.h597 Optional<MDString *> getRawSource() const { return Source; }
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp409 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
419 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
432 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1067 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1071 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1181 if (!AA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn()
1322 M->getRawSource()->getType(), in processMemMove()
H A DInferAddressSpaces.cpp376 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
792 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
H A DSROA.cpp871 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst()
2831 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst()
2889 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryLocation.cpp104 return MemoryLocation(MTI->getRawSource(), Size, AATags); in getForSource()
H A DStackSafetyAnalysis.cpp266 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
H A DLazyValueInfo.cpp674 if (GetUnderlyingObject(MTI->getRawSource(), in InstructionDereferencesPointer()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp883 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca()
891 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h592 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
598 Source == RHS->getRawSource();
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp264 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5176 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5187 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
5194 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5205 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2547 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2751 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp117 unsigned SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1597 auto Source = N->getRawSource(); in writeDIFile()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3496 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()