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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DShrinkWrapping.cpp530 dbgs() << "UsedCSRegs = " << stringifyCSRegSet(UsedCSRegs) << "\n";
606 << "(" << stringifyCSRegSet(prop) << ")->"
622 << "(" << stringifyCSRegSet(prop) << ")->"
660 << "(" << stringifyCSRegSet(loopSpills) << ")->"
727 << stringifyCSRegSet(CSRSave[MBB]) << "\n");
788 << stringifyCSRegSet(CSRRestore[MBB]) << "\n");
955 << stringifyCSRegSet(spilled)
957 << stringifyCSRegSet(CSRRestore[MBB]) << "\n");
987 << stringifyCSRegSet(notRestored)
1008 << stringifyCSRegSet(CSRSav
1055 std::string PEI::stringifyCSRegSet(const CSRegSet& s) { function in class:PEI
[all...]
H A DPrologEpilogInserter.h165 std::string stringifyCSRegSet(const CSRegSet& s);

Completed in 137 milliseconds