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.cpp149 if (RVVVectorBitsMax != 0 && RVVVectorBitsMax < ZvlLen) in getMaxRVVVectorSizeInBits()
161 return ZvlLen; in getMinRVVVectorSizeInBits()
165 if (RVVVectorBitsMin != 0 && RVVVectorBitsMin < ZvlLen) in getMinRVVVectorSizeInBits()
H A DRISCVSubtarget.h77 unsigned ZvlLen = 0; variable
148 bool hasStdExtZvl() const { return ZvlLen != 0; } in hasStdExtZvl()
187 return VLen == 0 ? ZvlLen : VLen; in getRealMinVLen()
H A DRISCVFeatures.td649 "ZvlLen", "32">;
657 "ZvlLen", !cast<string>(I)>;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp925 unsigned ZvlLen; in updateImpliedLengths() local
926 if (ExtName.consumeInteger(10, ZvlLen)) in updateImpliedLengths()
932 MinVLen = std::max(MinVLen, ZvlLen); in updateImpliedLengths()