Searched refs:vtrue0 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 4066 Node* vtrue0; in DoJSToNumberOrNumericTruncatesToFloat64() local 4068 vtrue0 = graph()->NewNode(simplified()->ChangeTaggedSignedToInt32(), value); in DoJSToNumberOrNumericTruncatesToFloat64() 4069 vtrue0 = graph()->NewNode(machine()->ChangeInt32ToFloat64(), vtrue0); in DoJSToNumberOrNumericTruncatesToFloat64() 4131 vtrue0, vfalse0, control); in DoJSToNumberOrNumericTruncatesToFloat64() 4168 Node* vtrue0 = in DoJSToNumberOrNumericTruncatesToWord32() local 4226 vtrue0, vfalse0, control); in DoJSToNumberOrNumericTruncatesToWord32()
|
D | js-call-reducer.cc | 5418 Node* vtrue0 = jsgraph()->UndefinedConstant(); in ReduceArrayPrototypeShift() local 5543 vtrue0, vfalse0, control); in ReduceArrayPrototypeShift() 6286 Node* vtrue0; in ReduceStringIteratorPrototypeNext() local 6289 vtrue0 = etrue0 = graph()->NewNode(simplified()->StringFromCodePointAt(), in ReduceStringIteratorPrototypeNext() 6293 Node* char_length = graph()->NewNode(simplified()->StringLength(), vtrue0); in ReduceStringIteratorPrototypeNext() 6311 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), vtrue0, in ReduceStringIteratorPrototypeNext()
|
D | js-typed-lowering.cc | 1201 Node* vtrue0 = jsgraph()->FalseConstant(); in ReduceJSHasInPrototypeChain() local 1307 node->ReplaceInput(0, vtrue0); in ReduceJSHasInPrototypeChain()
|
D | effect-control-linearizer.cc | 2323 Node* vtrue0 = __ Int32Sub(zero, rhs); in LowerCheckedInt32Mod() local 2327 __ Word32Equal(vtrue0, zero), frame_state); in LowerCheckedInt32Mod() 2328 __ Goto(&rhs_checked, vtrue0); in LowerCheckedInt32Mod()
|