Searched defs:SEW (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp135 unsigned RISCVVType::encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, argument
190 unsigned RISCVVType::getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul) { argument
H A DRISCVBaseInfo.h419 inline static bool isValidSEW(unsigned SEW) { argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp134 bool SEW = false; member in struct:__anon3066::DemandedFields
177 OS << "SEW=" << SEW << ", "; local
307 uint8_t SEW = 0; member in class:__anon3066::VSETVLIInfo
683 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; local
1139 unsigned SEW = Info.getSEW(); local
[all...]
H A DRISCVInstrInfo.cpp1721 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; local
2038 unsigned SEW local
2040 OS << "e" << SEW; local
[all...]
H A DRISCVISelLowering.cpp5524 SDValue SEW local
5539 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp772 unsigned SEW = CGM.getContext().getTypeSize(Info.ElementType); local

Completed in 218 milliseconds