Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp662 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector() local
664 .addShuffleMask(MaskAlloc); in buildShuffleVector()
DIRTranslator.cpp2586 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector() local
2591 .addShuffleMask(MaskAlloc); in translateShuffleVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1938 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector() local
1943 .addShuffleMask(MaskAlloc); in translateShuffleVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2438 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand() local
2439 Dest = MachineOperand::CreateShuffleMask(MaskAlloc); in parseShuffleMaskOperand()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2490 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand() local
2491 Dest = MachineOperand::CreateShuffleMask(MaskAlloc); in parseShuffleMaskOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1631 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1632 std::copy(MaskVec.begin(), MaskVec.end(), MaskAlloc); in getVectorShuffle()
1635 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1766 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1767 llvm::copy(MaskVec, MaskAlloc); in getVectorShuffle()
1770 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1831 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1832 llvm::copy(MaskVec, MaskAlloc); in getVectorShuffle()
1835 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()