Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp164 unsigned VSEWBits = encodeSEW(SEW); in encodeVTYPE()
177 unsigned VSEWBits = encodeSEW(SEW); in encodeXSfmmVType()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h124 inline static unsigned encodeSEW(unsigned SEW) { in encodeSEW() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10394 unsigned Sew = RISCVVType::encodeSEW(VT.getScalarSizeInBits()); in lowerVectorIntrinsicScalars()
10490 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength()