Searched refs:DeoptArgs (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 588 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, in getStatepointArgs() argument 599 Args.push_back(B.getInt32(DeoptArgs.size())); in getStatepointArgs() 600 Args.insert(Args.end(), DeoptArgs.begin(), DeoptArgs.end()); in getStatepointArgs() 610 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() argument 626 CallArgs, TransitionArgs, DeoptArgs, GCArgs); in CreateGCStatepointCallCommon() 632 ArrayRef<Value *> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() argument 636 CallArgs, None /* No Transition Args */, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall() 642 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument 645 DeoptArgs, GCArgs, Name); in CreateGCStatepointCall() 650 ArrayRef<Use> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 736 ArrayRef<Value *> DeoptArgs, 746 ArrayRef<Use> DeoptArgs, 755 ArrayRef<Value *> DeoptArgs, 765 ArrayRef<Value *> DeoptArgs, 774 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, 784 ArrayRef<Value *> DeoptArgs,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1434 ArrayRef<Use> DeoptArgs = GetDeoptBundleOperands(Call); in makeStatepointExplicitImpl() local 1492 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl() 1518 II->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, GCArgs, in makeStatepointExplicitImpl()
|