LLVM 19.0.0git
Namespaces | Functions
RDFGraph.cpp File Reference
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominanceFrontier.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RDFGraph.h"
#include "llvm/CodeGen/RDFRegisters.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <iterator>
#include <set>
#include <utility>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::rdf
 

Functions

raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterRef > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< NodeId > &P)
 
static void llvm::rdf::printRefHeader (raw_ostream &OS, const Ref RA, const DataFlowGraph &G)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Def > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Use > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< PhiUse > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Ref > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< NodeList > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< NodeSet > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Phi > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Stmt > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Instr > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Block > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< Func > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterSet > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterAggr > &P)
 
raw_ostream & llvm::rdf::operator<< (raw_ostream &OS, const Print< DataFlowGraph::DefStack > &P)
 

Variable Documentation

◆ G

const DataFlowGraph& G

Definition at line 202 of file RDFGraph.cpp.

◆ List

const NodeList& List