Searched defs:V2S16 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ | ||
H A D | GISelUtilsTest.cpp | 28 static const LLT V2S16 = LLT::fixed_vector(2, 16); variable |
H A D | LegalizerHelperTest.cpp | 1714 LLT V2S16 = LLT::fixed_vector(2, S16); in TEST_F() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUPreLegalizerCombiner.cpp | 189 const LLT V2S16 = LLT::fixed_vector(2, 16); applyClampI64ToI16() local |
H A D | AMDGPULegalizerInfo.cpp | 298 static const LLT V2S16 = LLT::fixed_vector(2, 16); global() variable |