Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp222 bool SEWLMULRatio = false; member
228 return SEW || LMUL || SEWLMULRatio || TailPolicy || MaskPolicy; in usedVTYPE()
240 SEWLMULRatio = true; in demandVTYPE()
264 SEWLMULRatio |= B.SEWLMULRatio; in doUnion()
310 OS << "SEWLMULRatio=" << SEWLMULRatio << ", "; in print()
367 if (Used.SEWLMULRatio) { in areCompatibleVTYPEs()
444 Res.SEWLMULRatio = false; in getDemanded()
465 Res.SEWLMULRatio = false; in getDemanded()
497 Res.SEWLMULRatio = false; in getDemanded()
1196 if (!Demanded.LMUL && !Demanded.SEWLMULRatio && PrevInfo.isValid() && in adjustIncoming()
[all …]