Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h103 inline static unsigned encodeSEW(unsigned SEW) { in encodeSEW() function
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp163 unsigned VSEWBits = encodeSEW(SEW); in encodeVTYPE()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8862 unsigned Sew = RISCVVType::encodeSEW(I32VT.getScalarSizeInBits()); in lowerVectorIntrinsicScalars()
8877 unsigned Sew = RISCVVType::encodeSEW(VT.getScalarSizeInBits()); in lowerVectorIntrinsicScalars()
8973 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength()