Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp203 RISCVVType::getSEW(VType1) != RISCVVType::getSEW(VType2)) in areCompatibleVTYPEs()
211 auto Ratio1 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(VType1), in areCompatibleVTYPEs()
213 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(VType2), in areCompatibleVTYPEs()
348 unsigned getSEW() const { return SEW; } in getSEW() function in __anon4c2f49c10111::VSETVLIInfo
379 SEW = RISCVVType::getSEW(VType); in setVTYPE()
821 CurInfo.getSEW() >= Require.getSEW()) { in needVSETVLI()
1139 unsigned SEW = Info.getSEW(); in hasFixedResult()
DRISCVInstrInfo.cpp160 FirstSEW = RISCVVType::getSEW(FirstVType); in isConvertibleToVMV_V_V()
182 if (RISCVVType::getSEW(VType) != FirstSEW) in isConvertibleToVMV_V_V()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp166 unsigned Sew = getSEW(VType); in printVType()
DRISCVInstPrinter.cpp172 RISCVVType::getSEW(Imm) > 64 || (Imm >> 8) != 0) { in printVTypeI()
DRISCVBaseInfo.h455 inline static unsigned getSEW(unsigned VType) { in getSEW() function