Home
last modified time | relevance | path

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

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