Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp165 if (RVVVectorBitsMax != 0 && RVVVectorBitsMax < ZvlLen) in getMaxRVVVectorSizeInBits()
177 return ZvlLen; in getMinRVVVectorSizeInBits()
181 if (RVVVectorBitsMin != 0 && RVVVectorBitsMin < ZvlLen) in getMinRVVVectorSizeInBits()
H A DRISCVSubtarget.h105 unsigned ZvlLen = 0; variable
178 bool hasStdExtZvl() const { return ZvlLen != 0; } in hasStdExtZvl()
219 return VLen == 0 ? ZvlLen : VLen; in getRealMinVLen()
H A DRISCVFeatures.td631 "ZvlLen", "32">;
638 "ZvlLen", !cast<string>(I)>;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp960 unsigned ZvlLen; in updateImpliedLengths() local
961 if (ExtName.consumeInteger(10, ZvlLen)) in updateImpliedLengths()
967 MinVLen = std::max(MinVLen, ZvlLen); in updateImpliedLengths()