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

  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 353 bool isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 665 /// isShuffleMaskLegal - Targets can use this to indicate that they only
669 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
672 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 343 /// isShuffleMaskLegal - Targets can use this to indicate that they only
347 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
357 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 188 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
    [all...]

Completed in 206 milliseconds