Searched refs:GCArgs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 739 ArrayRef<T3> GCArgs) { in getStatepointBundles() argument 751 if (GCArgs.size()) { in getStatepointBundles() 753 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles() 764 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() argument 777 getStatepointBundles(TransitionArgs, DeoptArgs, GCArgs), Name); in CreateGCStatepointCallCommon() 787 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument 790 CallArgs, std::nullopt /* No Transition Args */, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall() 797 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointCall() argument 801 DeoptArgs, GCArgs, Name); in CreateGCStatepointCall() 807 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 872 ArrayRef<Value *> GCArgs, 882 ArrayRef<Value *> GCArgs, 892 ArrayRef<Value *> GCArgs, 902 ArrayRef<Value *> GCArgs, const Twine &Name = ""); 910 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, 921 ArrayRef<Value *> GCArgs, const Twine &Name = "");
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 676 for (Value *V : SI.GCArgs) { in lowerStatepointMetaArgs() 1089 SI.GCArgs = ArrayRef<const Use>(I.gc_args_begin(), I.gc_args_end()); in LowerStatepoint()
|
H A D | SelectionDAGBuilder.h | 443 ArrayRef<const Use> GCArgs; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1657 ArrayRef<Value *> GCArgs(LiveVariables); in makeStatepointExplicitImpl() local 1830 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl() 1855 II->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, GCArgs, in makeStatepointExplicitImpl()
|