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.h119 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() function
131 return decodeVSEW(VSEW); in getSEW()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp482 RISCVVType::decodeVSEW(Node->getConstantOperandVal(Offset) & 0x7); in selectVSETVLI()
H A DRISCVISelLowering.cpp21059 unsigned SEW = RISCVVType::decodeVSEW(VSEW); in computeKnownBitsForTargetNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2014 uint64_t SEW = RISCVVType::decodeVSEW( in computeKnownBitsFromOperator()