Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp696 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); in buildShuffleVector() local
698 .addShuffleMask(MaskAlloc); in buildShuffleVector()
H A DIRTranslator.cpp2833 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector() local
2838 .addShuffleMask(MaskAlloc); in translateShuffleVector()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2679 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand() local
2680 Dest = MachineOperand::CreateShuffleMask(MaskAlloc); in parseShuffleMaskOperand()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2037 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
2038 llvm::copy(MaskVec, MaskAlloc); in getVectorShuffle()
2041 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()