Home
last modified time | relevance | path

Searched refs:scalable_vector (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp50 const LLT nxv1s8 = LLT::scalable_vector(1, s8); in RISCVLegalizerInfo()
51 const LLT nxv2s8 = LLT::scalable_vector(2, s8); in RISCVLegalizerInfo()
52 const LLT nxv4s8 = LLT::scalable_vector(4, s8); in RISCVLegalizerInfo()
53 const LLT nxv8s8 = LLT::scalable_vector(8, s8); in RISCVLegalizerInfo()
54 const LLT nxv16s8 = LLT::scalable_vector(16, s8); in RISCVLegalizerInfo()
55 const LLT nxv32s8 = LLT::scalable_vector(32, s8); in RISCVLegalizerInfo()
56 const LLT nxv64s8 = LLT::scalable_vector(64, s8); in RISCVLegalizerInfo()
58 const LLT nxv1s16 = LLT::scalable_vector(1, s16); in RISCVLegalizerInfo()
59 const LLT nxv2s16 = LLT::scalable_vector(2, s16); in RISCVLegalizerInfo()
60 const LLT nxv4s16 = LLT::scalable_vector(4, s16); in RISCVLegalizerInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h105 static constexpr LLT scalable_vector(unsigned MinNumElements, in scalable_vector() function
112 static constexpr LLT scalable_vector(unsigned MinNumElements, LLT ScalarTy) { in scalable_vector() function