Searched refs:exceedsMaxNumRegs (Results 1 – 3 of 3) sorted by relevance
89 bool exceedsMaxNumRegs(const TargetTransformInfo &TTI) const;
408 bool VPRegisterUsage::exceedsMaxNumRegs(const TargetTransformInfo &TTI) const { in exceedsMaxNumRegs() function in VPRegisterUsage
4269 if (CM.useMaxBandwidth(VF) && RUs[I].exceedsMaxNumRegs(TTI)) in selectVectorizationFactor()7051 if (CM.useMaxBandwidth(VF) && RUs[I].exceedsMaxNumRegs(TTI)) { in computeBestVF()