Lines Matching defs:CondCode2
1374 AArch64CC::CondCode &CondCode2) {
1375 CondCode2 = AArch64CC::AL;
1396 CondCode2 = AArch64CC::GT;
1406 CondCode2 = AArch64CC::VS;
1431 AArch64CC::CondCode &CondCode2) {
1432 CondCode2 = AArch64CC::AL;
1435 changeFPCCToORAArch64CC(CC, CondCode, CondCode2);
1436 assert(CondCode2 == AArch64CC::AL);
1443 CondCode2 = AArch64CC::NE;
1450 CondCode2 = AArch64CC::LE;
4973 AArch64CC::CondCode CondCode2;
4974 changeFCMPPredToAArch64CC(Pred, CondCode, CondCode2);
4976 // changeFCMPPredToAArch64CC sets CondCode2 to AL when we require two
4980 if (CondCode2 != AArch64CC::AL)