Home | History | Annotate | Download | only in compiler

Lines Matching refs:NumberToUint32

90 // TODO(titzer): test tagged representation for input to NumberToUint32.
99 Node* convert = t.NumberToUint32(loaded);
938 t.simplified()->NumberToUint32());
941 t.simplified()->NumberToUint32());
1045 // NumberToUint32(x: kRepTagged | kTypeUint32) used as kRepTagged
1047 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0);
1056 // NumberToUint32(x: kRepTagged | kTypeUint32) used as kRepWord32
1058 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0);
1067 // NumberToUint32(x: kRepTagged | kTypeUint32) used as kRepWord32
1069 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0);
1078 // NumberToUint32(x: kRepFloat64) used as kMachUint32
1081 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), p0);
1092 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0);
1105 // TODO(titzer): NumberToUint32(x: kRepFloat64 | kTypeUint32) used as
1111 // TODO(titzer): NumberToUint32(x: kRepFloat64 | kTypeUint32) used as
1117 // TODO(titzer): NumberToUint32(x: kRepFloat64) used as kRepWord32