Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:renderMachineFunction

1 //===-- llvm/CodeGen/RenderMachineFunction.cpp - MF->HTML -----------------===//
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,
607 RenderMachineFunction::PressureState
608 RenderMachineFunction::getPressureStateAt(const TargetRegisterClass *trc,
619 void RenderMachineFunction::renderMachineInstr(raw_ostream &os,
629 void RenderMachineFunction::renderVertical(const Spacer &indent,
661 void RenderMachineFunction::insertCSS(const Spacer &indent,
681 void RenderMachineFunction::renderFunctionSummary(
690 void RenderMachineFunction::renderPressureTableLegend(
718 void RenderMachineFunction::renderCellsWithRLE(
738 void RenderMachineFunction::renderCodeTablePlusPI(const Spacer &indent,
885 void RenderMachineFunction::renderFunctionPage(
911 void RenderMachineFunction::getAnalysisUsage(AnalysisUsage &au) const {
918 bool RenderMachineFunction::runOnMachineFunction(MachineFunction &fn) {
938 void RenderMachineFunction::releaseMemory() {
946 void RenderMachineFunction::rememberUseDefs(const LiveInterval *li) {
964 void RenderMachineFunction
980 bool RenderMachineFunction::isSpill(const LiveInterval *li) const {
987 void RenderMachineFunction::renderMachineFunction(
1009 std::string RenderMachineFunction::escapeChars(const std::string &s) const {