Searched refs:trySelect (Results 1 – 13 of 13) sorted by relevance
40 bool trySelect(SDNode *Node) override;
131 virtual bool trySelect(SDNode *Node) = 0;
130 bool trySelect(SDNode *Node) override;
234 if (trySelect(Node)) in Select()
180 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
787 bool MipsSEDAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in MipsSEDAGToDAGISel
120 virtual bool trySelect(SDNode *Node) = 0;
122 bool trySelect(SDNode *Node) override;
211 if (trySelect(Node)) in Select()
179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
721 bool MipsSEDAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in MipsSEDAGToDAGISel
52 bool trySelect(SDNode *N);530 if (trySelect(N)) in Select()537 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in llvm::AVRDAGToDAGISel