Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1025 ArrayRef<int> allocateShuffleMask(ArrayRef<int> Mask);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp553 ArrayRef<int> MachineFunction::allocateShuffleMask(ArrayRef<int> Mask) { in allocateShuffleMask() function in MachineFunction
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp696 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()
H A DIRTranslator.cpp2833 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2679 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand()