Home
last modified time | relevance | path

Searched refs:matchBinaryPredicate (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2415 bool matchBinaryPredicate(
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4430 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchSubset)) in visitAND()
5136 ISD::matchBinaryPredicate(N0.getOperand(1), N1, MatchIntersect)) { in visitOR()
5524 if (ISD::matchBinaryPredicate(LHSShiftAmt, RHSShiftAmt, MatchRotateSum)) { in MatchRotate()
6364 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSHL()
6374 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL()
6585 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSRA()
6596 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRA()
6737 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSRL()
6747 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()
DSelectionDAG.cpp288 bool ISD::matchBinaryPredicate( in matchBinaryPredicate() function in ISD
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32906 ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchSUBUS)) { in combineSelect()