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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8885 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; local
8888 if (!(LHSUsedLanes & RHSUsedLanes) &&
8891 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) {
8982 uint32_t RHSUsedLanes = ~(RHSMask & 0x0c0c0c0c) & 0x0c0c0c0c; local
8985 if (!(LHSUsedLanes & RHSUsedLanes) &&
8988 !(LHSUsedLanes == 0x0c0c0000 && RHSUsedLanes == 0x00000c0c)) {
8990 LHSMask &= ~RHSUsedLanes;

Completed in 195 milliseconds