Home
last modified time | relevance | path

Searched refs:DeoptArgs (Results 1 – 6 of 6) 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-7.0/llvm/lib/IR/
DIRBuilder.cpp582 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, in getStatepointArgs() argument
593 Args.push_back(B.getInt32(DeoptArgs.size())); in getStatepointArgs()
594 Args.insert(Args.end(), DeoptArgs.begin(), DeoptArgs.end()); in getStatepointArgs()
604 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() argument
620 CallArgs, TransitionArgs, DeoptArgs, GCArgs); in CreateGCStatepointCallCommon()
626 ArrayRef<Value *> CallArgs, ArrayRef<Value *> DeoptArgs, in CreateGCStatepointCall() argument
630 CallArgs, None /* No Transition Args */, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
636 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument
639 DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
644 ArrayRef<Use> CallArgs, 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h613 ArrayRef<Value *> DeoptArgs,
623 ArrayRef<Use> DeoptArgs,
632 ArrayRef<Value *> DeoptArgs,
642 ArrayRef<Value *> DeoptArgs,
651 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs,
661 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-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1438 ArrayRef<Use> DeoptArgs = GetDeoptBundleOperands(CS); in makeStatepointExplicitImpl() local
1496 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl()
1522 ToReplace->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, in makeStatepointExplicitImpl()