Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1118 ArrayRef<int> allocateShuffleMask(ArrayRef<int> Mask);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp598 ArrayRef<int> MachineFunction::allocateShuffleMask(ArrayRef<int> Mask) { in allocateShuffleMask() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp782 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector()
H A DIRTranslator.cpp3196 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2756 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand()