Home
last modified time | relevance | path

Searched refs:getDerivedPtr (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp129 auto It = SpillMap.find(Relocate->getDerivedPtr()); in findPreviousSpillSlot()
509 const Value *V = Relocate->getDerivedPtr(); in lowerStatepointMetaArgs()
775 SI.Ptrs.push_back(Relocate->getDerivedPtr()); in LowerStatepoint()
904 const Value *DerivedPtr = Relocate.getDerivedPtr(); in visitGCRelocate()
/external/llvm/include/llvm/IR/
DStatepoint.h379 Value *getDerivedPtr() const { in getDerivedPtr() function
/external/llvm/lib/Analysis/
DLoads.cpp98 RelocateInst->getDerivedPtr(), Align, Size, DL, CtxI, DT, Visited); in isDereferenceableAndAlignedPointer()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1500 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
/external/llvm/lib/IR/
DVerifier.cpp4040 Assert(Relocate.getDerivedPtr()->getType()->getScalarType()->isPointerTy(), in visitIntrinsicCallSite()
4044 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCallSite()
DAsmWriter.cpp2805 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2308 Value *DerivedPtr = cast<GCRelocateInst>(II)->getDerivedPtr(); in visitCallInst()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp633 auto Derived = dyn_cast<GetElementPtrInst>(ToReplace->getDerivedPtr()); in simplifyRelocatesOffABase()