Searched refs:isVariant (Results 1 – 8 of 8) sorted by relevance
63 if (!SCDesc.isVariant()) in computeInstrLatency()78 while (SCDesc->isVariant()) { in computeInstrLatency()124 while (SCDesc->isVariant()) { in getReciprocalThroughput()
95 if (PairSCDesc->isValid() && !PairSCDesc->isVariant() && in shouldAddSTPToBlock()96 SingleSCDesc->isValid() && !SingleSCDesc->isVariant()) { in shouldAddSTPToBlock()
236 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()245 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
131 while (SCDesc->isVariant()) { in resolveSchedClass()330 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
139 bool isVariant() const { in isVariant() function
130 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
547 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in getVariantSchedClassID()573 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()