Searched defs:DAGISelEmitter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp1 //===- DAGISelEmitter.cpp - Generate an instruction selector --------------===//
22 /// DAGISelEmitter - The top-level class which coordinates construction
24 class DAGISelEmitter { class in namespace:__anon9309
27 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {} function in class:__anon9309::DAGISelEmitter
33 // DAGISelEmitter Helper methods
122 void DAGISelEmitter::run(raw_ostream &OS) {
172 DAGISelEmitter(RK).run(OS);

Completed in 38 milliseconds