Searched defs:DeoptArgs (Results 1 – 2 of 2) 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() 610 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() 632 ArrayRef<Value *> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() 642 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() 650 ArrayRef<Use> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() 662 ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, const Twine &Name) { in CreateGCStatepointInvokeCommon() 683 ArrayRef<Value *> InvokeArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointInvoke() 695 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointInvoke() 704 ArrayRef<Value *> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointInvoke()
|
| /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
|