Home
last modified time | relevance | path

Searched defs:Relocate (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp125 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local
508 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() local
772 for (const GCRelocateInst *Relocate : ISP.getRelocates()) { in LowerStatepoint() local
890 void SelectionDAGBuilder::visitGCRelocate(const GCRelocateInst &Relocate) { in visitGCRelocate()
/external/llvm/include/llvm/IR/
DStatepoint.h410 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getRelocates() local
422 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getRelocates() local
/external/llvm/lib/IR/
DAsmWriter.cpp2801 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
2813 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
DVerifier.cpp4039 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); in visitIntrinsicCallSite() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1496 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp715 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
/external/v8/src/
Dobjects.cc14156 void Code::Relocate(intptr_t delta) { in Relocate() function in v8::internal::Code