Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h132 static void printLiveRegs(raw_ostream &OS, const LiveRegSet& LiveRegs,
DGCNRegPressure.cpp497 void GCNRPTracker::printLiveRegs(raw_ostream &OS, const LiveRegSet& LiveRegs, in printLiveRegs() function in GCNRPTracker
DGCNSchedStrategy.cpp342 GCNRPTracker::printLiveRegs(dbgs(), LiveIns[RegionIdx], MRI); in schedule()