Home
last modified time | relevance | path

Searched refs:IfException (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
DInstructions.h3396 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/
DInstructions.h3896 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/
DInstructions.h2665 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/
Dcommon-operator.h452 const Operator* IfException(); in NON_EXPORTED_BASE()
Djs-inlining.cc160 graph()->NewNode(common()->IfException(), subcall, subcall); in InlineCall()
Djs-inlining-heuristic.cc643 graph()->NewNode(common()->IfException(), calls[i], calls[i]); in InlineCandidate()
Djs-call-reducer.cc350 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()
Dtyper.cc79 DECLARE_CASE(IfException) in Reduce()
145 DECLARE_CASE(IfException) in TypeNode()
211 DECLARE_METHOD(IfException) in DECLARE_METHOD() argument
Dopcodes.h21 V(IfException) \
Dcommon-operator.cc440 V(IfException, Operator::kKontrol, 0, 1, 1, 1, 1, 1) \
Djs-native-context-specialization.cc1718 graph()->NewNode(common()->IfException(), *control, *effect); in InlinePropertyGetterCall()
1756 graph()->NewNode(common()->IfException(), *control, *effect); in InlinePropertySetterCall()
Dcode-assembler.cc1057 const Operator* op = raw_assembler()->common()->IfException(); in GotoIfException()
Dbytecode-graph-builder.cc3435 const Operator* op = common()->IfException(); in MakeNode()
Dwasm-compiler.cc171 graph()->NewNode(mcgraph()->common()->IfException(), node, node); in ThrowsException()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp513 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/
DInstructions.cpp598 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument
607 Op<-1>() = IfException; in init()
/external/llvm/lib/IR/
DInstructions.cpp636 BasicBlock *IfException, ArrayRef<Value *> Args, in init() argument
645 Op<-1>() = IfException; in init()