Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h895 ArrayRef<int> allocateShuffleMask(ArrayRef<int> Mask);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp510 ArrayRef<int> MachineFunction::allocateShuffleMask(ArrayRef<int> Mask) { in allocateShuffleMask() function in MachineFunction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp683 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()
H A DIRTranslator.cpp2681 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2489 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand()