Lines Matching refs:LMUL
112 StringRef LMUL; in createInstruments() local
115 LMUL = "M1"; in createInstruments()
118 LMUL = "M2"; in createInstruments()
121 LMUL = "M4"; in createInstruments()
124 LMUL = "M8"; in createInstruments()
127 LMUL = "MF2"; in createInstruments()
130 LMUL = "MF4"; in createInstruments()
133 LMUL = "MF8"; in createInstruments()
140 createInstrument(RISCVLMULInstrument::DESC_NAME, LMUL)); in createInstruments()
169 getEEWAndEMUL(unsigned Opcode, RISCVII::VLMUL LMUL, uint8_t SEW) { in getEEWAndEMUL() argument
202 auto EMUL = RISCVVType::getSameRatioLMUL(SEW, LMUL, EEW); in getEEWAndEMUL()
243 uint8_t LMUL = LI->getLMUL(); in getSchedClassID() local
252 RISCVII::VLMUL VLMUL = static_cast<RISCVII::VLMUL>(LMUL); in getSchedClassID()
257 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, SEW); in getSchedClassID()
260 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, 0); in getSchedClassID()