Home
last modified time | relevance | path

Searched defs:SEW (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp135 unsigned RISCVVType::encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, in encodeVTYPE()
190 unsigned RISCVVType::getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul) { in getSEWLMULRatio()
DRISCVBaseInfo.h419 inline static bool isValidSEW(unsigned SEW) { in isValidSEW()
450 inline static unsigned encodeSEW(unsigned SEW) { in encodeSEW()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp134 bool SEW = false; member
307 uint8_t SEW = 0; member in __anon4c2f49c10111::VSETVLIInfo
683 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; in INITIALIZE_PASS() local
1139 unsigned SEW = Info.getSEW(); in hasFixedResult() local
DRISCVISelDAGToDAG.cpp557 unsigned SEW = in selectVSETVLI() local
1153 SDValue SEW = CurDAG->getTargetConstant( in Select() local
1232 SDValue SEW = CurDAG->getTargetConstant( in Select() local
1826 SDValue SEW = CurDAG->getTargetConstant(Log2SEW, DL, XLenVT); in Select() local
DRISCVInstrInfo.cpp1721 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; in verifyInstruction() local
2038 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; in createMIROperandComment() local
DRISCVISelLowering.cpp5524 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); in lowerVectorIntrinsicScalars() local
5539 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); in lowerVectorIntrinsicScalars() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp772 unsigned SEW = CGM.getContext().getTypeSize(Info.ElementType); in CreateType() local