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