Home
last modified time | relevance | path

Searched refs:branch0 (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-lowering.cc3310 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 …]
Djs-call-reducer.cc4631 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()
Djs-typed-lowering.cc1197 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()
Dwasm-compiler.cc2310 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/
Darithmetic_optimizer_test.cc1399 Output branch0 = split[0]; in TEST_F() local
1402 Output concat = ops::Concat(s, {branch0, branch1, branch2}, ops::Const(s, 1)); in TEST_F()