Home
last modified time | relevance | path

Searched refs:UseInput00 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25856 bool UseInput00 = false; in combineTargetShuffle() local
25875 UseInput00 |= (0 <= M && M < 4); in combineTargetShuffle()
25881 if (UseInput00 && !UseInput01) { in combineTargetShuffle()
25884 } else if (!UseInput00 && UseInput01) { in combineTargetShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp30791 bool UseInput00 = false; in combineTargetShuffle() local
30810 UseInput00 |= (0 <= M && M < 4); in combineTargetShuffle()
30816 if (UseInput00 && !UseInput01) { in combineTargetShuffle()
30819 } else if (!UseInput00 && UseInput01) { in combineTargetShuffle()