Searched defs:isShuffleMaskLegal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h361 /// isShuffleMaskLegal - Targets can use this to indicate that they only
365 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/, function in class:llvm::TargetLowering
375 /// isVectorClearMaskLegal - Similar to isShuffleMaskLegal. This is
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4423 if (isShuffleMaskLegal(Mask, VT))
4430 /// isShuffleMaskLegal - Targets can use this to indicate that they only
4435 ARMTargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M, function in class:ARMTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6802 // The checks below are all present in isShuffleMaskLegal, but they are
11767 /// isShuffleMaskLegal - Targets can use this to indicate that they only
11772 X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M, function in class:X86TargetLowering

Completed in 1594 milliseconds