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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 1978       switch (CC) {
 1987           CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT;
 1987           CC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGT;
 1997           CC = (CC == ISD::SETULT) ? ISD::SETULE : ISD::SETUGT;
 1997           CC = (CC == ISD::SETULT) ? ISD::SETULE : ISD::SETUGT;
 2008           CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE;
 2008           CC = (CC == ISD::SETLE) ? ISD::SETLT : ISD::SETGE;
 2019           CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
 2019           CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
 2040     SDValue TheLHS = isCMN(LHS, CC) ? LHS.getOperand(1) : LHS;
 2044       CC = ISD::getSetCCSwappedOperands(CC);
 2044       CC = ISD::getSetCCSwappedOperands(CC);
 2050   if ((CC == ISD::SETEQ || CC == ISD::SETNE) && isa<ConstantSDNode>(RHS)) {
 2050   if ((CC == ISD::SETEQ || CC == ISD::SETNE) && isa<ConstantSDNode>(RHS)) {
 2080                              CC, dl, DAG);
 2081         AArch64CC = changeIntCCToAArch64CC(CC);
 2087         if ((CC == ISD::SETNE) ^ RHSC->isNullValue())
 2094     Cmp = emitComparison(LHS, RHS, CC, dl, DAG);
 2095     AArch64CC = changeIntCCToAArch64CC(CC);