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.cpp95 StateExact = 0x8, enumerator
111 std::pair(StateStrictWQM, "StrictWQM"), std::pair(StateExact, "Exact")}; in operator <<()
296 assert(!(Flag & StateExact) && Flag != 0); in markInstruction()
540 BBI.Needs |= StateExact; in scanInstructions()
541 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
542 BBI.InNeeds |= StateExact; in scanInstructions()
545 GlobalFlags |= StateExact; in scanInstructions()
569 BBI.Needs |= StateExact; in scanInstructions()
570 if (!(BBI.InNeeds & StateExact)) { in scanInstructions()
571 BBI.InNeeds |= StateExact; in scanInstructions()
[all …]