Searched refs:matchBinaryPredicate (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 2415 bool matchBinaryPredicate(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4430 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()
|
D | SelectionDAG.cpp | 288 bool ISD::matchBinaryPredicate( in matchBinaryPredicate() function in ISD
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 32906 ISD::matchBinaryPredicate(OpRHS, CondRHS, MatchSUBUS)) { in combineSelect()
|