reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIISelLowering.cpp
 9784       CC = getSetCCSwappedOperands(CC);
 9784       CC = getSetCCSwappedOperands(CC);
 9796            (CC == ISD::SETNE || CC == ISD::SETGT || CC == ISD::SETULT)) ||
 9796            (CC == ISD::SETNE || CC == ISD::SETGT || CC == ISD::SETULT)) ||
 9796            (CC == ISD::SETNE || CC == ISD::SETGT || CC == ISD::SETULT)) ||
 9798            (CC == ISD::SETEQ || CC == ISD::SETGE || CC == ISD::SETULE)))
 9798            (CC == ISD::SETEQ || CC == ISD::SETGE || CC == ISD::SETULE)))
 9798            (CC == ISD::SETEQ || CC == ISD::SETGE || CC == ISD::SETULE)))
 9802            (CC == ISD::SETEQ || CC == ISD::SETLE || CC == ISD::SETUGE)) ||
 9802            (CC == ISD::SETEQ || CC == ISD::SETLE || CC == ISD::SETUGE)) ||
 9802            (CC == ISD::SETEQ || CC == ISD::SETLE || CC == ISD::SETUGE)) ||
 9804            (CC == ISD::SETNE || CC == ISD::SETUGT || CC == ISD::SETLT)))
 9804            (CC == ISD::SETNE || CC == ISD::SETUGT || CC == ISD::SETLT)))
 9804            (CC == ISD::SETNE || CC == ISD::SETUGT || CC == ISD::SETLT)))
 9809     if ((CC == ISD::SETEQ || CC == ISD::SETNE) &&
 9809     if ((CC == ISD::SETEQ || CC == ISD::SETNE) &&
 9823       if ((CF == CRHSVal && CC == ISD::SETEQ) ||
 9824           (CT == CRHSVal && CC == ISD::SETNE))
 9827       if ((CF == CRHSVal && CC == ISD::SETNE) ||
 9828           (CT == CRHSVal && CC == ISD::SETEQ))
 9841   if ((CC == ISD::SETOEQ || CC == ISD::SETONE) && LHS.getOpcode() == ISD::FABS) {
 9841   if ((CC == ISD::SETOEQ || CC == ISD::SETONE) && LHS.getOpcode() == ISD::FABS) {
 9856       unsigned Mask = CC == ISD::SETOEQ ? IsInfMask : IsFiniteMask;