Home | History | Annotate | Download | only in compiler

Lines Matching refs:cast

152   static OperandType* cast(InstructionOperand* op) {             \
157 static const OperandType* cast(const InstructionOperand* op) { \
162 static OperandType cast(const InstructionOperand& op) { \
503 static LocationOperand* cast(InstructionOperand* op) {
508 static const LocationOperand* cast(const InstructionOperand* op) {
513 static LocationOperand cast(const InstructionOperand& op) {
560 !IsFloatingPoint(LocationOperand::cast(this)->representation());
565 IsFloatingPoint(LocationOperand::cast(this)->representation());
570 LocationOperand::cast(this)->location_kind() ==
577 !IsFloatingPoint(LocationOperand::cast(this)->representation());
582 IsFloatingPoint(LocationOperand::cast(this)->representation());
587 LocationOperand::cast(this)->representation() ==
593 LocationOperand::cast(this)->representation() ==
598 return IsAnyRegister() && LocationOperand::cast(this)->representation() ==
604 LocationOperand::cast(this)->location_kind() ==
610 !IsFloatingPoint(LocationOperand::cast(this)->representation());
615 IsFloatingPoint(LocationOperand::cast(this)->representation());
620 LocationOperand::cast(this)->location_kind() ==
622 LocationOperand::cast(this)->representation() ==
628 LocationOperand::cast(this)->location_kind() ==
630 LocationOperand::cast(this)->representation() ==
636 LocationOperand::cast(this)->location_kind() ==
638 LocationOperand::cast(this)->representation() ==
652 canonical = LocationOperand::cast(this)->representation();