Searched refs:v4s8 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 84 const LLT v4s8 = LLT::fixed_vector(4, 8); in SPIRVLegalizerInfo() local 113 v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, v8s1, v8s8, v8s16, in SPIRVLegalizerInfo() 117 v3s16, v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, in SPIRVLegalizerInfo() 123 v3s1, v3s8, v3s16, v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, in SPIRVLegalizerInfo() 128 v4s8, v4s16, v4s32, v4s64, v8s8, v8s16, in SPIRVLegalizerInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LegalizerInfo.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86LegalizerInfo.cpp | 57 const LLT v4s8 = LLT::fixed_vector(4, 8); in X86LegalizerInfo() local 373 {v4s8, p0, v4s8, 1}}); in X86LegalizerInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 54 const LLT v4s8 = LLT::fixed_vector(4, 8); in AArch64LegalizerInfo() local 402 .bitcastIf(typeInSet(0, {v4s8}), in AArch64LegalizerInfo() 443 .bitcastIf(typeInSet(0, {v4s8}), in AArch64LegalizerInfo() 799 .legalForCartesianProduct({s32, v2s16, v4s8}) in AArch64LegalizerInfo() 1084 [=](const LegalityQuery &Query) { return Query.Types[0] == v4s8; }, in AArch64LegalizerInfo()
|