Home
last modified time | relevance | path

Searched refs:RTLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2488 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP);
2501 function_ref<Error(Value *DeviceID, Value *RTLoc,
2515 TargetTaskBodyCallbackTy TaskBodyCB, Value *DeviceID, Value *RTLoc,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1263 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local
1265 RTLoc, in emitParallelCall()
1689 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitReduction() local
1760 C.getLangOpts().OpenMPCUDAReductionBufNum, RTLoc)); in emitReduction()
H A DCGOpenMPRuntime.cpp1855 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local
1857 auto &&ThenGen = [&M, OutlinedFn, CapturedVars, RTLoc, in emitParallelCall()
1861 RTLoc, in emitParallelCall()
1872 auto &&ElseGen = [&M, OutlinedFn, CapturedVars, RTLoc, Loc, in emitParallelCall()
1878 llvm::Value *Args[] = {RTLoc, ThreadID}; in emitParallelCall()
9710 llvm::Value *RTLoc = OMPRuntime->emitUpdateLocation(CGF, D.getBeginLoc()); in emitTargetCallKernelLaunch() local
9728 RTLoc, AllocaIP)); in emitTargetCallKernelLaunch()
10246 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitTeamsCall() local
10251 RTLoc, in emitTeamsCall()
10270 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitNumTeamsClause() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1187 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP) { in emitKernelLaunch() argument
1227 Builder, AllocaIP, Return, RTLoc, DeviceID, Args.NumTeams.front(), in emitKernelLaunch()
7372 TargetTaskBodyCallbackTy TaskBodyCB, Value *DeviceID, Value *RTLoc, in emitTargetTask() argument
7518 if (Error Err = TaskBodyCB(DeviceID, RTLoc, TargetTaskAllocaIP)) in emitTargetTask()
7797 [&](Value *DeviceID, Value *RTLoc, in emitTargetCall()
7812 DeviceID, RTLoc, TargetTaskAllocaIP); in emitTargetCall()
7907 Value *RTLoc = OMPBuilder.getOrCreateIdent(SrcLocStr, SrcLocStrSize, in emitTargetCall() local
7929 return OMPBuilder.emitTargetTask(TaskBodyCB, DeviceID, RTLoc, AllocaIP, in emitTargetCall()
7935 DeviceID, RTLoc, AllocaIP); in emitTargetCall()