HomeSort by relevance Sort by last modified time
    Searched refs:Statepoint (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/IR/
Android.mk 42 Statepoint.cpp \
IRBuilder.cpp 275 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint,
283 Value *Args[] = {Statepoint};
287 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint,
297 Value *Args[] = {Statepoint,
  /external/llvm/include/llvm/IR/
Statepoint.h 1 //===-- llvm/IR/Statepoint.h - gc.statepoint utilities ------ --*- C++ -*-===//
11 // CallSite for accessing the fields of gc.statepoint, gc.relocate, and
42 /// functionality for Statepoint and ImmutableStatepoint. It is
47 /// TODO: This does not currently allow the if(Statepoint S = ...)
134 /// Get list of all gc reloactes linked to this statepoint
141 /// Asserts if this statepoint is malformed. Common cases for failure
160 /// to a gc.statepoint.
173 /// to a gc.statepoint.
174 class Statepoint : public StatepointBase<Instruction, Value, CallSite>
214 const Instruction *statepoint() { function in class:llvm::GCRelocateOperands
    [all...]
IRBuilder.h 443 /// \brief Create a call to the experimental.gc.statepoint intrinsic to
444 /// start a new statepoint sequence.
460 /// the result from a call wrapped in a statepoint.
461 CallInst *CreateGCResult(Instruction *Statepoint,
466 /// project the relocated value of one pointer from the statepoint.
467 CallInst *CreateGCRelocate(Instruction *Statepoint,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 31 #include "llvm/IR/Statepoint.h"
134 /// The *new* gc.statepoint instruction itself. This produces the token
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 23 #include "llvm/IR/Statepoint.h"
121 /// State used while lowering a statepoint sequence (gc_statepoint,
657 // This function is responsible for the whole statepoint lowering process.
659 void LowerStatepoint(ImmutableStatepoint Statepoint,
    [all...]

Completed in 254 milliseconds