Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp100 struct PrintState { struct
104 explicit PrintState(int State) : State(State) {} in PrintState() argument
108 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<()
285 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()
286 << ", Needs = " << PrintState(BII.second.Needs) in printInfo()
287 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()
292 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()
293 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()
320 LLVM_DEBUG(dbgs() << "markInstruction " << PrintState(Flag) << ": " << MI); in markInstruction()
329 LLVM_DEBUG(dbgs() << "markDefs " << PrintState(Flag) << ": " << UseMI); in markDefs()
[all …]