Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp923 struct HvxSelector { struct
930 HvxSelector(HexagonDAGToDAGISel &HS, SelectionDAG &G) in HvxSelector() argument
1133 bool HvxSelector::selectVectorConstants(SDNode *N) { in selectVectorConstants()
1738 void HvxSelector::select(SDNode *ISelN) { in select()
2573 void HvxSelector::selectExtractSubvector(SDNode *N) { in selectExtractSubvector()
2590 void HvxSelector::selectShuffle(SDNode *N) { in selectShuffle()
2674 void HvxSelector::selectRor(SDNode *N) { in selectRor()
2698 void HvxSelector::selectVAlign(SDNode *N) { in selectVAlign()
2875 HvxSelector(*this, *CurDAG).selectShuffle(N); in SelectHvxShuffle()
2879 HvxSelector(*this, *CurDAG).selectRor(N); in SelectHvxRor()
[all …]
H A DHexagonISelDAGToDAG.h122 friend struct HvxSelector;