| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 330 Value *getRawSource() const { in getRawSource() function 341 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() 344 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace() 352 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
|
| H A D | DebugInfoMetadata.h | 597 Optional<MDString *> getRawSource() const { return Source; }
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 409 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 419 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop() 432 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1067 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence() 1071 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence() 1181 if (!AA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn() 1322 M->getRawSource()->getType(), in processMemMove()
|
| H A D | InferAddressSpaces.cpp | 376 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions() 792 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
|
| H A D | SROA.cpp | 871 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst() 2831 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst() 2889 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 104 return MemoryLocation(MTI->getRawSource(), Size, AATags); in getForSource()
|
| H A D | StackSafetyAnalysis.cpp | 266 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
|
| H A D | LazyValueInfo.cpp | 674 if (GetUnderlyingObject(MTI->getRawSource(), in InstructionDereferencesPointer()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 883 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca() 891 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 592 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 598 Source == RHS->getRawSource();
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 264 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5176 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 5187 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall() 5194 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall() 5205 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2547 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2751 !X86SelectAddress(MCI->getRawSource(), SrcAM)) in fastLowerIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 117 unsigned SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1597 auto Source = N->getRawSource(); in writeDIFile()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3496 !computeAddress(MTI->getRawSource(), Src)) in fastLowerIntrinsicCall()
|