Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp61 if (!SCDesc.isVariant()) in computeInstrLatency()
76 while (SCDesc->isVariant()) { in computeInstrLatency()
122 while (SCDesc->isVariant()) { in getReciprocalThroughput()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp143 while (SCDesc->isVariant()) { in resolveSchedClass()
346 if (SCDesc.isValid() && !SCDesc.isVariant()) in computeReciprocalThroughput()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp90 if (SCDesc->isValid() && !SCDesc->isVariant()) { in shouldAddSTPToBlock()
H A DAArch64SIMDInstrOpt.cpp235 if (!SCDesc->isValid() || SCDesc->isVariant()) in shouldReplaceInst()
244 if (!SCDescRepl->isValid() || SCDescRepl->isVariant()) in shouldReplaceInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h131 bool isVariant() const { in isVariant() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp106 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in collectData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp550 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant(); in createInstrDescImpl()
555 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant()) in createInstrDescImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp213 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant()) in getLatency()