Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:renderMachineFunction

1 //===-- llvm/CodeGen/RenderMachineFunction.cpp - MF->HTML -----s-----------===//
12 #include "RenderMachineFunction.h"
32 char RenderMachineFunction::ID = 0;
33 INITIALIZE_PASS_BEGIN(RenderMachineFunction, "rendermf",
38 INITIALIZE_PASS_END(RenderMachineFunction, "rendermf",
197 const RenderMachineFunction *rmf) {
519 void RenderMachineFunction::Spacer::print(raw_ostream &os) const {
527 RenderMachineFunction::Spacer RenderMachineFunction::s(unsigned ns) const {
531 raw_ostream& operator<<(raw_ostream &os, const RenderMachineFunction::Spacer &s) {
537 std::string RenderMachineFunction::escapeChars(Iterator sBegin, Iterator sEnd) const {
556 RenderMachineFunction::LiveState
557 RenderMachineFunction::getLiveStateAt(const LiveInterval *li,
606 RenderMachineFunction::PressureState
607 RenderMachineFunction::getPressureStateAt(const TargetRegisterClass *trc,
618 void RenderMachineFunction::renderMachineInstr(raw_ostream &os,
628 void RenderMachineFunction::renderVertical(const Spacer &indent,
660 void RenderMachineFunction::insertCSS(const Spacer &indent,
680 void RenderMachineFunction::renderFunctionSummary(
689 void RenderMachineFunction::renderPressureTableLegend(
717 void RenderMachineFunction::renderCellsWithRLE(
737 void RenderMachineFunction::renderCodeTablePlusPI(const Spacer &indent,
884 void RenderMachineFunction::renderFunctionPage(
910 void RenderMachineFunction::getAnalysisUsage(AnalysisUsage &au) const {
917 bool RenderMachineFunction::runOnMachineFunction(MachineFunction &fn) {
937 void RenderMachineFunction::releaseMemory() {
945 void RenderMachineFunction::rememberUseDefs(const LiveInterval *li) {
963 void RenderMachineFunction::rememberSpills(
979 bool RenderMachineFunction::isSpill(const LiveInterval *li) const {
986 void RenderMachineFunction::renderMachineFunction(
1008 std::string RenderMachineFunction::escapeChars(const std::string &s) const {