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.cpp4832 bool IsOR = Opcode == TargetOpcode::G_OR; in canEmitConjunction() local
4837 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, MRI, Depth + 1)) in canEmitConjunction()
4841 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, MRI, Depth + 1)) in canEmitConjunction()
4847 if (IsOR) { in canEmitConjunction()
4965 bool IsOR = Opcode == TargetOpcode::G_OR; in emitConjunctionRec() local
4970 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec()
4977 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR, MRI); in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3624 bool IsOR = Opcode == ISD::OR; in canEmitConjunction() local
3629 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction()
3633 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1)) in canEmitConjunction()
3639 if (IsOR) { in canEmitConjunction()
3712 bool IsOR = Opcode == ISD::OR; in emitConjunctionRec() local
3717 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec()
3724 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR); in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51600 bool IsOR = N->getOpcode() == ISD::OR; in combineAndOrForCcmpCtest() local
51606 IsOR ? DAG.getTargetConstant(X86::GetOppositeBranchCondition(CC0), in combineAndOrForCcmpCtest()
51613 X86::CondCode CFlagsCC = IsOR ? CC1 : OppositeCC1; in combineAndOrForCcmpCtest()