Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1382 SmallVector<int, 16> BSWAPMask; in ExpandBITREVERSE() local
1383 createBSWAPShuffleMask(VT, BSWAPMask); in ExpandBITREVERSE()
1385 EVT ByteVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, BSWAPMask.size()); in ExpandBITREVERSE()
1386 if (TLI.isShuffleMaskLegal(BSWAPMask, ByteVT) && in ExpandBITREVERSE()
1395 BSWAPMask); in ExpandBITREVERSE()