Searched refs:getSEW (Results 1 – 7 of 7) sorted by relevance
340 if (RISCVVType::getSEW(CurVType) != RISCVVType::getSEW(NewVType)) in areCompatibleVTYPEs()344 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType)) in areCompatibleVTYPEs()348 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType) || in areCompatibleVTYPEs()349 RISCVVType::getSEW(NewVType) >= 64) in areCompatibleVTYPEs()368 auto Ratio1 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(CurVType), in areCompatibleVTYPEs()370 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), in areCompatibleVTYPEs()610 unsigned getSEW() const { return SEW; } in getSEW() function in __anoncddf45c50111::VSETVLIInfo672 SEW = RISCVVType::getSEW(VType); in setVTYPE()1199 PrevInfo.getSEW(), PrevInfo.getVLMUL(), Info.getSEW())) in adjustIncoming()1243 ((Demanded.SEW || Demanded.SEWLMULRatio) ? IncomingInfo : Info).getSEW(), in transferBefore()
221 FirstSEW = RISCVVType::getSEW(FirstVType); in isConvertibleToVMV_V_V() 243 if (RISCVVType::getSEW(VType) != FirstSEW) in isConvertibleToVMV_V_V()
60 uint8_t RISCVSEWInstrument::getSEW() const { in getSEW() function in llvm::mca::RISCVSEWInstrument142 unsigned SEW = RISCVVType::getSEW(VTypeI); in createInstruments()248 uint8_t SEW = SI ? SI->getSEW() : 0; in getSchedClassID()
50 uint8_t getSEW() const;
108 inline static unsigned getSEW(unsigned VType) { in getSEW() function
190 unsigned Sew = getSEW(VType); in printVType()
214 RISCVVType::getSEW(Imm) > 64 || (Imm >> 8) != 0) { in printVTypeI()