Home
last modified time | relevance | path

Searched refs:RHSCC (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4951 AArch64CC::CondCode RHSCC; in emitConjunctionRec() local
4953 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec()
4955 RHSCC = AArch64CC::getInvertedCondCode(RHSCC); in emitConjunctionRec()
4957 LHS, OutCC, NegateL, CmpR->getOperand(0).getReg(), RHSCC, MIB); in emitConjunctionRec()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3197 AArch64CC::CondCode RHSCC; in emitConjunctionRec() local
3198 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec()
3200 RHSCC = AArch64CC::getInvertedCondCode(RHSCC); in emitConjunctionRec()
3201 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()