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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86ShuffleDecode.h 58 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
X86ShuffleDecode.cpp 123 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm,
X86InstComments.cpp 853 DecodePALIGNRMask(getRegOperandNumElts(MI, 8, 0),
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 464 // DecodePALIGNRMask returns the shuffle mask of vpalign instruction.
477 static void DecodePALIGNRMask(MVT VT, unsigned Imm,
568 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false);
570 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true);
571 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true);
650 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]);
652 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true);
653 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true);
X86ISelLowering.cpp 7070 DecodePALIGNRMask(NumElems, ImmN, Mask);
    [all...]

Completed in 79 milliseconds