Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp900 SmallVector<int, 16> BSWAPMask; in ExpandBITREVERSE() local
901 createBSWAPShuffleMask(VT, BSWAPMask); in ExpandBITREVERSE()
903 EVT ByteVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, BSWAPMask.size()); in ExpandBITREVERSE()
904 if (TLI.isShuffleMaskLegal(BSWAPMask, ByteVT) && in ExpandBITREVERSE()
913 BSWAPMask); in ExpandBITREVERSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp949 SmallVector<int, 16> BSWAPMask; in ExpandBITREVERSE() local
950 createBSWAPShuffleMask(VT, BSWAPMask); in ExpandBITREVERSE()
952 EVT ByteVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, BSWAPMask.size()); in ExpandBITREVERSE()
953 if (TLI.isShuffleMaskLegal(BSWAPMask, ByteVT) && in ExpandBITREVERSE()
962 BSWAPMask); in ExpandBITREVERSE()