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

/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp67 // ST_DIRTY - Any MBB ending with a YMM usage not cleaned up by a
75 ST_DIRTY = 2, enumerator in enum:__anon9625::VZeroUpperInserter::__anon9626
90 if (PrevState == ST_DIRTY || CurState == ST_DIRTY)
91 return ST_DIRTY;
201 if (EntryState == ST_DIRTY)
211 EntryState = ST_DIRTY;
224 if (!isControlFlow && CurState == ST_DIRTY)
230 CurState = ST_DIRTY;
249 if (CurState == ST_DIRTY) {
[all...]

Completed in 61 milliseconds