Searched refs:isVariant (Results 1 – 8 of 8) sorted by relevance
61 if (!SCDesc.isVariant()) in computeInstrLatency()76 while (SCDesc->isVariant()) { in computeInstrLatency()122 while (SCDesc->isVariant()) { in getReciprocalThroughput()
143 while (SCDesc->isVariant()) { in resolveSchedClass()346 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
90 if (SCDesc->isValid() && !SCDesc->isVariant()) { in shouldAddSTPToBlock()
235 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()244 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
131 bool isVariant() const { in isVariant() function
106 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
550 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()555 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()