Lines Matching defs:Va
1231 OpRef HvxSelector::funnels(OpRef Va, OpRef Vb, int Amount, in funnels()
1270 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs()
1503 OpRef HvxSelector::packp(ShuffleMask SM, OpRef Va, OpRef Vb, in packp()
1540 OpRef HvxSelector::vmuxs(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxs()
1553 OpRef HvxSelector::vmuxp(ArrayRef<uint8_t> Bytes, OpRef Va, OpRef Vb, in vmuxp()
1562 OpRef HvxSelector::shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffs1()
1605 OpRef HvxSelector::shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, in shuffs2()
1640 OpRef HvxSelector::shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffp1()
1683 OpRef HvxSelector::shuffp2(ShuffleMask SM, OpRef Va, OpRef Vb, in shuffp2()
1847 MVT ResTy, SDValue Va, SDValue Vb, in scalarizeShuffle()
2071 OpRef HvxSelector::contracting(ShuffleMask SM, OpRef Va, OpRef Vb, in contracting()
2175 OpRef HvxSelector::expanding(ShuffleMask SM, OpRef Va, ResultStack &Results) { in expanding()
2229 OpRef HvxSelector::perfect(ShuffleMask SM, OpRef Va, ResultStack &Results) { in perfect()
2505 OpRef HvxSelector::butterfly(ShuffleMask SM, OpRef Va, ResultStack &Results) { in butterfly()
2641 OpRef Va = OpRef::undef(ResTy); in selectShuffle() local