Searched refs:v2s64 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86LegalizerInfo.cpp | 244 const LLT v2s64 = LLT::vector(2, 64); in setLegalizerInfoSSE1() local 251 for (auto Ty : {v4s32, v2s64}) in setLegalizerInfoSSE1() 258 for (const auto &Ty : {v4s32, v2s64}) { in setLegalizerInfoSSE1() 275 const LLT v2s64 = LLT::vector(2, 64); in setLegalizerInfoSSE2() local 283 for (auto Ty : {s64, v2s64}) in setLegalizerInfoSSE2() 287 for (auto Ty : {v16s8, v8s16, v4s32, v2s64}) in setLegalizerInfoSSE2() 300 {v16s8, v32s8, v8s16, v16s16, v4s32, v8s32, v2s64, v4s64}) { in setLegalizerInfoSSE2() 304 for (const auto &Ty : {v16s8, v8s16, v4s32, v2s64}) { in setLegalizerInfoSSE2() 326 const LLT v2s64 = LLT::vector(2, 64); in setLegalizerInfoAVX() local 345 for (auto Ty : {v16s8, v8s16, v4s32, v2s64}) { in setLegalizerInfoAVX() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64LegalizerInfo.cpp | 48 const LLT v2s64 = LLT::vector(2, 64); in AArch64LegalizerInfo() local 66 .legalFor({s32, s64, v2s32, v4s32, v2s64}) in AArch64LegalizerInfo() 70 .clampNumElements(0, v2s64, v2s64) in AArch64LegalizerInfo() 270 v8s16, v4s16, v2s16, v4s32, v2s32, v2s64}); in AArch64LegalizerInfo()
|