Searched refs:branch0 (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 3310 Node* branch0 = in DoJSToNumberOrNumericTruncatesToFloat64() local 3313 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64() 3321 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64() 3412 Node* branch0 = in DoJSToNumberOrNumericTruncatesToWord32() local 3415 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32() 3420 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32() 3576 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div() local 3579 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div() 3582 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div() 3653 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod() local [all …]
|
D | js-call-reducer.cc | 4631 Node* branch0 = in ReduceArrayPrototypeShift() local 4634 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceArrayPrototypeShift() 4638 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceArrayPrototypeShift() 5394 Node* branch0 = in ReduceStringIteratorPrototypeNext() local 5398 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceStringIteratorPrototypeNext() 5419 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceStringIteratorPrototypeNext() 6577 Node* branch0 = in ReduceCollectionIteratorPrototypeNext() local 6580 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceCollectionIteratorPrototypeNext() 6594 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceCollectionIteratorPrototypeNext()
|
D | js-typed-lowering.cc | 1197 Node* branch0 = in ReduceJSHasInPrototypeChain() local 1200 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceJSHasInPrototypeChain() 1204 control = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSHasInPrototypeChain()
|
D | wasm-compiler.cc | 2310 Node* branch0 = in BuildI32AsmjsRemS() local 2313 Node* if_true0 = graph()->NewNode(c->IfTrue(), branch0); in BuildI32AsmjsRemS() 2348 Node* if_false0 = graph()->NewNode(c->IfFalse(), branch0); in BuildI32AsmjsRemS()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1399 Output branch0 = split[0]; in TEST_F() local 1402 Output concat = ops::Concat(s, {branch0, branch1, branch2}, ops::Const(s, 1)); in TEST_F()
|