Searched refs:emitBody (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 506 void emitBody(StringRef CallPrefix); 1375 void Intrinsic::emitBody(StringRef CallPrefix) { in emitBody() function in Intrinsic 1873 emitBody(CallPrefix); in generateImpl() 1891 emitBody(""); in indexBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1842 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() function 1854 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody() 1874 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody() 1935 emitBody(*this, Body, in EmitOMPLoopBody()
|