Searched refs:NegateR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4854 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 D | AArch64ISelLowering.cpp | 3746 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()
|