Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp869 auto *UpLoc = emitUpdateLocation(CGF, D.getLocStart()); in emitTaskOutlinedFunction()
926 llvm::Value *CGOpenMPRuntime::emitUpdateLocation(CodeGenFunction &CGF, in emitUpdateLocation() function in CGOpenMPRuntime
1021 emitUpdateLocation(CGF, Loc)); in getThreadID()
1742 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in getAddrOfThreadPrivate()
1757 auto OMPLoc = emitUpdateLocation(CGF, Loc); in emitThreadPrivateVarInit()
1937 auto *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall()
1976 llvm::Value *EndArgs[] = {RT.emitUpdateLocation(CGF, Loc), ThreadID}; in emitParallelCall()
2085 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitCriticalRegion()
2111 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)}; in emitMasterRegion()
2126 emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitTaskyieldCall()
[all …]
DCGOpenMPRuntime.h386 llvm::Value *emitUpdateLocation(CodeGenFunction &CGF, SourceLocation Loc,