Home
last modified time | relevance | path

Searched defs:Va (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1032 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()
1218 OpRef HvxSelector::shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, in shuffs2()
1250 OpRef HvxSelector::shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffp1()
1286 OpRef HvxSelector::shuffp2(ShuffleMask SM, OpRef Va, OpRef Vb, in shuffp2()
1418 MVT ResTy, SDValue Va, SDValue Vb, in scalarizeShuffle()
1495 OpRef HvxSelector::contracting(ShuffleMask SM, OpRef Va, OpRef Vb, in contracting()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3754 static T poisoned(T Va, S Sa) { in poisoned()