Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp150 unsigned VSEWBits = encodeSEW(SEW); in encodeVTYPE()
H A DRISCVBaseInfo.h520 inline static unsigned encodeSEW(unsigned SEW) { in encodeSEW() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8325 unsigned Sew = RISCVVType::encodeSEW(I32VT.getScalarSizeInBits()); in lowerVectorIntrinsicScalars()
8340 unsigned Sew = RISCVVType::encodeSEW(VT.getScalarSizeInBits()); in lowerVectorIntrinsicScalars()
8436 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength()