Home
last modified time | relevance | path

Searched refs:ImpossibleCost (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp294 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::MappingCost
1015 if ((*this == ImpossibleCost()) || (Cost == ImpossibleCost())) in operator <()
1016 return (*this == ImpossibleCost()) < (Cost == ImpossibleCost()); in operator <()
1099 if (*this == ImpossibleCost()) { in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h459 static MappingCost ImpossibleCost();