Searched refs:const_op (Results 1 – 6 of 6) sorted by relevance
66 void EmitLoadIntegerConstant(LConstantOperand* const_op, Register dst);
400 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local401 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() argument426 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() local491 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()492 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
410 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local411 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() local447 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() local521 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()522 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
407 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local408 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() local447 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() local519 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()520 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
390 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local391 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() local430 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() local504 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()505 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
1105 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local1106 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() local1137 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand32()1138 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand32()