Searched refs:ToRepresentation (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-gap-resolver-arm.cc240 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
256 Operand(cgen_->ToRepresentation(constant_source, r)));
H A Dlithium-codegen-arm.h74 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
H A Dlithium-codegen-arm.cc491 return ToRepresentation(op, Representation::Integer32());
495 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-gap-resolver-mips.cc233 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
248 Operand(cgen_->ToRepresentation(constant_source, r)));
H A Dlithium-codegen-mips.h74 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
H A Dlithium-codegen-mips.cc489 return ToRepresentation(op, Representation::Integer32());
493 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h67 return Immediate(ToRepresentation(LConstantOperand::cast(op), r));
223 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
H A Dlithium-codegen-ia32.cc521 return ToRepresentation(op, Representation::Integer32());
525 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1478 ToRepresentation(LConstantOperand::cast(right),
1682 int offset = ToRepresentation(LConstantOperand::cast(index),
1742 int value = ToRepresentation(LConstantOperand::cast(instr->value()),
1769 int32_t offset = ToRepresentation(LConstantOperand::cast(right),
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h70 return Immediate(ToRepresentation(LConstantOperand::cast(op), r));
251 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
H A Dlithium-codegen-x87.cc789 return ToRepresentation(op, Representation::Integer32());
793 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1779 ToRepresentation(LConstantOperand::cast(right),
1959 int offset = ToRepresentation(LConstantOperand::cast(index),
2019 int value = ToRepresentation(LConstantOperand::cast(instr->value()),
2046 int32_t offset = ToRepresentation(LConstantOperand::cast(right),
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h71 intptr_t ToRepresentation(LConstantOperand* op,
H A Dlithium-codegen-ppc.cc461 return ToRepresentation(op, Representation::Integer32());
465 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h64 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
H A Dlithium-codegen-x64.cc465 return ToRepresentation(op, Representation::Integer32());
469 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
1441 ToRepresentation(LConstantOperand::cast(right),
1608 ToRepresentation(LConstantOperand::cast(right),
1765 ToRepresentation(LConstantOperand::cast(right),
1787 ToRepresentation(LConstantOperand::cast(right),
1827 ToRepresentation(LConstantOperand::cast(right),

Completed in 194 milliseconds