Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h107 void SelectTypecast(SDNode *N);
H A DHexagonISelDAGToDAG.cpp861 void HexagonDAGToDAGISel::SelectTypecast(SDNode *N) { in SelectTypecast() function in HexagonDAGToDAGISel
1044 case HexagonISD::TYPECAST: return SelectTypecast(N); in Select()