Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp80 const LLT nxv1s1 = LLT::scalable_vector(1, s1); in RISCVLegalizerInfo()
81 const LLT nxv2s1 = LLT::scalable_vector(2, s1); in RISCVLegalizerInfo()
82 const LLT nxv4s1 = LLT::scalable_vector(4, s1); in RISCVLegalizerInfo()
83 const LLT nxv8s1 = LLT::scalable_vector(8, s1); in RISCVLegalizerInfo()
84 const LLT nxv16s1 = LLT::scalable_vector(16, s1); in RISCVLegalizerInfo()
85 const LLT nxv32s1 = LLT::scalable_vector(32, s1); in RISCVLegalizerInfo()
86 const LLT nxv64s1 = LLT::scalable_vector(64, s1); in RISCVLegalizerInfo()
88 const LLT nxv1s8 = LLT::scalable_vector(1, s8); in RISCVLegalizerInfo()
89 const LLT nxv2s8 = LLT::scalable_vector(2, s8); in RISCVLegalizerInfo()
90 const LLT nxv4s8 = LLT::scalable_vector(4, s8); in RISCVLegalizerInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h113 static constexpr LLT scalable_vector(unsigned MinNumElements, in scalable_vector() function
120 static constexpr LLT scalable_vector(unsigned MinNumElements, LLT ScalarTy) { in scalable_vector() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp64 const LLT nxv16s8 = LLT::scalable_vector(16, s8); in AArch64LegalizerInfo()
65 const LLT nxv8s16 = LLT::scalable_vector(8, s16); in AArch64LegalizerInfo()
66 const LLT nxv4s32 = LLT::scalable_vector(4, s32); in AArch64LegalizerInfo()
67 const LLT nxv2s64 = LLT::scalable_vector(2, s64); in AArch64LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1064 ? LLT::scalable_vector(1, 8 * Size.getValue().getKnownMinValue())
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1114 ? LLT::scalable_vector(1, 8 * TS.getValue().getKnownMinValue()) in MachineMemOperand()