Searched refs:hasOperation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 854 bool hasOperation(unsigned Opcode, EVT VT) { in hasOperation() function in __anon666e37100111::DAGCombiner 1367 hasOperation(Opc, A.getValueType()) && in reassociateReduction() 2653 if ((!LegalOperations || hasOperation(ISD::AVGCEILU, VT)) && in foldSubToAvg() 2658 if ((!LegalOperations || hasOperation(ISD::AVGCEILS, VT)) && in foldSubToAvg() 2964 if (N0.getOpcode() == ISD::UMAX && hasOperation(ISD::USUBSAT, VT)) { in visitADDLike() 3096 if ((!LegalOperations || hasOperation(ISD::AVGFLOORU, VT)) && in foldAddToAvg() 3101 if ((!LegalOperations || hasOperation(ISD::AVGFLOORS, VT)) && in foldAddToAvg() 3881 !(!LegalOperations || hasOperation(ISD::USUBSAT, DstVT))) in foldSubToUSubSat() 4151 if (hasOperation(NewOpc, VT)) in visitSUB() 4334 if ((!LegalOperations || hasOperation(ISD::ABS, VT)) && in visitSUB() [all …]
|