Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4704 bool CanNegateR; in canEmitConjunction() local
4706 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, MRI, Depth + 1)) in canEmitConjunction()
4715 if (!CanNegateL && !CanNegateR) in canEmitConjunction()
4719 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
4840 bool CanNegateR; in emitConjunctionRec() local
4842 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR, MRI); in emitConjunctionRec()
4850 std::swap(CanNegateL, CanNegateR); in emitConjunctionRec()
4861 assert(CanNegateR && "at least one side must be negatable"); in emitConjunctionRec()
4869 NegateR = CanNegateR; in emitConjunctionRec()
4870 NegateAfterR = !CanNegateR; in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3641 bool CanNegateR; in canEmitConjunction() local
3643 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1)) in canEmitConjunction()
3652 if (!CanNegateL && !CanNegateR) in canEmitConjunction()
3656 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
3732 bool CanNegateR; in emitConjunctionRec() local
3734 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR); in emitConjunctionRec()
3742 std::swap(CanNegateL, CanNegateR); in emitConjunctionRec()
3753 assert(CanNegateR && "at least one side must be negatable"); in emitConjunctionRec()
3761 NegateR = CanNegateR; in emitConjunctionRec()
3762 NegateAfterR = !CanNegateR; in emitConjunctionRec()