Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp800 struct HvxSelector { struct
807 HvxSelector(HexagonDAGToDAGISel &HS, SelectionDAG &G) in HvxSelector() function
921 bool HvxSelector::selectVectorConstants(SDNode *N) { in selectVectorConstants()
973 void HvxSelector::materialize(const ResultStack &Results) { in materialize()
1035 OpRef HvxSelector::concat(OpRef Lo, OpRef Hi, ResultStack &Results) { in concat()
1047 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs()
1144 OpRef HvxSelector::packp(ShuffleMask SM, OpRef Va, OpRef Vb, in packp()
1193 OpRef HvxSelector::vmuxs(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxs()
1206 OpRef HvxSelector::vmuxp(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxp()
1215 OpRef HvxSelector::shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffs1()
[all …]
DHexagonISelDAGToDAG.h125 friend struct HvxSelector;