Lines Matching defs:OutCC
3564 AArch64CC::CondCode OutCC,
3597 AArch64CC::CondCode InvOutCC = AArch64CC::getInvertedCondCode(OutCC);
3675 /// and sets @p OutCC to the flags that should be tested or returns SDValue() if
3680 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp,
3692 // Determine OutCC and handle FP special case.
3694 OutCC = changeIntCCToAArch64CC(CC);
3698 changeFPCCToANDAArch64CC(CC, OutCC, ExtraCC);
3717 return emitConditionalComparison(LHS, RHS, CC, CCOp, Predicate, OutCC, DL,
3781 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC);
3783 OutCC = AArch64CC::getInvertedCondCode(OutCC);
3792 AArch64CC::CondCode &OutCC) {
3798 return emitConjunctionRec(DAG, Val, OutCC, false, SDValue(), AArch64CC::AL);