Searched defs:MaskAlloc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | MachineIRBuilder.cpp | 782 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask); buildShuffleVector() local |
H A D | IRTranslator.cpp | 3178 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); translateShuffleVector() local |
/llvm-project/llvm/lib/CodeGen/MIRParser/ | ||
H A D | MIParser.cpp | 2790 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); parseShuffleMaskOperand() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 2241 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); getVectorShuffle() local |