Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp502 void emitBody(StringRef CallPrefix);
1363 void Intrinsic::emitBody(StringRef CallPrefix) { in emitBody() function in Intrinsic
1861 emitBody(CallPrefix); in generateImpl()
1879 emitBody(""); in indexBody()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1834 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() function
1846 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody()
1866 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
1927 emitBody(*this, Body, in EmitOMPLoopBody()