Home
last modified time | relevance | path

Searched refs:decodeVSEW (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h98 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() function
110 return decodeVSEW(VSEW); in getSEW()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp568 RISCVVType::decodeVSEW(Node->getConstantOperandVal(Offset) & 0x7); in selectVSETVLI()
H A DRISCVISelLowering.cpp17931 unsigned SEW = RISCVVType::decodeVSEW(VSEW); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1841 uint64_t SEW = RISCVVType::decodeVSEW( in computeKnownBitsFromOperator()