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 44 Statepoint.cpp \
IRBuilder.cpp 20 #include "llvm/IR/Statepoint.h"
377 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint,
385 Value *Args[] = {Statepoint};
389 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint,
399 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
29 /// The statepoint intrinsic accepts a set of flags as its third argument.
33 GCTransition = 1, ///< Indicates that this statepoint is a transition from
53 /// functionality for Statepoint and ImmutableStatepoint. It is
90 // We do not assign non-statepoint CallSites to StatepointCS.
105 /// Return the ID associated with this statepoint.
111 /// Return the number of patchable bytes associated with this statepoint.
135 /// Return the caller function for this statepoint
    [all...]
IRBuilder.h 439 /// \brief Create a call to the experimental.gc.statepoint intrinsic to
440 /// start a new statepoint sequence.
448 /// \brief Create a call to the experimental.gc.statepoint intrinsic to
449 /// start a new statepoint sequence.
467 /// brief Create an invoke to the experimental.gc.statepoint intrinsic to
468 /// start a new statepoint sequence.
476 /// brief Create an invoke to the experimental.gc.statepoint intrinsic to
477 /// start a new statepoint sequence.
496 /// the result from a call wrapped in a statepoint.
497 CallInst *CreateGCResult(Instruction *Statepoint,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 36 #include "llvm/IR/Statepoint.h"
78 AllowStatepointWithNoDeoptInfo("rs4gc-allow-statepoint-with-no-deopt-info",
114 /// RewriteStatepointsForGC runs, all calls to gc.statepoint "free" the entire
118 /// Similar reasoning also applies to the noalias attributes. gc.statepoint
179 /// The *new* gc.statepoint instruction itself. This produces the token
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 25 #include "llvm/IR/Statepoint.h"
122 /// State used while lowering a statepoint sequence (gc_statepoint,
724 // This function is responsible for the whole statepoint lowering process.
726 void LowerStatepoint(ImmutableStatepoint Statepoint,
    [all...]

Completed in 408 milliseconds