Home
last modified time | relevance | path

Searched refs:ImmutableStatepoint (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h29 class ImmutableStatepoint; variable
138 std::vector<GCRelocateOperands> getRelocates(ImmutableStatepoint &IS);
161 class ImmutableStatepoint
168 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function
169 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} in ImmutableStatepoint() function
257 getRelocates(ImmutableStatepoint &IS) { in getRelocates()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp226 static SDNode *lowerCallFromStatepoint(ImmutableStatepoint StatepointSite, in lowerCallFromStatepoint()
331 ImmutableStatepoint StatepointSite, in getIncomingStatepointGCValues()
429 ImmutableStatepoint StatepointSite, in lowerStatepointMetaArgs()
547 LowerStatepoint(ImmutableStatepoint(&CI)); in visitStatepoint()
551 SelectionDAGBuilder::LowerStatepoint(ImmutableStatepoint ISP, in LowerStatepoint()
684 ImmutableStatepoint(I).actualCallee()->getType()); in visitGCResult()
DSelectionDAGBuilder.h659 void LowerStatepoint(ImmutableStatepoint Statepoint,
DSelectionDAGBuilder.cpp2014 LowerStatepoint(ImmutableStatepoint(&I), LandingPad); in visitInvoke()