HomeSort by relevance Sort by last modified time
    Searched refs:isShuffleMaskLegal (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 34 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 385 bool isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 697 /// isShuffleMaskLegal - Targets can use this to indicate that they only
701 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
704 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 385 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/,
396 /// Similar to isShuffleMaskLegal. This is used by Targets can use this to
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 211 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
    [all...]

Completed in 203 milliseconds