Searched refs:isCommutativeBinOp (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h887 /// isCommutativeBinOp - Returns true if the opcode is a commutative binary
889 static bool isCommutativeBinOp(unsigned Opcode) { function in class:llvm::SelectionDAG
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2420 if (DAG.isCommutativeBinOp(N0.getOpcode())) {
2472 if (DAG.isCommutativeBinOp(N0.getOpcode()))
2495 if (DAG.isCommutativeBinOp(N1.getOpcode())) {
H A DSelectionDAG.cpp2958 if (isCommutativeBinOp(Opcode)) {
2969 if (!N2CFP && isCommutativeBinOp(Opcode)) {
3012 if (isCommutativeBinOp(Opcode)) {
H A DDAGCombiner.cpp1167 SelectionDAG::isCommutativeBinOp(N->getOpcode()) &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2016 if (DAG.isCommutativeBinOp(N0.getOpcode())) {
2080 if (DAG.isCommutativeBinOp(N0.getOpcode()))
2107 if (DAG.isCommutativeBinOp(N1.getOpcode()))
H A DSelectionDAG.cpp3322 if (isCommutativeBinOp(Opcode))
3469 if (isCommutativeBinOp(Opcode)) {
3838 if (isCommutativeBinOp(Opcode)) {
H A DDAGCombiner.cpp1498 if (!RV.getNode() && SelectionDAG::isCommutativeBinOp(N->getOpcode()) &&
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1163 static bool isCommutativeBinOp(unsigned Opcode) { function in class:llvm::SelectionDAG

Completed in 1165 milliseconds