Home | History | Annotate | Download | only in compiler

Lines Matching refs:NumberToInt32

62 // TODO(titzer): test tagged representation for input to NumberToInt32.
71 Node* convert = t.NumberToInt32(loaded);
927 t.simplified()->NumberToInt32());
930 t.simplified()->NumberToInt32());
974 // NumberToInt32(x: kRepTagged | kTypeInt32) used as kRepTagged
976 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0);
985 // NumberToInt32(x: kRepTagged | kTypeInt32) used as kRepFloat64
987 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0);
996 // NumberToInt32(x: kRepTagged | kTypeInt32) used as kRepWord32
998 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0);
1007 // NumberToInt32(x: kRepFloat64) used as kMachInt32
1010 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), p0);
1019 // NumberToInt32(x: kTypeNumber | kRepTagged) used as kMachInt32
1021 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0);
1034 // TODO(titzer): NumberToInt32(x: kRepFloat64 | kTypeInt32) used as kRepTagged
1039 // TODO(titzer): NumberToInt32(x: kRepFloat64 | kTypeInt32) used as kRepWord32
1090 // NumberToInt32(x: kTypeNumber | kRepTagged) used as kMachUint32