Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp88 LLVM_DEBUG(CurGroupDbg = "";); in Reset()
139 LLVM_DEBUG(CurGroupDbg = "";); in nextGroup()
212 if (CurGroupDbg.empty()) in dumpCurrGroup()
215 dbgs() << "{ " << CurGroupDbg << " }"; in dumpCurrGroup()
282 LLVM_DEBUG(raw_string_ostream cgd(CurGroupDbg); in EmitInstruction()
283 if (CurGroupDbg.length()) cgd << ", "; dumpSU(SU, cgd);); in EmitInstruction()
454 LLVM_DEBUG(CurGroupDbg = Incoming->CurGroupDbg;); in copyState()
DSystemZHazardRecognizer.h146 std::string CurGroupDbg; // current group as text variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp88 LLVM_DEBUG(CurGroupDbg = "";); in Reset()
139 LLVM_DEBUG(CurGroupDbg = "";); in nextGroup()
212 if (CurGroupDbg.empty()) in dumpCurrGroup()
215 dbgs() << "{ " << CurGroupDbg << " }"; in dumpCurrGroup()
282 LLVM_DEBUG(raw_string_ostream cgd(CurGroupDbg); in EmitInstruction()
283 if (CurGroupDbg.length()) cgd << ", "; dumpSU(SU, cgd);); in EmitInstruction()
454 LLVM_DEBUG(CurGroupDbg = Incoming->CurGroupDbg;); in copyState()
DSystemZHazardRecognizer.h146 std::string CurGroupDbg; // current group as text variable