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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 46 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 67 bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/,
SIISelLowering.cpp 295 bool SITargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 267 bool isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 402 isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 851 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
854 /// Similar to isShuffleMaskLegal. This is used by Targets can use this to
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp     [all...]
LegalizeDAG.cpp 240 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 221 // by isShuffleMaskLegal). If this function returns false, then method (2) is
526 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/,
537 /// Similar to isShuffleMaskLegal. This is used by Targets can use this to
    [all...]

Completed in 209 milliseconds