Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h110 void SelectD2P(SDNode *N);
H A DHexagonISelDAGToDAG.cpp871 void HexagonDAGToDAGISel::SelectD2P(SDNode *N) { in SelectD2P() function in HexagonDAGToDAGISel
949 case HexagonISD::D2P: return SelectD2P(N); in Select()