Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp210 EmitOMPSimdDirective(cast<OMPSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3505 void EmitOMPSimdDirective(const OMPSimdDirective &S);
H A DCGStmtOpenMP.cpp2626 void CodeGenFunction::EmitOMPSimdDirective(const OMPSimdDirective &S) { in EmitOMPSimdDirective() function in CodeGenFunction