Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp153 if (const auto *Relocate = dyn_cast<GCRelocateInst>(Val)) { in findPreviousSpillSlot() local
567 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs() local
831 for (const GCRelocateInst *Relocate : ISP.getRelocates()) { in LowerStatepoint() local
950 void SelectionDAGBuilder::visitGCRelocate(const GCRelocateInst &Relocate) { in visitGCRelocate()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h434 if (auto *Relocate = dyn_cast<GCRelocateInst>(U)) in getRelocates() local
446 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser)) in getRelocates() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3476 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) { in printGCRelocateComment()
3487 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V)) in printInfoComment() local
DVerifier.cpp4366 GCRelocateInst &Relocate = cast<GCRelocateInst>(*CS.getInstruction()); in visitIntrinsicCallSite() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1641 GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U); in insertRelocationStores() 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1003 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U)) in simplifyOffsetableRelocate() local
/external/v8/src/
Dobjects.cc14366 void Code::Relocate(intptr_t delta) { in Relocate() function in v8::internal::Code