Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Cost

1146 /// of the register class for the specified type and its associated "cost".
1363 uint8_t Cost;
1364 std::tie(RRC, Cost) = findRepresentativeClass(TRI, (MVT::SimpleValueType)i);
1366 RepRegClassCostForVT[i] = Cost;
1590 unsigned Cost = 1;
1598 return std::make_pair(Cost, MTy.getSimpleVT());
1601 Cost *= 2;