Searched refs:GCStatepointInst (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 61 class GCStatepointInst : public CallBase { 63 GCStatepointInst() = delete; 64 GCStatepointInst(const GCStatepointInst &) = delete; 65 GCStatepointInst &operator=(const GCStatepointInst &) = delete; 206 std::vector<const GCRelocateInst *> GCStatepointInst::getGCRelocates() const { in getGCRelocates()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 171 assert((isa<GCStatepointInst>(Statepoint) || isa<UndefValue>(Statepoint)) && in findPreviousSpillSlot() 177 [cast<GCStatepointInst>(Statepoint)]; in findPreviousSpillSlot() 996 getGCResultLocality(const GCStatepointInst &S) { in getGCResultLocality() 1011 SelectionDAGBuilder::LowerStatepoint(const GCStatepointInst &I, in LowerStatepoint() 1037 populateCallLoweringInfo(SI.CLI, &I, GCStatepointInst::CallArgsBeginPos, in LowerStatepoint() 1177 assert((isa<GCStatepointInst>(SI) || isa<UndefValue>(SI)) && in visitGCResult() 1182 if (cast<GCStatepointInst>(SI)->getParent() == CI.getParent()) { in visitGCResult() 1206 assert((isa<GCStatepointInst>(Statepoint) || isa<UndefValue>(Statepoint)) && in visitGCRelocate() 1211 if (cast<GCStatepointInst>(Statepoint)->getParent() == Relocate.getParent()) in visitGCRelocate() 1217 FuncInfo.StatepointRelocationMaps[cast<GCStatepointInst>(Statepoint)]; in visitGCRelocate() [all …]
|
| H A D | SelectionDAGBuilder.h | 69 class GCStatepointInst; variable 480 void LowerStatepoint(const GCStatepointInst &I,
|
| H A D | SelectionDAGISel.cpp | 1543 if (isa<CallInst>(Inst) && !isa<GCStatepointInst>(Inst) && in SelectAllBasicBlocks()
|
| H A D | SelectionDAGBuilder.cpp | 1171 !isa<GCStatepointInst>(I)) // statepoints handle their exports internally in visit() 2983 LowerStatepoint(cast<GCStatepointInst>(I), EHPadBB); in visitInvoke() 3014 if (!isa<GCStatepointInst>(I)) { in visitInvoke() 7011 LowerStatepoint(cast<GCStatepointInst>(I)); in visitIntrinsicCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | StripGCRelocates.cpp | 35 if (isa<GCStatepointInst>(GCR->getOperand(0))) in stripGCRelocates()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 800 return cast<GCStatepointInst>(Token); in getStatepoint() 810 return cast<GCStatepointInst>(InvokeBB->getTerminator()); in getStatepoint() 818 auto *GCInst = cast<GCStatepointInst>(Statepoint); in getBasePtr() 829 auto *GCInst = cast<GCStatepointInst>(Statepoint); in getDerivedPtr()
|
| H A D | SafepointIRVerifier.cpp | 793 if (isa<GCStatepointInst>(I)) { in transferInstruction()
|
| H A D | Verifier.cpp | 5318 Check(isa<GCStatepointInst>(InvokeBB->getTerminator()), in visitIntrinsicCall() 5325 Check(isa<GCStatepointInst>(Token) || isa<UndefValue>(Token), in visitIntrinsicCall() 5347 if (auto Opt = cast<GCStatepointInst>(StatepointCall) in visitIntrinsicCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 193 return !(isa<GCStatepointInst>(Call) || isa<GCRelocateInst>(Call) || in needsStatepoint()
|
| H A D | RewriteStatepointsForGC.cpp | 275 GCStatepointInst *StatepointToken; 1846 GCStatepointInst *Token = nullptr; in makeStatepointExplicitImpl() 1862 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl() 1889 Token = cast<GCStatepointInst>(SPInvoke); in makeStatepointExplicitImpl() 3064 if (isa<GCStatepointInst>(Call)) in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2924 if (isa<GCStatepointInst>(Call) || isa<GCRelocateInst>(Call) || in isSafeToEliminateVarargsCast() 3286 GCStatepointInst &GCSP = *cast<GCStatepointInst>(&Call); in visitCallBase()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 462 bool simplifyOffsetableRelocate(GCStatepointInst &I); 681 SmallVector<GCStatepointInst *, 2> Statepoints; in runOnFunction() 684 if (auto *SP = dyn_cast<GCStatepointInst>(&I)) in runOnFunction() 1279 bool CodeGenPrepare::simplifyOffsetableRelocate(GCStatepointInst &I) { in simplifyOffsetableRelocate()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2415 if (isa<GCStatepointInst, GCRelocateInst, GCResultInst>(U)) in translateCall()
|