Searched refs:ImpossibleCost (Results 1 – 2 of 2) sorted by relevance
294 MappingCost Cost = MappingCost::ImpossibleCost(); in findBestMapping()447 return MappingCost::ImpossibleCost(); in computeMapping()508 return MappingCost::ImpossibleCost(); in computeMapping()534 return MappingCost::ImpossibleCost(); in computeMapping()658 if (DefaultCost == MappingCost::ImpossibleCost()) in assignInstr()1001 *this = ImpossibleCost(); in saturate()1005 RegBankSelect::MappingCost RegBankSelect::MappingCost::ImpossibleCost() { in ImpossibleCost() function in RegBankSelect::MappingCost1015 if ((*this == ImpossibleCost()) || (Cost == ImpossibleCost())) in operator <()1016 return (*this == ImpossibleCost()) < (Cost == ImpossibleCost()); in operator <()1099 if (*this == ImpossibleCost()) { in print()
459 static MappingCost ImpossibleCost();