Searched refs:IsFloatingPoint (Results 1 – 11 of 11) sorted by relevance
179 if (IsFloatingPoint(type)) { in Next()210 bool IsFloatingPoint(LocalType type) { in IsFloatingPoint() function
542 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsRegister()547 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsFPRegister()572 !IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsStackSlot()579 IsFloatingPoint(LocationOperand::cast(this)->representation()); in IsFPStackSlot()610 if (IsFloatingPoint(rep)) { in GetCanonicalizedValue()1339 return IsFloatingPoint(GetRepresentation(virtual_register)); in IsFP()
278 if (IsFloatingPoint(rep)) { in ToUnallocatedOperand()
485 return IsFloatingPoint(representation()) ? FP_REGISTERS : GENERAL_REGISTERS; in kind()1571 DCHECK(!IsFloatingPoint(rep)); in MarkAllocated()1602 DCHECK(!IsFloatingPoint(rep)); in AllocateFixed()1606 DCHECK(IsFloatingPoint(rep)); in AllocateFixed()
253 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep), in ExplicitOperand()
2651 bool isFloat = IsFloatingPoint(memtype.representation()); in BuildUnalignedLoad()2791 bool isFloat = IsFloatingPoint(memtype.representation()); in BuildUnalignedStore()
178 inline bool IsFloatingPoint(MachineRepresentation rep) { in IsFloatingPoint() function
89 is_float = IsFloatingPoint(LocationOperand::cast(op).representation()); in KeyFor()
134 if (IsFloatingPoint(type.representation())) { in Next()
447 TYPE_TRAIT_1(__is_floating_point, IsFloatingPoint, KEYCXX)
2350 if (IsFloatingPoint(rep) && loc == LinkageLocation::ForRegister(0)) { in AssembleReturn()