Home
last modified time | relevance | path

Searched refs:DeoptArgs (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/IR/
DIRBuilder.cpp315 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, in getStatepointArgs() argument
326 Args.push_back(B.getInt32(DeoptArgs.size())); in getStatepointArgs()
327 Args.insert(Args.end(), DeoptArgs.begin(), DeoptArgs.end()); in getStatepointArgs()
337 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() argument
353 CallArgs, TransitionArgs, DeoptArgs, GCArgs); in CreateGCStatepointCallCommon()
359 ArrayRef<Value *> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() argument
363 CallArgs, None /* No Transition Args */, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
369 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument
372 DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
377 ArrayRef<Use> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp588 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 …]
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp605 Optional<ArrayRef<T2>> DeoptArgs, in getStatepointBundles() argument
608 if (DeoptArgs) { in getStatepointBundles()
610 DeoptValues.insert(DeoptValues.end(), DeoptArgs->begin(), DeoptArgs->end()); in getStatepointBundles()
632 Optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() argument
651 getStatepointBundles(TransitionArgs, DeoptArgs, in CreateGCStatepointCallCommon()
658 ArrayRef<Value *> CallArgs, Optional<ArrayRef<Value *>> DeoptArgs, in CreateGCStatepointCall() argument
662 CallArgs, None /* No Transition Args */, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
668 Optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointCall() argument
672 DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
677 ArrayRef<Use> CallArgs, Optional<ArrayRef<Value *>> DeoptArgs, in CreateGCStatepointCall() argument
[all …]
/external/llvm/include/llvm/IR/
DIRBuilder.h476 ArrayRef<Value *> DeoptArgs,
486 ArrayRef<Use> DeoptArgs,
495 ArrayRef<Value *> DeoptArgs,
505 ArrayRef<Value *> DeoptArgs,
514 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs,
524 ArrayRef<Value *> DeoptArgs,
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h817 Optional<ArrayRef<Value *>> DeoptArgs,
827 Optional<ArrayRef<Use>> DeoptArgs,
836 Optional<ArrayRef<Value *>> DeoptArgs,
846 Optional<ArrayRef<Value *>> DeoptArgs,
855 Optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs,
865 Optional<ArrayRef<Value *>> DeoptArgs,
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1493 Optional<ArrayRef<Use>> DeoptArgs; in makeStatepointExplicitImpl() local
1495 DeoptArgs = Bundle->Inputs; in makeStatepointExplicitImpl()
1649 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl()
1676 II->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, GCArgs, in makeStatepointExplicitImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h736 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,
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1297 ArrayRef<Use> DeoptArgs = GetDeoptBundleOperands(CS); in makeStatepointExplicitImpl() local
1348 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl()
1376 ToReplace->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, in makeStatepointExplicitImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1434 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()