Home
last modified time | relevance | path

Searched defs:V2S64 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp52 const LLT V2S64 = LLT::fixed_vector(2, 64); PPCLegalizerInfo() local
/llvm-project/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp160 const LLT V2S64 = LLT::fixed_vector(2, 64); TEST() local
206 const LLT V2S64 = LLT::fixed_vector(2, 64); TEST() local
[all...]
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DGISelUtilsTest.cpp37 static const LLT V2S64 = LLT::fixed_vector(2, 64); variable
[all...]
H A DLegalizerHelperTest.cpp3732 LLT V2S64{{LLT::fixed_vector(2, 64)}}; in TEST_F() local
3795 LLT V2S64{LLT::fixed_vector(2, 64)}; in TEST_F() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp323 static const LLT V2S64 = LLT::fixed_vector(2, 64); global() variable