Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11468 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performAndCombine() local
11471 if (!(LHSUsedLanes & RHSUsedLanes) && in performAndCombine()
11474 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performAndCombine()
12095 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performOrCombine() local
12098 if (!(LHSUsedLanes & RHSUsedLanes) && in performOrCombine()
12101 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performOrCombine()
12103 LHSMask &= ~RHSUsedLanes; in performOrCombine()