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

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h653 /// LegalMask (a bitmask of allowed kinds). If the input Operand is known
664 typedef uint32_t LegalMask; typedef in class:Ice::MIPS32::TargetMIPS32
665 Operand *legalize(Operand *From, LegalMask Allowed = Legal_Default,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3792 bool LegalMask = TLI.isShuffleMaskLegal(Mask, VT);
3793 if (!LegalMask) {
3796 LegalMask = TLI.isShuffleMaskLegal(Mask, VT);
3799 if (LegalMask)
7619 bool LegalMask = TLI.isShuffleMaskLegal(NewMask, VT);
7620 if (!LegalMask) {
7623 LegalMask = TLI.isShuffleMaskLegal(NewMask, VT);
7626 if (LegalMask)
13608 bool LegalMask = TLI.isShuffleMaskLegal(NewMask, ScaleVT); local
13609 if (!LegalMask) {
[all...]

Completed in 183 milliseconds