Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp683 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector() local
685 .addShuffleMask(MaskAlloc); in buildShuffleVector()
H A DIRTranslator.cpp2681 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector() local
2686 .addShuffleMask(MaskAlloc); in translateShuffleVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2489 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand() local
2490 Dest = MachineOperand::CreateShuffleMask(MaskAlloc); in parseShuffleMaskOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1929 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1930 llvm::copy(MaskVec, MaskAlloc); in getVectorShuffle()
1933 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()