Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp133 auto It = SpillMap.find(RelocOps.getDerivedPtr()); in findPreviousSpillSlot()
403 Ptrs.push_back(relocateOpers.getDerivedPtr()); in getIncomingStatepointGCValues()
602 const Value *V = RelocateOpers.getDerivedPtr(); in lowerStatepointMetaArgs()
871 const Value *DerivedPtr = RelocateOpers.getDerivedPtr(); in visitGCRelocate()
/external/llvm/include/llvm/IR/
DStatepoint.h372 Value *getDerivedPtr() { in getDerivedPtr() function
/external/llvm/lib/IR/
DVerifier.cpp3741 Assert(Operands.getDerivedPtr()->getType()->isPointerTy(), in visitIntrinsicCallSite()
3747 cast<PointerType>(Operands.getDerivedPtr()->getType())->getAddressSpace(), in visitIntrinsicCallSite()
DAsmWriter.cpp2732 writeOperand(GCOps.getDerivedPtr(), false); in printGCRelocateComment()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1661 const_cast<Value *>(RelocateOperands.getDerivedPtr()); in insertRelocationStores()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1751 Value *DerivedPtr = Operands.getDerivedPtr(); in visitCallInst()
/external/llvm/lib/Analysis/
DValueTracking.cpp3275 RelocateInst.getDerivedPtr(), Align, DL, CtxI, DT, TLI, Visited); in isDereferenceableAndAlignedPointer()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp605 auto Derived = dyn_cast<GetElementPtrInst>(ThisRelocate.getDerivedPtr()); in simplifyRelocatesOffABase()