Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4854 bool NegateR; in emitConjunctionRec() local
4865 NegateR = false; in emitConjunctionRec()
4869 NegateR = CanNegateR; in emitConjunctionRec()
4880 NegateR = false; in emitConjunctionRec()
4888 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3746 bool NegateR; in emitConjunctionRec() local
3757 NegateR = false; in emitConjunctionRec()
3761 NegateR = CanNegateR; in emitConjunctionRec()
3771 NegateR = false; in emitConjunctionRec()
3778 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec()