Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp918 struct HvxSelector { struct
925 HvxSelector(HexagonDAGToDAGISel &HS, SelectionDAG &G) in HvxSelector() argument
1127 bool HvxSelector::selectVectorConstants(SDNode *N) { in selectVectorConstants()
1152 void HvxSelector::materialize(const ResultStack &Results) { in materialize()
1214 OpRef HvxSelector::concats(OpRef Lo, OpRef Hi, ResultStack &Results) { in concats()
1225 OpRef HvxSelector::funnels(OpRef Va, OpRef Vb, int Amount, in funnels()
1264 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs()
1497 OpRef HvxSelector::packp(ShuffleMask SM, OpRef Va, OpRef Vb, in packp()
1534 OpRef HvxSelector::vmuxs(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxs()
1547 OpRef HvxSelector::vmuxp(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxp()
[all …]
H A DHexagonISelDAGToDAG.h124 friend struct HvxSelector;