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

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc485 return ToRepresentation(op, Representation::Integer32());
489 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc412 return ToRepresentation(op, Representation::Integer32());
416 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.cc501 return ToRepresentation(op, Representation::Integer32());
505 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc473 return ToRepresentation(op, Representation::Integer32());
477 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc451 return ToRepresentation(op, Representation::Integer32());
454 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc455 return ToRepresentation(op, Representation::Integer32());
459 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1395 ToRepresentation(LConstantOperand::cast(right),
1562 ToRepresentation(LConstantOperand::cast(right),
1712 ToRepresentation(LConstantOperand::cast(right),
1734 ToRepresentation(LConstantOperand::cast(right),
1774 ToRepresentation(LConstantOperand::cast(right),
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc680 return ToRepresentation(op, Representation::Integer32());
684 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 167 milliseconds