Searched refs:input_rep (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1930 Representation input_rep = value->representation(); local
1932 if (input_rep.IsDouble()) {
1934 } else if (input_rep.IsInteger32()) {
1937 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc1179 Representation input_rep = value->representation(); local
1181 if (input_rep.IsDouble()) {
1183 } else if (input_rep.IsInteger32()) {
1186 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1938 Representation input_rep = value->representation(); local
1939 if (input_rep.IsDouble()) {
1942 } else if (input_rep.IsInteger32()) {
1946 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1877 Representation input_rep = value->representation(); local
1879 if (input_rep.IsDouble()) {
1883 } else if (input_rep.IsInteger32()) {
1886 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1880 Representation input_rep = value->representation(); local
1882 if (input_rep.IsDouble()) {
1886 } else if (input_rep.IsInteger32()) {
1889 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1909 Representation input_rep = value->representation(); local
1911 if (input_rep.IsDouble()) {
1913 } else if (input_rep.IsInteger32()) {
1916 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc1728 Representation input_rep = value->representation(); local
1730 if (input_rep.IsDouble()) {
1732 } else if (input_rep.IsInteger32()) {
1735 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1919 Representation input_rep = value->representation(); local
1921 if (input_rep.IsDouble()) {
1923 } else if (input_rep.IsInteger32()) {
1926 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1937 Representation input_rep = value->representation(); local
1938 if (input_rep.IsDouble()) {
1941 } else if (input_rep.IsInteger32()) {
1945 DCHECK(input_rep.IsSmiOrTagged());
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc3122 Representation input_rep = value()->representation(); local
3123 if (!input_rep.IsTagged()) {
3124 rep = rep.generalize(input_rep);
/external/v8/src/compiler/
H A Dsimplified-lowering.cc722 MachineRepresentation input_rep = input_info->representation(); local
723 if (input_rep != use.representation() ||

Completed in 264 milliseconds