Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h99 void SelectConstant(SDNode *N);
H A DHexagonISelDAGToDAG.cpp748 void HexagonDAGToDAGISel::SelectConstant(SDNode *N) { in SelectConstant() function in HexagonDAGToDAGISel
1030 case ISD::Constant: return SelectConstant(N); in Select()