| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 427 /* 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 D | IntrinsicInst.h | 684 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 D | DebugInfoMetadata.h | 629 Optional<MDString *> getRawSource() const { return Source; } in getRawSource() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1123 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 D | InferAddressSpaces.cpp | 459 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 949 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
| H A D | SROA.cpp | 892 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 D | MemoryLocation.cpp | 123 return MemoryLocation(MTI->getRawSource(), Size, AATags); in getForSource()
|
| H A D | StackSafetyAnalysis.cpp | 307 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
|
| H A D | LazyValueInfo.cpp | 652 AddNonNullPointer(MTI->getRawSource(), PtrSet); in AddNonNullPointersByInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 661 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 667 Source == RHS->getRawSource();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 268 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 1065 MI->getRawSource(), MI->getSourceAlign(), in handleAlloca()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 326 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace()
|
| H A D | InstCombineCalls.cpp | 119 Align SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5943 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 D | ARMFastISel.cpp | 2533 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2730 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3470 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1752 auto Source = N->getRawSource(); in writeDIFile()
|