Home
last modified time | relevance | path

Searched refs:EmitGenerator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp47 void EmitGenerator(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
77 EmitGenerator(Ints, OS); in run()
521 void IntrinsicEmitter::EmitGenerator(const CodeGenIntrinsicTable &Ints, in EmitGenerator() function in IntrinsicEmitter