Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h111 void SelectTypecast(SDNode *N);
DHexagonISelDAGToDAG.cpp828 void HexagonDAGToDAGISel::SelectTypecast(SDNode *N) { in SelectTypecast() function in HexagonDAGToDAGISel
892 case HexagonISD::TYPECAST: return SelectTypecast(N); in Select()