Home
last modified time | relevance | path

Searched refs:IsOR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4697 bool IsOR = Opcode == TargetOpcode::G_OR; in canEmitConjunction() local
4702 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, MRI, Depth + 1)) in canEmitConjunction()
4706 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, MRI, Depth + 1)) in canEmitConjunction()
4712 if (IsOR) { in canEmitConjunction()
4830 bool IsOR = Opcode == TargetOpcode::G_OR; in emitConjunctionRec() local
4835 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec()
4842 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR, MRI); in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3634 bool IsOR = Opcode == ISD::OR; in canEmitConjunction() local
3639 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction()
3643 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1)) in canEmitConjunction()
3649 if (IsOR) { in canEmitConjunction()
3722 bool IsOR = Opcode == ISD::OR; in emitConjunctionRec() local
3727 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec()
3734 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR); in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49819 bool IsOR = N->getOpcode() == ISD::OR; in combineAndOrForCcmpCtest() local
49825 IsOR ? DAG.getTargetConstant(X86::GetOppositeBranchCondition(CC0), in combineAndOrForCcmpCtest()
49832 X86::CondCode CFlagsCC = IsOR ? CC1 : OppositeCC1; in combineAndOrForCcmpCtest()