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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 44 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 256 /// isShuffleMaskLegal - Return true if the given shuffle mask can be
258 bool isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 372 isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 722 /// isShuffleMaskLegal - Targets can use this to indicate that they only
726 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
729 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 204 // by isShuffleMaskLegal). If this function returns false, then method (2) is
455 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/,
466 /// Similar to isShuffleMaskLegal. This is used by Targets can use this to
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 832 if (!TLI.isShuffleMaskLegal(ShuffleMask, ByteVT))
    [all...]
LegalizeDAG.cpp 212 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
    [all...]
DAGCombiner.cpp     [all...]

Completed in 310 milliseconds