Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp96 StateExact = 0x8, enumerator
112 std::pair(StateStrictWQM, "StrictWQM"), std::pair(StateExact, "Exact")}; in operator <<()
304 assert(!(Flag & StateExact) && Flag != 0); in markInstruction()
550 BBI.Needs |= StateExact; in scanInstructions()
551 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
552 BBI.InNeeds |= StateExact; in scanInstructions()
555 GlobalFlags |= StateExact; in scanInstructions()
579 BBI.Needs |= StateExact; in scanInstructions()
580 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
581 BBI.InNeeds |= StateExact; in scanInstructions()
[all …]