Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11656 uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performAndCombine() local
11660 if (!(LHSUsedLanes & RHSUsedLanes) && in performAndCombine()
11663 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performAndCombine()
11678 uint32_t Sel = Mask | (LHSUsedLanes & 0x04040404); in performAndCombine()
12364 uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performOrCombine() local
12368 if (!(LHSUsedLanes & RHSUsedLanes) && in performOrCombine()
12371 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performOrCombine()
12374 RHSMask &= ~LHSUsedLanes; in performOrCombine()
12376 LHSMask |= LHSUsedLanes & 0x04040404; in performOrCombine()