Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp8407 uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performAndCombine() local
8411 if (!(LHSUsedLanes & RHSUsedLanes) && in performAndCombine()
8414 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performAndCombine()
8429 uint32_t Sel = Mask | (LHSUsedLanes & 0x04040404); in performAndCombine()
8504 uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; in performOrCombine() local
8508 if (!(LHSUsedLanes & RHSUsedLanes) && in performOrCombine()
8511 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) { in performOrCombine()
8514 RHSMask &= ~LHSUsedLanes; in performOrCombine()
8516 LHSMask |= LHSUsedLanes & 0x04040404; in performOrCombine()