Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h799 ArrayRef<int> allocateShuffleMask(ArrayRef<int> Mask);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp487 ArrayRef<int> MachineFunction::allocateShuffleMask(ArrayRef<int> Mask) { in allocateShuffleMask() function in MachineFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1938 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask); in translateShuffleVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2438 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask); in parseShuffleMaskOperand()