/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 516 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 D | MemCpyOptimizer.cpp | 1216 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 D | InferAddressSpaces.cpp | 479 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 1030 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
H A D | SROA.cpp | 979 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 D | IntrinsicInst.h | 883 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 D | DebugInfoMetadata.h | 664 MDString *getRawSource() const { return Source; } in getRawSource() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 104 assert(MTI->getRawSource() == MTI->getArgOperand(1)); in getForSource()
|
H A D | StackSafetyAnalysis.cpp | 320 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange() 464 if (MTI->getRawSource() != UI && MTI->getRawDest() != UI) in analyzeAllUses()
|
H A D | LazyValueInfo.cpp | 657 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 728 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 733 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 260 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 1143 MI->getRawSource(), MI->getSourceAlign(), in handleAlloca()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 409 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace()
|
H A D | InstCombineCalls.cpp | 111 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 D | ARMFastISel.cpp | 2537 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6027 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 D | X86FastISel.cpp | 2725 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3509 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1824 auto Source = N->getRawSource(); in writeDIFile()
|