Home
last modified time | relevance | path

Searched refs:EmitOMPTileDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp223 EmitOMPTileDirective(cast<OMPTileDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3857 void EmitOMPTileDirective(const OMPTileDirective &S);
H A DCGStmtOpenMP.cpp2900 void CodeGenFunction::EmitOMPTileDirective(const OMPTileDirective &S) { in EmitOMPTileDirective() function in CodeGenFunction