Lines Matching defs:GlobalFlags
479 char GlobalFlags = 0;
509 GlobalFlags |= StateWQM;
524 GlobalFlags |= StateStrictWWM;
532 GlobalFlags |= StateStrictWQM;
545 GlobalFlags |= StateExact;
555 GlobalFlags |= StateStrictWQM;
574 GlobalFlags |= StateExact;
604 GlobalFlags |= Flags;
613 if (GlobalFlags & StateWQM) {
620 return GlobalFlags;
710 char GlobalFlags = scanInstructions(MF, Worklist);
722 return GlobalFlags;
1677 const char GlobalFlags = analyzeFunction(MF);
1687 const bool HasWaveModes = GlobalFlags & ~StateExact;
1689 const bool UsesWQM = GlobalFlags & StateWQM;
1707 } else if (GlobalFlags == StateWQM) {