Searched refs:ImpossibleCost (Results 1 – 2 of 2) sorted by relevance
296 MappingCost Cost = MappingCost::ImpossibleCost(); in findBestMapping()449 return MappingCost::ImpossibleCost(); in computeMapping()505 return MappingCost::ImpossibleCost(); in computeMapping()531 return MappingCost::ImpossibleCost(); in computeMapping()650 if (DefaultCost == MappingCost::ImpossibleCost()) in assignInstr()997 *this = ImpossibleCost(); in saturate()1001 RegBankSelect::MappingCost RegBankSelect::MappingCost::ImpossibleCost() { in ImpossibleCost() function in RegBankSelect::MappingCost1011 if ((*this == ImpossibleCost()) || (Cost == ImpossibleCost())) in operator <()1012 return (*this == ImpossibleCost()) < (Cost == ImpossibleCost()); in operator <()1095 if (*this == ImpossibleCost()) { in print()
459 static MappingCost ImpossibleCost();