Searched refs:ImpossibleCost (Results 1 – 2 of 2) sorted by relevance
296 MappingCost Cost = MappingCost::ImpossibleCost(); in findBestMapping()450 return MappingCost::ImpossibleCost(); in computeMapping()512 return MappingCost::ImpossibleCost(); in computeMapping()538 return MappingCost::ImpossibleCost(); in computeMapping()662 if (DefaultCost == MappingCost::ImpossibleCost()) in assignInstr()1007 *this = ImpossibleCost(); in saturate()1011 RegBankSelect::MappingCost RegBankSelect::MappingCost::ImpossibleCost() { in ImpossibleCost() function in RegBankSelect::MappingCost1021 if ((*this == ImpossibleCost()) || (Cost == ImpossibleCost())) in operator <()1022 return (*this == ImpossibleCost()) < (Cost == ImpossibleCost()); in operator <()1105 if (*this == ImpossibleCost()) { in print()
459 static MappingCost ImpossibleCost();