| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 519 auto *SrcSCEV = SE->getSCEV(Memcpy->getRawSource()); in canOverlap() 534 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 546 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 560 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop() 584 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop() 597 /* SrcAddr */ AtomicMemcpy->getRawSource(), in expandAtomicMemCpyAsLoop()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1168 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence() 1175 M->getRawDest(), M->getDestAlign(), MDep->getRawSource(), in processMemCpyMemCpyDependence() 1179 MDep->getRawSource(), MDep->getSourceAlign(), in processMemCpyMemCpyDependence() 1341 if (!AA->isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn() 1511 M->getRawSource()->getType(), in processMemMove()
|
| H A D | InferAddressSpaces.cpp | 479 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 1028 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
| H A D | SROA.cpp | 889 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst() 2891 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst() 2950 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 793 Value *getRawSource() const { in getRawSource() function 804 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() 807 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace() 823 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
|
| H A D | DebugInfoMetadata.h | 625 Optional<MDString *> getRawSource() const { return Source; } in getRawSource() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 102 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 | 654 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 679 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 684 Checksum == RHS->getRawChecksum() && Source == RHS->getRawSource();
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 259 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 1055 MI->getRawSource(), MI->getSourceAlign(), in handleAlloca()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 317 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2536 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5959 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 5968 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall() 5975 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 5984 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 3222 PtrToAcc[cast<MemTransferInst>(Acc)->getRawSource()] = MA; in buildAliasGroupsForAccesses()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2727 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3477 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1785 auto Source = N->getRawSource(); in writeDIFile()
|