Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp754 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector() local
756 .addShuffleMask(MaskAlloc); in buildShuffleVector()
H A DIRTranslator.cpp3006 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector() local
3011 .addShuffleMask(MaskAlloc); in translateShuffleVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2781 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand() local
2782 Dest = MachineOperand::CreateShuffleMask(MaskAlloc); in parseShuffleMaskOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2204 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
2205 llvm::copy(MaskVec, MaskAlloc); in getVectorShuffle()
2208 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()