Searched refs:IsFloatingPoint (Results 1 – 11 of 11) sorted by relevance
158 if (IsFloatingPoint(type)) { in Next()178 bool IsFloatingPoint(LocalType type) { in IsFloatingPoint() function
517 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsRegister()522 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsDoubleRegister()529 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsStackSlot()536 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsDoubleStackSlot()543 IsFloatingPoint(LocationOperand::cast(this)->representation()) in GetCanonicalizedValue()1224 return IsFloatingPoint(GetRepresentation(virtual_register)); in IsFloat()
273 if (IsFloatingPoint(rep)) { in ToUnallocatedOperand()
647 DCHECK(IsFloatingPoint(type.representation())); in AddTranslationForOperand()665 DCHECK(IsFloatingPoint(type.representation())); in AddTranslationForOperand()
245 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep), in ExplicitOperand()247 DCHECK_IMPLIES(kind == REGISTER && IsFloatingPoint(rep), in ExplicitOperand()
332 return IsFloatingPoint(representation()) ? DOUBLE_REGISTERS in kind()1507 DCHECK(!IsFloatingPoint(rep)); in AllocateFixed()1511 DCHECK(IsFloatingPoint(rep)); in AllocateFixed()
171 inline bool IsFloatingPoint(MachineRepresentation rep) { in IsFloatingPoint() function
89 is_float = IsFloatingPoint(LocationOperand::cast(op).representation()); in KeyFor()
136 if (IsFloatingPoint(type.representation())) { in Next()158 int size = IsFloatingPoint(type.representation()) in StackWords()
447 TYPE_TRAIT_1(__is_floating_point, IsFloatingPoint, KEYCXX)
1858 if (IsFloatingPoint(rep) && loc == LinkageLocation::ForRegister(0)) { in AssembleReturn()