Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp811 struct HvxSelector { struct
818 HvxSelector(HexagonDAGToDAGISel &HS, SelectionDAG &G) in HvxSelector() function
933 bool HvxSelector::selectVectorConstants(SDNode *N) { in selectVectorConstants()
958 void HvxSelector::materialize(const ResultStack &Results) { in materialize()
1020 OpRef HvxSelector::concat(OpRef Lo, OpRef Hi, ResultStack &Results) { in concat()
1032 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs()
1129 OpRef HvxSelector::packp(ShuffleMask SM, OpRef Va, OpRef Vb, in packp()
1178 OpRef HvxSelector::vmuxs(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxs()
1191 OpRef HvxSelector::vmuxp(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxp()
1200 OpRef HvxSelector::shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffs1()
[all …]
H A DHexagonISelDAGToDAG.h123 friend struct HvxSelector;