Searched refs:RTLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1745 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitGenericVarsProlog() local 1750 {RTLoc, ThreadID}); in emitGenericVarsProlog() 2138 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local 2140 RTLoc, in emitParallelCall() 3766 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitReduction() local 3819 llvm::Value *Args[] = {RTLoc, in emitReduction() 3865 RTLoc, in emitReduction()
|
| H A D | CGOpenMPRuntime.cpp | 2077 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local 2079 auto &&ThenGen = [&M, OutlinedFn, CapturedVars, RTLoc, in emitParallelCall() 2084 RTLoc, in emitParallelCall() 2095 auto &&ElseGen = [&M, OutlinedFn, CapturedVars, RTLoc, Loc, in emitParallelCall() 2101 llvm::Value *Args[] = {RTLoc, ThreadID}; in emitParallelCall() 10024 llvm::Value *RTLoc = emitUpdateLocation(CGF, D.getBeginLoc()); in emitTargetNumIterationsCall() local 10025 llvm::Value *Args[] = {RTLoc, DeviceID, NumIterations}; in emitTargetNumIterationsCall() 10111 llvm::Value *RTLoc = emitUpdateLocation(CGF, D.getBeginLoc()); in emitTargetCall() local 10152 llvm::Value *OffloadingArgs[] = {RTLoc, in emitTargetCall() 10171 llvm::Value *OffloadingArgs[] = {RTLoc, in emitTargetCall() [all …]
|