Home
last modified time | relevance | path

Searched defs:V4S32 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp51 const LLT V4S32 = LLT::fixed_vector(4, 32); PPCLegalizerInfo() local
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DGISelUtilsTest.cpp34 static const LLT V4S32 = LLT::fixed_vector(4, 32); variable
H A DLegalizerHelperTest.cpp148 LLT V4S32 = LLT::fixed_vector(4, S32); in TEST_F() local
3979 LLT V4S32{LLT::fixed_vector(4, 32)}; in TEST_F() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp311 static const LLT V4S32 = LLT::fixed_vector(4, 32); global() variable