Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9803 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performAndCombine() local
9806 if (!(LHSUsedLanes & RHSUsedLanes) && in performAndCombine()
9809 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performAndCombine()
9900 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performOrCombine() local
9903 if (!(LHSUsedLanes & RHSUsedLanes) && in performOrCombine()
9906 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performOrCombine()
9908 LHSMask &= ~RHSUsedLanes; in performOrCombine()