Searched refs:matchBinaryPredicate (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2407 if (ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchUSUBSAT, in visitADDLike() 5676 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND() 6485 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchIntersect, true)) { in visitOR() 6987 if (ISD::matchBinaryPredicate(LHSShiftAmt, RHSShiftAmt, MatchRotateSum)) { in MatchRotate() 8243 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSHL() 8253 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL() 8282 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchOutOfRange, in visitSHL() 8295 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL() 8320 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchEqual, in visitSHL() 8577 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), SumOfShifts)) { in visitSRA() [all …]
|
H A D | TargetLowering.cpp | 5570 if (!ISD::matchBinaryPredicate(D, CompTargetNode, BuildUREMPattern)) in prepareUREMEqFold()
|
H A D | SelectionDAG.cpp | 332 bool ISD::matchBinaryPredicate( in matchBinaryPredicate() function in ISD
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 2737 bool matchBinaryPredicate(
|