Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp115 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8,
358 bool MSP430DAGToDAGISel::tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, in tryIndexedBinOp() function in MSP430DAGToDAGISel
418 if (tryIndexedBinOp(Node, Node->getOperand(0), Node->getOperand(1), in Select()
421 else if (tryIndexedBinOp(Node, Node->getOperand(1), Node->getOperand(0), in Select()
428 if (tryIndexedBinOp(Node, Node->getOperand(0), Node->getOperand(1), in Select()
435 if (tryIndexedBinOp(Node, Node->getOperand(0), Node->getOperand(1), in Select()
438 else if (tryIndexedBinOp(Node, Node->getOperand(1), Node->getOperand(0), in Select()
445 if (tryIndexedBinOp(Node, Node->getOperand(0), Node->getOperand(1), in Select()
448 else if (tryIndexedBinOp(Node, Node->getOperand(1), Node->getOperand(0), in Select()
455 if (tryIndexedBinOp(Node, Node->getOperand(0), Node->getOperand(1), in Select()
[all …]