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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h204 // by isShuffleMaskLegal). If this function returns false, then method (2) is
455 virtual bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/, function in class:llvm::TargetLoweringBase
466 /// Similar to isShuffleMaskLegal. This is used by Targets can use this to
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4256 if (isShuffleMaskLegal(Mask, VT))
5691 bool AArch64TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M, function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5241 if (isShuffleMaskLegal(Mask, VT))
5248 /// isShuffleMaskLegal - Targets can use this to indicate that they only
5253 ARMTargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M, function in class:ARMTargetLowering

Completed in 1857 milliseconds