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.cpp311 if (RISCVVType::getSEW(CurVType) != RISCVVType::getSEW(NewVType)) in areCompatibleVTYPEs()
315 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType)) in areCompatibleVTYPEs()
319 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType) || in areCompatibleVTYPEs()
320 RISCVVType::getSEW(NewVType) >= 64) in areCompatibleVTYPEs()
330 auto Ratio1 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(CurVType), in areCompatibleVTYPEs()
332 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), in areCompatibleVTYPEs()
503 unsigned getSEW() const { return SEW; } in getSEW() function in __anon5ac2218d0111::VSETVLIInfo
543 SEW = RISCVVType::getSEW(VType); in setVTYPE()
1080 PrevInfo.getSEW(), PrevInfo.getVLMUL(), Info.getSEW())) in adjustIncoming()
1124 ((Demanded.SEW || Demanded.SEWLMULRatio) ? IncomingInfo : Info).getSEW(), in transferBefore()
H A DRISCVInstrInfo.cpp201 FirstSEW = RISCVVType::getSEW(FirstVType); in isConvertibleToVMV_V_V()
223 if (RISCVVType::getSEW(VType) != FirstSEW) in isConvertibleToVMV_V_V()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp80 uint8_t RISCVSEWInstrument::getSEW() const { in getSEW() function in llvm::mca::RISCVSEWInstrument
162 unsigned SEW = RISCVVType::getSEW(VTypeI); in createInstruments()
268 uint8_t SEW = SI ? SI->getSEW() : 0; in getSchedClassID()
H A DRISCVCustomBehaviour.h50 uint8_t getSEW() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp177 unsigned Sew = getSEW(VType); in printVType()
H A DRISCVInstPrinter.cpp211 RISCVVType::getSEW(Imm) > 64 || (Imm >> 8) != 0) { in printVTypeI()
H A DRISCVBaseInfo.h525 inline static unsigned getSEW(unsigned VType) { in getSEW() function