Searched refs:vtrue0 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 3315 Node* vtrue0; in DoJSToNumberOrNumericTruncatesToFloat64() local 3317 vtrue0 = graph()->NewNode(simplified()->ChangeTaggedSignedToInt32(), value); in DoJSToNumberOrNumericTruncatesToFloat64() 3318 vtrue0 = graph()->NewNode(machine()->ChangeInt32ToFloat64(), vtrue0); in DoJSToNumberOrNumericTruncatesToFloat64() 3380 vtrue0, vfalse0, control); in DoJSToNumberOrNumericTruncatesToFloat64() 3417 Node* vtrue0 = in DoJSToNumberOrNumericTruncatesToWord32() local 3475 vtrue0, vfalse0, control); in DoJSToNumberOrNumericTruncatesToWord32()
|
D | js-call-reducer.cc | 4636 Node* vtrue0 = jsgraph()->UndefinedConstant(); in ReduceArrayPrototypeShift() local 4759 vtrue0, vfalse0, control); in ReduceArrayPrototypeShift() 5400 Node* vtrue0; in ReduceStringIteratorPrototypeNext() local 5406 vtrue0 = graph()->NewNode( in ReduceStringIteratorPrototypeNext() 5412 graph()->NewNode(simplified()->StringLength(), vtrue0); in ReduceStringIteratorPrototypeNext() 5431 vtrue0, vfalse0, control); in ReduceStringIteratorPrototypeNext()
|
D | js-typed-lowering.cc | 1202 Node* vtrue0 = jsgraph()->FalseConstant(); in ReduceJSHasInPrototypeChain() local 1308 node->ReplaceInput(0, vtrue0); in ReduceJSHasInPrototypeChain()
|
D | effect-control-linearizer.cc | 1706 Node* vtrue0 = __ Int32Sub(zero, rhs); in LowerCheckedInt32Mod() local 1710 __ Word32Equal(vtrue0, zero), frame_state); in LowerCheckedInt32Mod() 1711 __ Goto(&rhs_checked, vtrue0); in LowerCheckedInt32Mod()
|