Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDIntrinsicEmitter.cpp48 void EmitGenerator(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
78 EmitGenerator(Ints, OS); in run()
485 void IntrinsicEmitter::EmitGenerator(const CodeGenIntrinsicTable &Ints, in EmitGenerator() function in IntrinsicEmitter