Searched refs:isCommutativeBinOp (Results 1 – 16 of 16) sorted by relevance
1178 bool isCommutativeBinOp(unsigned Opcode) const override;
31213 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering31227 return TargetLoweringBase::isCommutativeBinOp(Opcode); in isCommutativeBinOp()
2235 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function2273 if (isCommutativeBinOp(Opcode)) in isBinOp()
1056 bool isCommutativeBinOp(unsigned Opcode) const override;
30054 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering30068 return TargetLoweringBase::isCommutativeBinOp(Opcode); in isCommutativeBinOp()
2402 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function2440 if (isCommutativeBinOp(Opcode)) in isBinOp()
2016 if (DAG.isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()2080 if (DAG.isCommutativeBinOp(N0.getOpcode())) in SimplifySetCC()2107 if (DAG.isCommutativeBinOp(N1.getOpcode())) in SimplifySetCC()
3322 if (isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()3469 if (isCommutativeBinOp(Opcode)) { in getNode()3838 if (isCommutativeBinOp(Opcode)) { in getNode()
1498 if (!RV.getNode() && SelectionDAG::isCommutativeBinOp(N->getOpcode()) && in combine()
1163 static bool isCommutativeBinOp(unsigned Opcode) {
4910 if (TLI->isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()5136 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()5463 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
3853 if (isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()
980 assert(TLI.isCommutativeBinOp(Opc) && "Operation not commutative."); in reassociateOps()1680 if (!RV.getNode() && TLI.isCommutativeBinOp(N->getOpcode()) && in combine()
4909 if (TLI->isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()5189 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()5562 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
4148 if (isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()
1096 assert(TLI.isCommutativeBinOp(Opc) && "Operation not commutative."); in reassociateOps()1805 if (!RV.getNode() && TLI.isCommutativeBinOp(N->getOpcode()) && in combine()