Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp427 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
438 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
451 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h684 Value *getRawSource() const { in getRawSource() function
695 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
698 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
714 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
H A DDebugInfoMetadata.h629 Optional<MDString *> getRawSource() const { return Source; } in getRawSource() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1123 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence()
1130 M->getRawDest(), M->getDestAlign(), MDep->getRawSource(), in processMemCpyMemCpyDependence()
1134 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence()
1328 if (!AA->isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn()
1579 M->getRawSource()->getType(), in processMemMove()
H A DInferAddressSpaces.cpp459 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
949 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
H A DSROA.cpp892 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst()
2921 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst()
2980 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp123 return MemoryLocation(MTI->getRawSource(), Size, AATags); in getForSource()
H A DStackSafetyAnalysis.cpp307 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
H A DLazyValueInfo.cpp652 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h661 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
667 Source == RHS->getRawSource();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp268 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1065 MI->getRawSource(), MI->getSourceAlign(), in handleAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp326 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace()
H A DInstCombineCalls.cpp119 Align SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5943 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5954 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
5961 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5972 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2533 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2730 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3470 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1752 auto Source = N->getRawSource(); in writeDIFile()