Home
last modified time | relevance | path

Searched refs:isVariant (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp64 if (!SCDesc.isVariant()) in computeInstrLatency()
82 while (SCDesc->isVariant()) { in computeInstrLatency()
135 while (SCDesc->isVariant()) { in getReciprocalThroughput()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp93 if (PairSCDesc->isValid() && !PairSCDesc->isVariant() && in shouldAddSTPToBlock()
94 SingleSCDesc->isValid() && !SingleSCDesc->isVariant()) { in shouldAddSTPToBlock()
H A DAArch64SIMDInstrOpt.cpp234 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()
243 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp128 while (SCDesc->isVariant()) { in resolveSchedClass()
327 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h144 bool isVariant() const { in isVariant() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp207 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp547 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in getVariantSchedClassID()
573 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()