Searched refs:EmitAttributes (Results 1 – 10 of 10) sorted by relevance
/external/llvm/utils/TableGen/ |
D | TableGenBackends.h | 81 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
|
D | IntrinsicEmitter.cpp | 50 void EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, 85 EmitAttributes(Ints, OS); in run() 478 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) { in EmitAttributes() function in IntrinsicEmitter
|
D | TableGen.cpp | 176 EmitAttributes(Records, OS); in LLVMTableGenMain()
|
D | Attributes.cpp | 175 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.h | 47 void EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints,
|
D | IntrinsicEmitter.cpp | 55 EmitAttributes(Ints, OS); in run() 510 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) { in EmitAttributes() function in IntrinsicEmitter
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | TableGenBackends.h | 86 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
|
D | IntrinsicEmitter.cpp | 48 void EmitAttributes(const CodeGenIntrinsicTable &Ints, raw_ostream &OS); 86 EmitAttributes(Ints, OS); in run() 514 void IntrinsicEmitter::EmitAttributes(const CodeGenIntrinsicTable &Ints, in EmitAttributes() function in IntrinsicEmitter
|
D | Attributes.cpp | 173 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes() function
|
D | TableGen.cpp | 217 EmitAttributes(Records, OS); in LLVMTableGenMain()
|