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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp101 struct PrintState { struct in namespace:__anon3995
105 explicit PrintState(int State) : State(State) {} function in struct:__anon3995::PrintState
109 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) {
233 << " InNeeds = " << PrintState(BII.second.InNeeds)
234 << ", Needs = " << PrintState(BII.second.Needs)
235 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n";
242 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs)
243 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n';

Completed in 109 milliseconds