Lines Matching defs:OutCC
3750 AArch64CC::CondCode OutCC,
3783 AArch64CC::CondCode InvOutCC = AArch64CC::getInvertedCondCode(OutCC);
3861 /// and sets @p OutCC to the flags that should be tested or returns SDValue() if
3866 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp,
3878 // Determine OutCC and handle FP special case.
3880 OutCC = changeIntCCToAArch64CC(CC);
3884 changeFPCCToANDAArch64CC(CC, OutCC, ExtraCC);
3903 return emitConditionalComparison(LHS, RHS, CC, CCOp, Predicate, OutCC, DL,
3967 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC);
3969 OutCC = AArch64CC::getInvertedCondCode(OutCC);
3978 AArch64CC::CondCode &OutCC) {
3984 return emitConjunctionRec(DAG, Val, OutCC, false, SDValue(), AArch64CC::AL);