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

  /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,
13 // gc.statepoint.
31 /// The statepoint intrinsic accepts a set of flags as its third argument.
35 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
    [all...]
IRBuilder.h 471 /// \brief Create a call to the experimental.gc.statepoint intrinsic to
472 /// start a new statepoint sequence.
480 /// \brief Create a call to the experimental.gc.statepoint intrinsic to
481 /// start a new statepoint sequence.
499 /// brief Create an invoke to the experimental.gc.statepoint intrinsic to
500 /// start a new statepoint sequence.
508 /// brief Create an invoke to the experimental.gc.statepoint intrinsic to
509 /// start a new statepoint sequence.
528 /// the result from a call wrapped in a statepoint.
529 CallInst *CreateGCResult(Instruction *Statepoint,
    [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 20 #include "llvm/IR/Statepoint.h"
438 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint,
446 Value *Args[] = {Statepoint};
450 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint,
460 Value *Args[] = {Statepoint,
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 35 #include "llvm/IR/Statepoint.h"
75 AllowStatepointWithNoDeoptInfo("rs4gc-allow-statepoint-with-no-deopt-info",
111 /// RewriteStatepointsForGC runs, all calls to gc.statepoint "free" the entire
115 /// Similar reasoning also applies to the noalias attributes. gc.statepoint
177 /// 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,
723 /// Describes a gc.statepoint or a gc.statepoint like thing for the purposes
724 /// of lowering into a STATEPOINT node.
727 /// of gc pointers this STATEPOINT has to relocate.
731 /// The set of gc.relocate calls associated with this gc.statepoint.
734 /// The full list of gc arguments to the gc.statepoint being lowered.
737 /// The gc.statepoint instruction.
740 /// The list of gc transition arguments present in the gc.statepoint bein
    [all...]

Completed in 590 milliseconds