Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp202 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3136 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
HDCGStmtOpenMP.cpp2778 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &S) { in EmitOMPForSimdDirective() function in CodeGenFunction