Home
last modified time | relevance | path

Searched refs:const_op (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h66 void EmitLoadIntegerConstant(LConstantOperand* const_op, Register dst);
Dlithium-codegen-ppc.cc400 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
401 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
403 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
424 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op, in EmitLoadIntegerConstant() argument
426 DCHECK(IsInteger32(const_op)); in EmitLoadIntegerConstant()
427 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadIntegerConstant()
429 if (IsSmi(const_op)) { in EmitLoadIntegerConstant()
490 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
491 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
492 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc410 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
411 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
413 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
446 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
447 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
449 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
520 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
521 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
522 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc407 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
408 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
410 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
446 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
447 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
449 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
518 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
519 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
520 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc390 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
391 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
393 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
429 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
430 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
432 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
503 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
504 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
505 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1105 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
1106 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
1107 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
1136 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand32() local
1137 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand32()
1138 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand32()