/external/llvm/include/llvm/IR/ |
D | Instructions.h | 3396 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3401 Func, IfNormal, IfException, Args, Bundles, NameStr); 3404 BasicBlock *IfException, ArrayRef<Value *> Args, 3410 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3416 Func, IfNormal, IfException, Args, Bundles, Values, NameStr, 3420 BasicBlock *IfException, ArrayRef<Value *> Args, 3426 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3441 BasicBlock *IfException, ArrayRef<Value *> Args, 3446 Func, IfNormal, IfException, Args, None, NameStr, 3450 BasicBlock *IfException, ArrayRef<Value *> Args, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 3896 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3902 Func, IfNormal, IfException, Args, Bundles, Values, NameStr, 3906 BasicBlock *IfException, ArrayRef<Value *> Args, 3912 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3918 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 3923 Func, IfNormal, IfException, Args, Bundles, NameStr); 3927 BasicBlock *IfException, ArrayRef<Value *> Args, 3939 BasicBlock *IfException, ArrayRef<Value *> Args, 3944 Func, IfNormal, IfException, Args, None, NameStr, 3949 BasicBlock *IfException, ArrayRef<Value *> Args, [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 2665 void init(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2671 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2678 inline InvokeInst(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, 2685 BasicBlock *IfNormal, BasicBlock *IfException, 2689 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 2693 BasicBlock *IfNormal, BasicBlock *IfException, 2697 return new(Values) InvokeInst(Func, IfNormal, IfException, Args, 2868 BasicBlock *IfNormal, BasicBlock *IfException, 2876 init(Func, IfNormal, IfException, Args, NameStr); 2879 BasicBlock *IfNormal, BasicBlock *IfException, [all …]
|
/external/v8/src/compiler/ |
D | common-operator.h | 452 const Operator* IfException(); in NON_EXPORTED_BASE()
|
D | js-inlining.cc | 160 graph()->NewNode(common()->IfException(), subcall, subcall); in InlineCall()
|
D | js-inlining-heuristic.cc | 643 graph()->NewNode(common()->IfException(), calls[i], calls[i]); in InlineCandidate()
|
D | js-call-reducer.cc | 350 graph()->NewNode(common()->IfException(), control0, effect0); in ReduceFunctionPrototypeApply() 353 graph()->NewNode(common()->IfException(), control1, effect1); in ReduceFunctionPrototypeApply() 880 Node* extrue = graph()->NewNode(common()->IfException(), etrue, if_true); in ReduceReflectGet() 882 Node* exfalse = graph()->NewNode(common()->IfException(), efalse, if_false); in ReduceReflectGet() 950 Node* extrue = graph()->NewNode(common()->IfException(), etrue, if_true); in ReduceReflectHas() 952 Node* exfalse = graph()->NewNode(common()->IfException(), efalse, if_false); in ReduceReflectHas() 2243 graph()->NewNode(common()->IfException(), check_throw, *check_fail); in RewirePostCallbackExceptionEdges() 2246 graph()->NewNode(common()->IfException(), effect, *control); in RewirePostCallbackExceptionEdges() 3168 graph()->NewNode(common()->IfException(), check_throw, check_fail); in ReduceCallOrConstructWithArrayLikeOrSpread() 5678 common()->IfException(), exception_control, exception_effect); in ReducePromiseConstructor()
|
D | typer.cc | 79 DECLARE_CASE(IfException) in Reduce() 145 DECLARE_CASE(IfException) in TypeNode() 211 DECLARE_METHOD(IfException) in DECLARE_METHOD() argument
|
D | opcodes.h | 21 V(IfException) \
|
D | common-operator.cc | 440 V(IfException, Operator::kKontrol, 0, 1, 1, 1, 1, 1) \
|
D | js-native-context-specialization.cc | 1718 graph()->NewNode(common()->IfException(), *control, *effect); in InlinePropertyGetterCall() 1756 graph()->NewNode(common()->IfException(), *control, *effect); in InlinePropertySetterCall()
|
D | code-assembler.cc | 1057 const Operator* op = raw_assembler()->common()->IfException(); in GotoIfException()
|
D | bytecode-graph-builder.cc | 3435 const Operator* op = common()->IfException(); in MakeNode()
|
D | wasm-compiler.cc | 171 graph()->NewNode(mcgraph()->common()->IfException(), node, node); in ThrowsException()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 513 void InvokeInst::init(Value *Fn, BasicBlock *IfNormal, BasicBlock *IfException, in init() argument 518 Op<-1>() = IfException; in init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 598 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument 607 Op<-1>() = IfException; in init()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 636 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument 645 Op<-1>() = IfException; in init()
|