Searched defs:ToRepresentation (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc477 return ToRepresentation(op, Representation::Integer32());
481 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc404 return ToRepresentation(op, Representation::Integer32());
408 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1333 ToRepresentation(LConstantOperand::cast(right),
1530 int offset = ToRepresentation(LConstantOperand::cast(index),
1590 int value = ToRepresentation(LConstantOperand::cast(instr->value()),
1617 int32_t offset = ToRepresentation(LConstantOperand::cast(right),
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc474 return ToRepresentation(op, Representation::Integer32());
478 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc449 return ToRepresentation(op, Representation::Integer32());
453 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc425 return ToRepresentation(op, Representation::Integer32());
428 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc446 return ToRepresentation(op, Representation::Integer32());
450 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1394 ToRepresentation(LConstantOperand::cast(right),
1561 ToRepresentation(LConstantOperand::cast(right),
1711 ToRepresentation(LConstantOperand::cast(right),
1733 ToRepresentation(LConstantOperand::cast(right),
1773 ToRepresentation(LConstantOperand::cast(right),
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc672 return ToRepresentation(op, Representation::Integer32());
676 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1634 ToRepresentation(LConstantOperand::cast(right),
1807 int offset = ToRepresentation(LConstantOperand::cast(index),
1867 int value = ToRepresentation(LConstantOperand::cast(instr->value()),
1894 int32_t offset = ToRepresentation(LConstantOperand::cast(right),

Completed in 171 milliseconds