Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6504 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performAndCombine() local
6507 if (!(LHSUsedLanes & RHSUsedLanes) && in performAndCombine()
6510 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performAndCombine()
6601 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performOrCombine() local
6604 if (!(LHSUsedLanes & RHSUsedLanes) && in performOrCombine()
6607 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performOrCombine()
6609 LHSMask &= ~RHSUsedLanes; in performOrCombine()