HomeSort by: relevance | last modified time | path
    Searched refs:allocateShuffleMask (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 895 ArrayRef<int> allocateShuffleMask(ArrayRef<int> Mask);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 510 ArrayRef<int> MachineFunction::allocateShuffleMask(ArrayRef<int> Mask) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 683 ArrayRef<int> MaskAlloc = getMF().allocateShuffleMask(Mask);
IRTranslator.cpp 2681 ArrayRef<int> MaskAlloc = MF->allocateShuffleMask(Mask);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 2489 ArrayRef<int> MaskAlloc = MF.allocateShuffleMask(ShufMask);

Completed in 153 milliseconds