Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h39 bool trySelect(SDNode *Node) override;
H A DMipsISelDAGToDAG.h134 virtual bool trySelect(SDNode *Node) = 0;
H A DMipsSEISelDAGToDAG.h129 bool trySelect(SDNode *Node) override;
H A DMipsISelDAGToDAG.cpp279 if (trySelect(Node)) in Select()
H A DMips16ISelDAGToDAG.cpp179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
H A DMipsSEISelDAGToDAG.cpp735 bool MipsSEDAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in MipsSEDAGToDAGISel
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp54 bool trySelect(SDNode *N);
550 if (trySelect(N)) in Select()
557 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in AVRDAGToDAGISel