Searched defs:Relocate (Results 1 – 13 of 13) sorted by relevance
153 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local567 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() local831 for (const GCRelocateInst *Relocate : ISP.getRelocates()) { in LowerStatepoint() local950 void SelectionDAGBuilder::visitGCRelocate(const GCRelocateInst &Relocate) { in visitGCRelocate()
125 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local508 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() local772 for (const GCRelocateInst *Relocate : ISP.getRelocates()) { in LowerStatepoint() local890 void SelectionDAGBuilder::visitGCRelocate(const GCRelocateInst &Relocate) { in visitGCRelocate()
434 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getRelocates() local446 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getRelocates() local
410 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getRelocates() local422 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getRelocates() local
2801 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()2813 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
4039 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); in visitIntrinsicCallSite() local
3476 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()3487 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
4366 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); in visitIntrinsicCallSite() local
1641 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
1496 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() local
715 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
1003 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
14366 void Code::Relocate(intptr_t delta) { in Relocate() function in v8::internal::Code