Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp516 auto *SrcSCEV = SE->getSCEV(Memcpy->getRawSource()); in canOverlap()
531 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
543 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
557 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
581 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
594 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1216 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence()
1223 M->getRawDest(), M->getDestAlign(), MDep->getRawSource(), in processMemCpyMemCpyDependence()
1227 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence()
1392 if (!BAA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn()
1558 M->getRawSource()->getType(), in processMemMove()
H A DInferAddressSpaces.cpp479 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
1030 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
H A DSROA.cpp979 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst()
3201 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst()
3265 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h883 Value *getRawSource() const { in getRawSource() function
894 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
897 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
914 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
H A DDebugInfoMetadata.h664 MDString *getRawSource() const { return Source; } in getRawSource() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemoryLocation.cpp104 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.cpp657 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h728 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
733 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp260 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1143 MI->getRawSource(), MI->getSourceAlign(), in handleAlloca()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp409 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()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2537 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6027 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
6036 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
6043 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
6052 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2725 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3509 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1824 auto Source = N->getRawSource(); in writeDIFile()