Searched refs:emitForNext (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 733 virtual llvm::Value *emitForNext(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGStmtOpenMP.cpp | 1696 BoolCondVal = RT.emitForNext(*this, S.getLocStart(), IVSize, IVSigned, IL, in EmitOMPOuterLoop()
|
D | CGOpenMPRuntime.cpp | 2582 llvm::Value *CGOpenMPRuntime::emitForNext(CodeGenFunction &CGF, in emitForNext() function in CGOpenMPRuntime
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1225 virtual llvm::Value *emitForNext(CodeGenFunction &CGF, SourceLocation Loc, 2111 llvm::Value *emitForNext(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGOpenMPRuntime.cpp | 2824 llvm::Value *CGOpenMPRuntime::emitForNext(CodeGenFunction &CGF, in emitForNext() function in CGOpenMPRuntime 12525 llvm::Value *CGOpenMPSIMDRuntime::emitForNext(CodeGenFunction &CGF, in emitForNext() function in CGOpenMPSIMDRuntime
|
D | CGStmtOpenMP.cpp | 2442 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()
|