Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp294 bool tryRxSBG(SDNode *N, unsigned Opcode);
1008 bool SystemZDAGToDAGISel::tryRxSBG(SDNode *N, unsigned Opcode) { in tryRxSBG() function in SystemZDAGToDAGISel
1241 if (tryRxSBG(Node, SystemZ::ROSBG)) in Select()
1247 if (tryRxSBG(Node, SystemZ::RXSBG)) in Select()
1266 if (tryRxSBG(Node, SystemZ::RNSBG)) in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp295 bool tryRxSBG(SDNode *N, unsigned Opcode);
1046 bool SystemZDAGToDAGISel::tryRxSBG(SDNode *N, unsigned Opcode) { in tryRxSBG() function in SystemZDAGToDAGISel
1439 if (tryRxSBG(Node, SystemZ::ROSBG)) in Select()
1445 if (tryRxSBG(Node, SystemZ::RXSBG)) in Select()
1466 if (tryRxSBG(Node, SystemZ::RNSBG)) in Select()