Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDNeonEmitter.cpp496 void emitBody(StringRef CallPrefix);
1321 void Intrinsic::emitBody(StringRef CallPrefix) { in emitBody() function in Intrinsic
1809 emitBody(CallPrefix); in generateImpl()
1824 emitBody(""); in indexBody()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1445 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() function
1457 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody()
1473 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
1513 emitBody(*this, Body, in EmitOMPLoopBody()