Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h100 uint8_t SEW; member
109 uint8_t SEW; member
119 uint8_t SEW; member
128 uint8_t SEW; member
138 uint8_t SEW; member
146 uint8_t SEW; member
154 uint8_t SEW; member
H A DRISCVISelDAGToDAG.cpp128 SDNode *Node, unsigned SEW, const SDLoc &DL, unsigned CurOp, bool IsMasked, in addVectorLoadStoreOperands()
494 SDValue SEW = CurDAG->getTargetConstant( in Select() local
584 SDValue SEW = CurDAG->getTargetConstant( in Select() local
633 unsigned SEW = in Select() local
816 unsigned SEW = (IntNo == Intrinsic::riscv_vle1) ? 8 : ScalarSize; in Select() local
1007 unsigned SEW = (IntNo == Intrinsic::riscv_vse1) ? 8 : ScalarSize; in Select() local
1159 SDValue SEW = CurDAG->getTargetConstant(Log2_32(ScalarSize), DL, XLenVT); in Select() local
H A DRISCVISelLowering.cpp6482 unsigned SEW = 1 << Log2SEW; in addVSetVL() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp110 unsigned RISCVVType::encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, in encodeVTYPE()
H A DRISCVBaseInfo.h313 inline static bool isValidSEW(unsigned SEW) { in isValidSEW()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp770 unsigned SEW = CGM.getContext().getTypeSize(Info.ElementType); in CreateType() local