Lines Matching defs:CondCode2
1381 AArch64CC::CondCode &CondCode2) {
1382 CondCode2 = AArch64CC::AL;
1403 CondCode2 = AArch64CC::GT;
1413 CondCode2 = AArch64CC::VS;
1438 AArch64CC::CondCode &CondCode2) {
1439 CondCode2 = AArch64CC::AL;
1442 changeFPCCToORAArch64CC(CC, CondCode, CondCode2);
1443 assert(CondCode2 == AArch64CC::AL);
1450 CondCode2 = AArch64CC::NE;
1457 CondCode2 = AArch64CC::LE;
5098 AArch64CC::CondCode CondCode2;
5099 changeFCMPPredToAArch64CC(Pred, CondCode, CondCode2);
5101 // changeFCMPPredToAArch64CC sets CondCode2 to AL when we require two
5105 if (CondCode2 != AArch64CC::AL)