Searched refs:isVariant (Results 1 – 9 of 9) sorted by relevance
61 if (!SCDesc.isVariant()) in computeInstrLatency()76 while (SCDesc->isVariant()) { in computeInstrLatency()122 while (SCDesc->isVariant()) { in getReciprocalThroughput()
215 assert((SCDesc == nullptr || !SCDesc->isVariant()) && in ResolvedSchedClass()224 while (SchedClassId && SM.getSchedClassDesc(SchedClassId)->isVariant()) { in ResolveVariantSchedClassId()238 ->isVariant(); in resolveSchedClassId()
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()
522 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()527 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()