Searched refs:emitBody (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 533 void emitBody(StringRef CallPrefix); 1436 void Intrinsic::emitBody(StringRef CallPrefix) { in emitBody() function in Intrinsic 1928 emitBody(CallPrefix); in generateImpl() 1946 emitBody(""); in indexBody()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1914 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() function 1926 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody() 1946 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody() 2008 emitBody(*this, Body, in EmitOMPLoopBody()
|