Home
last modified time | relevance | path

Searched refs:VSEW (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDRISCVTargetParser.h98 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() argument
99 assert(VSEW < 8 && "Unexpected VSEW value"); in decodeVSEW()
100 return 1 << (VSEW + 3); in decodeVSEW()
109 unsigned VSEW = (VType >> 3) & 0x7; in getSEW() local
110 return decodeVSEW(VSEW); in getSEW()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsRISCV.td149 /* VSEW */ LLVMMatchType<0>,
155 /* VSEW */ [LLVMMatchType<0>,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp8973 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength() local
8978 SDValue Sew = DAG.getTargetConstant(VSEW, DL, XLenVT); in lowerGetVectorLength()
17928 unsigned VSEW = Op.getConstantOperandVal(HasAVL + 1); in computeKnownBitsForTargetNode() local
17931 unsigned SEW = RISCVVType::decodeVSEW(VSEW); in computeKnownBitsForTargetNode()