HomeSort by relevance Sort by last modified time
    Searched refs:renderMachineFunction (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 18 #include "RenderMachineFunction.h"
69 RenderMachineFunction *RMF;
162 DEBUG(AU.addRequired<RenderMachineFunction>());
304 DEBUG(RMF = &getAnalysis<RenderMachineFunction>());
317 DEBUG(RMF->renderMachineFunction("After basic register allocation.", VRM));
RenderMachineFunction.h 1 //===-- llvm/CodeGen/RenderMachineFunction.h - MF->HTML -*- C++ -*---------===//
31 class RenderMachineFunction;
63 LiveIntervals *lis, const RenderMachineFunction *rmf);
120 const RenderMachineFunction *rmf;
201 class RenderMachineFunction : public MachineFunctionPass {
205 RenderMachineFunction() : MachineFunctionPass(ID) {
235 void renderMachineFunction(const char *renderContextStr,
RegAllocPBQP.cpp 34 #include "RenderMachineFunction.h"
137 RenderMachineFunction *rmf;
501 au.addRequired<RenderMachineFunction>();
658 rmf = &getAnalysis<RenderMachineFunction>();
723 rmf->renderMachineFunction("After PBQP register allocation.", vrm);
RenderMachineFunction.cpp 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)
    [all...]

Completed in 364 milliseconds