Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h119 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() argument
120 assert(VSEW < 8 && "Unexpected VSEW value"); in decodeVSEW()
121 return 1 << (VSEW + 3); in decodeVSEW()
130 unsigned VSEW = (VType >> 3) & 0x7; in getSEW() local
131 return decodeVSEW(VSEW); in getSEW()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td149 /* VSEW */ LLVMMatchType<0>,
155 /* VSEW */ [LLVMMatchType<0>,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10490 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength() local
10495 SDValue Sew = DAG.getTargetConstant(VSEW, DL, XLenVT); in lowerGetVectorLength()
21056 unsigned VSEW = Op.getConstantOperandVal(HasAVL + 1); in computeKnownBitsForTargetNode() local
21059 unsigned SEW = RISCVVType::decodeVSEW(VSEW); in computeKnownBitsForTargetNode()