Searched refs:LegalMask (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2734 bool LegalMask = isShuffleMaskLegal(Mask, VT); local
2735 if (!LegalMask) {
2738 LegalMask = isShuffleMaskLegal(Mask, VT);
2741 if (!LegalMask)
H A DDAGCombiner.cpp19377 bool LegalMask = TLI.isShuffleMaskLegal(NewMask, ScaleVT); local
19378 if (!LegalMask) {
19381 LegalMask = TLI.isShuffleMaskLegal(NewMask, ScaleVT);
19384 if (LegalMask) {

Completed in 203 milliseconds