Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDIntrinsicEmitter.cpp61 void EmitGenerator(const CodeGenIntrinsicTable &Ints, raw_ostream &OS);
97 EmitGenerator(Ints, OS); in run()
268 void IntrinsicEmitter::EmitGenerator(const CodeGenIntrinsicTable &Ints, in EmitGenerator() function in IntrinsicEmitter