Searched refs:NegateR (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4964 bool NegateR; in emitConjunctionRec() local 4975 NegateR = false; in emitConjunctionRec() 4979 NegateR = CanNegateR; in emitConjunctionRec() 4990 NegateR = false; in emitConjunctionRec() 4998 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3327 bool NegateR; in emitConjunctionRec() local 3338 NegateR = false; in emitConjunctionRec() 3342 NegateR = CanNegateR; in emitConjunctionRec() 3352 NegateR = false; in emitConjunctionRec() 3359 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec()
|