Lines Matching defs:CC
503 static Mips::CondCode condCodeToFCC(ISD::CondCode CC) {
504 switch (CC) {
531 /// conditional moves which use condition code CC should be inverted.
532 static bool invertFPCondCodeUser(Mips::CondCode CC) {
533 if (CC >= Mips::FCOND_F && CC <= Mips::FCOND_NGT)
536 assert((CC >= Mips::FCOND_T && CC <= Mips::FCOND_GT) &&
559 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
562 DAG.getConstant(condCodeToFCC(CC), DL, MVT::i32));
568 ConstantSDNode *CC = cast<ConstantSDNode>(Cond.getOperand(2));
569 bool invert = invertFPCondCodeUser((Mips::CondCode)CC->getSExtValue());
609 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC.getOperand(2))->get();
613 SetCC.getOperand(1), ISD::getSetCCInverse(CC, true));
645 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC.getOperand(2))->get();
647 SetCC.getOperand(1), ISD::getSetCCInverse(CC, true));
1712 Mips::CondCode CC =
1714 unsigned Opc = invertFPCondCodeUser(CC) ? Mips::BRANCH_F : Mips::BRANCH_T;
4001 // bc1[tf] cc, sinkMBB