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 364 bool isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 588 /// isShuffleMaskLegal - Targets can use this to indicate that they only
592 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
595 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 332 /// isShuffleMaskLegal - Targets can use this to indicate that they only
336 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/,
346 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 201 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
    [all...]

Completed in 893 milliseconds