#include "RDFRegisters.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/MathExtras.h"
#include <cassert>
#include <cstdint>
#include <cstring>
#include <map>
#include <memory>
#include <set>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
namespace | llvm::rdf |
|
template<typename T> |
| llvm::rdf::Print (const T &, const DataFlowGraph &) -> Print< T > |
raw_ostream & | llvm::rdf::operator<< (raw_ostream &OS, const Print< RegisterRef > &P) |
raw_ostream & | llvm::rdf::operator<< (raw_ostream &OS, const Print< NodeId > &P) |
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) |