Searched refs:IsOR (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4778 bool IsOR = Opcode == TargetOpcode::G_OR; in canEmitConjunction() local 4783 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, MRI, Depth + 1)) in canEmitConjunction() 4787 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, MRI, Depth + 1)) in canEmitConjunction() 4793 if (IsOR) { in canEmitConjunction() 4895 bool IsOR = Opcode == TargetOpcode::G_OR; in emitConjunctionRec() local 4900 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec() 4907 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR, MRI); in emitConjunctionRec()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3054 bool IsOR = Opcode == ISD::OR; in canEmitConjunction() local 3059 if (!canEmitConjunction(O0, CanNegateL, MustBeFirstL, IsOR, Depth+1)) in canEmitConjunction() 3063 if (!canEmitConjunction(O1, CanNegateR, MustBeFirstR, IsOR, Depth+1)) in canEmitConjunction() 3069 if (IsOR) { in canEmitConjunction() 3142 bool IsOR = Opcode == ISD::OR; in emitConjunctionRec() local 3147 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() 3154 bool ValidR = canEmitConjunction(RHS, CanNegateR, MustBeFirstR, IsOR); in emitConjunctionRec()
|