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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp61 if (!SCDesc.isVariant())
76 while (SCDesc->isVariant()) {
122 while (SCDesc->isVariant()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp48 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp90 if (SCDesc->isValid() && !SCDesc->isVariant()) {
H A DAArch64SIMDInstrOpt.cpp234 if (!SCDesc->isValid() || SCDesc->isVariant())
243 if (!SCDescRepl->isValid() || SCDescRepl->isVariant())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h130 bool isVariant() const { function in struct:llvm::MCSchedClassDesc
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp143 while (SCDesc->isVariant()) {
346 if (SCDesc.isValid() && !SCDesc.isVariant())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp515 bool IsVariant = SM.getSchedClassDesc(SchedClassID)->isVariant();
520 while (SchedClassID && SM.getSchedClassDesc(SchedClassID)->isVariant())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp212 if (!SCDesc || !SCDesc->isValid() || SCDesc->isVariant())

Completed in 131 milliseconds