HomeSort by: relevance | last modified time | path
    Searched refs:getRawSource (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerMemIntrinsics.cpp 427 /* SrcAddr */ Memcpy->getRawSource(),
438 /* SrcAddr */ Memcpy->getRawSource(),
451 /* SrcAddr */ Memmove->getRawSource(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 666 Value *getRawSource() const {
674 /// This is just like getRawSource, but it strips off any cast
677 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
680 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
696 assert(getRawSource()->getType() == Ptr->getType() &&
DebugInfoMetadata.h 629 Optional<MDString *> getRawSource() const { return Source; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryLocation.cpp 123 return MemoryLocation(MTI->getRawSource(), Size, AATags);
StackSafetyAnalysis.cpp 305 if (MTI->getRawSource() != U && MTI->getRawDest() != U)
LazyValueInfo.cpp 652 AddNonNullPointer(MTI->getRawSource(), PtrSet);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 1110 MDep->getRawSource(), MDep->getSourceAlign(),
1114 MDep->getRawSource(), MDep->getSourceAlign(),
1305 if (!AA->isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource()))
1554 M->getRawSource()->getType(),
InferAddressSpaces.cpp 459 PushPtrOperand(MTI->getRawSource());
946 Value *Src = MTI->getRawSource();
SROA.cpp 891 if (*U == II.getRawDest() && *U == II.getRawSource()) {
2910 (!IsDest && II.getRawSource() == OldPtr));
2969 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 661 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
667 Source == RHS->getRawSource();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp 268 if (MTI->getRawSource() != U && MTI->getRawDest() != U)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 1065 MI->getRawSource(), MI->getSourceAlign(),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 314 auto *SrcV = getReplacement(MemCpy->getRawSource());
InstCombineCalls.cpp 118 Align SrcAlign = getKnownAlignment(MI->getRawSource(), DL, MI, &AC, &DT);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 5904 SDValue Src = getValue(MI.getRawSource());
5915 MachinePointerInfo(MI.getRawSource()));
5922 SDValue Src = getValue(MI.getRawSource());
5933 MachinePointerInfo(MI.getRawSource()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 2531 !ARMComputeAddress(MTI.getRawSource(), Src))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 2729 !X86SelectAddress(MCI->getRawSource(), SrcAM))
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1748 auto Source = N->getRawSource();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 3470 !computeAddress(MTI->getRawSource(), Src))

Completed in 80 milliseconds