Home
last modified time | relevance | path

Searched refs:nxv16f16 (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h219 nxv16f16 = 146, // n x 16 x f16 enumerator
606 case nxv16f16: in getVectorElementType()
725 case nxv16f16: in getVectorMinNumElements()
945 case nxv16f16: in getSizeInBits()
1303 if (NumElements == 16) return MVT::nxv16f16; in getScalableVectorVT()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td286 // half N/A nxv1f16 nxv2f16 nxv4f16 nxv8f16 nxv16f16 nxv32f16
319 defvar vfloat16m4_t = nxv16f16;
H A DRISCVISelLowering.cpp104 MVT::nxv8f16, MVT::nxv16f16, MVT::nxv32f16}; in RISCVTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.td183 def nxv16f16 : ValueType<256, 146>; // n x 16 x f16 vector value
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp464 case MVT::nxv16f16: in getTypeForEVT()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp210 case MVT::nxv16f16: return "MVT::nxv16f16"; in getEnumName()