Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp537 uint8_t SEWLMULRatioOnly : 1; member in __anoncddf45c50111::VSETVLIInfo
542 SEWLMULRatioOnly(false) {} in VSETVLIInfo()
688 assert(isValid() && !isUnknown() && !SEWLMULRatioOnly && in encodeVTYPE()
693 bool hasSEWLMULRatioOnly() const { return SEWLMULRatioOnly; } in hasSEWLMULRatioOnly()
700 assert(!SEWLMULRatioOnly && !Other.SEWLMULRatioOnly && in hasSameVTYPE()
742 if (SEWLMULRatioOnly || Require.SEWLMULRatioOnly) in isCompatible()
771 if (SEWLMULRatioOnly != Other.SEWLMULRatioOnly) in operator ==()
775 if (SEWLMULRatioOnly) in operator ==()
809 MergeInfo.SEWLMULRatioOnly = true; in intersect()
843 << "SEWLMULRatioOnly=" << (bool)SEWLMULRatioOnly << "}"; in print()