Home
last modified time | relevance | path

Searched refs:SelectHvxRor (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h147 void SelectHvxRor(SDNode *N);
H A DHexagonISelDAGToDAG.cpp1026 case HexagonISD::VROR: return SelectHvxRor(N); in Select()
H A DHexagonISelDAGToDAGHVX.cpp2869 void HexagonDAGToDAGISel::SelectHvxRor(SDNode *N) { in SelectHvxRor() function in HexagonDAGToDAGISel