Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp340 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::VSETVLIInfo
672 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()
H A DRISCVInstrInfo.cpp221 FirstSEW = RISCVVType::getSEW(FirstVType); in isConvertibleToVMV_V_V()
243 if (RISCVVType::getSEW(VType) != FirstSEW) in isConvertibleToVMV_V_V()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp60 uint8_t RISCVSEWInstrument::getSEW() const { in getSEW() function in llvm::mca::RISCVSEWInstrument
142 unsigned SEW = RISCVVType::getSEW(VTypeI); in createInstruments()
248 uint8_t SEW = SI ? SI->getSEW() : 0; in getSchedClassID()
H A DRISCVCustomBehaviour.h50 uint8_t getSEW() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h108 inline static unsigned getSEW(unsigned VType) { in getSEW() function
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp190 unsigned Sew = getSEW(VType); in printVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp214 RISCVVType::getSEW(Imm) > 64 || (Imm >> 8) != 0) { in printVTypeI()