Searched refs:matchBinaryPredicate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2498 bool matchBinaryPredicate(
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4591 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND() 5296 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchIntersect, true)) { in visitOR() 5682 if (ISD::matchBinaryPredicate(LHSShiftAmt, RHSShiftAmt, MatchRotateSum)) { in MatchRotate() 6539 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSHL() 6549 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL() 6761 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), SumOfShifts)) { in visitSRA() 6896 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSRL() 6906 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()
|
| H A D | SelectionDAG.cpp | 299 bool ISD::matchBinaryPredicate( in matchBinaryPredicate() function in ISD
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 34357 ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchUSUBSAT)) { in combineSelect() 34430 ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchUADDSAT)) in combineSelect() 40857 if (!ISD::matchBinaryPredicate(Op0.getOperand(1), Op1, MatchUSUBSAT)) in combineAddToSUBUS()
|