Home
last modified time | relevance | path

Searched refs:isCommutativeBinOp (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1178 bool isCommutativeBinOp(unsigned Opcode) const override;
DX86ISelLowering.cpp31213 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering
31227 return TargetLoweringBase::isCommutativeBinOp(Opcode); in isCommutativeBinOp()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2235 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function
2273 if (isCommutativeBinOp(Opcode)) in isBinOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1056 bool isCommutativeBinOp(unsigned Opcode) const override;
DX86ISelLowering.cpp30054 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering
30068 return TargetLoweringBase::isCommutativeBinOp(Opcode); in isCommutativeBinOp()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2402 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function
2440 if (isCommutativeBinOp(Opcode)) in isBinOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2016 if (DAG.isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()
2080 if (DAG.isCommutativeBinOp(N0.getOpcode())) in SimplifySetCC()
2107 if (DAG.isCommutativeBinOp(N1.getOpcode())) in SimplifySetCC()
DSelectionDAG.cpp3322 if (isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()
3469 if (isCommutativeBinOp(Opcode)) { in getNode()
3838 if (isCommutativeBinOp(Opcode)) { in getNode()
DDAGCombiner.cpp1498 if (!RV.getNode() && SelectionDAG::isCommutativeBinOp(N->getOpcode()) && in combine()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1163 static bool isCommutativeBinOp(unsigned Opcode) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4910 if (TLI->isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()
5136 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
5463 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
DTargetLowering.cpp3853 if (isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()
DDAGCombiner.cpp980 assert(TLI.isCommutativeBinOp(Opc) && "Operation not commutative."); in reassociateOps()
1680 if (!RV.getNode() && TLI.isCommutativeBinOp(N->getOpcode()) && in combine()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4909 if (TLI->isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()
5189 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
5562 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
DTargetLowering.cpp4148 if (isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()
DDAGCombiner.cpp1096 assert(TLI.isCommutativeBinOp(Opc) && "Operation not commutative."); in reassociateOps()
1805 if (!RV.getNode() && TLI.isCommutativeBinOp(N->getOpcode()) && in combine()