Home
last modified time | relevance | path

Searched refs:StateExact (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp97 StateExact = 0x4, enumerator
116 if (PS.State & StateExact) { in operator <<()
367 BBI.Needs |= StateExact; in scanInstructions()
368 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
369 BBI.InNeeds |= StateExact; in scanInstructions()
372 GlobalFlags |= StateExact; in scanInstructions()
452 assert(!(II.Needs & StateExact)); in propagateInstruction()
744 Needs = StateExact; in processBlock()
755 Needs = StateExact; in processBlock()
757 Needs = StateWQM | StateExact; in processBlock()
[all …]