Home
last modified time | relevance | path

Searched refs:isValidSEW (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h91 inline static bool isValidSEW(unsigned SEW) { in isValidSEW() function
125 assert(isValidSEW(SEW) && "Unexpected SEW value"); in encodeSEW()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp162 assert(isValidSEW(SEW) && "Invalid SEW"); in encodeVTYPE()
175 assert(isValidSEW(SEW) && "Invalid SEW"); in encodeXSfmmVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp224 assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW"); in convertToVLMAX()
H A DRISCVInsertVSETVLI.cpp1007 assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW"); in computeInfoForInstr()
H A DRISCVInstrInfo.cpp2951 Ok = (isUInt<5>(Imm) && RISCVVType::isValidSEW(1 << Imm)); in verifyInstruction()
3004 if (!RISCVVType::isValidSEW(SEW)) { in verifyInstruction()
3629 assert(RISCVVType::isValidSEW(SEW) && "Unexpected SEW"); in createMIROperandComment()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2260 if (!RISCVVType::isValidSEW(Sew)) in parseVTypeToken()
2396 if (!RISCVVType::isValidSEW(SEW)) in parseXSfmmVType()