Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:CC

90   HexagonCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
93 : CCState(CC, isVarArg, MF, locs, C),
268 return true; // CC didn't match.
440 return true; // CC didn't match.
1221 ISD::CondCode CC = cast<CondCodeSDNode>(Cmp)->get();
1228 assert(ISD::isSignedIntSetCC(CC) || ISD::isUnsignedIntSetCC(CC));
1229 unsigned ExtOpc = ISD::isSignedIntSetCC(CC) ? ISD::SIGN_EXTEND
1244 if ((CC == ISD::SETEQ || CC == ISD::SETNE) &&