Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4681 static bool canEmitConjunction(Register Val, bool &CanNegate, bool &MustBeFirst, in canEmitConjunction() argument
4689 CanNegate = true; in canEmitConjunction()
4719 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
4722 MustBeFirst = !CanNegate; in canEmitConjunction()
4726 CanNegate = false; in canEmitConjunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3617 static bool canEmitConjunction(const SDValue Val, bool &CanNegate, in canEmitConjunction() argument
3626 CanNegate = true; in canEmitConjunction()
3656 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
3659 MustBeFirst = !CanNegate; in canEmitConjunction()
3663 CanNegate = false; in canEmitConjunction()