Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4835 bool CanNegateL; in canEmitConjunction() local
4837 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, MRI, Depth + 1)) in canEmitConjunction()
4850 if (!CanNegateL && !CanNegateR) in canEmitConjunction()
4854 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
4968 bool CanNegateL; in emitConjunctionRec() local
4970 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec()
4985 std::swap(CanNegateL, CanNegateR); in emitConjunctionRec()
4995 if (!CanNegateL) { in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3627 bool CanNegateL; in canEmitConjunction() local
3629 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction()
3642 if (!CanNegateL && !CanNegateR) in canEmitConjunction()
3646 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
3715 bool CanNegateL; in emitConjunctionRec() local
3717 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec()
3732 std::swap(CanNegateL, CanNegateR); in emitConjunctionRec()
3742 if (!CanNegateL) { in emitConjunctionRec()