Searched refs:RTLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1264 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local 1266 RTLoc, in emitParallelCall() 1691 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitReduction() local 1761 RTLoc)); in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 1875 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitParallelCall() local 1877 auto &&ThenGen = [&M, OutlinedFn, CapturedVars, RTLoc, in emitParallelCall() 1882 RTLoc, in emitParallelCall() 1893 auto &&ElseGen = [&M, OutlinedFn, CapturedVars, RTLoc, Loc, in emitParallelCall() 1899 llvm::Value *Args[] = {RTLoc, ThreadID}; in emitParallelCall() 9640 llvm::Value *RTLoc = OMPRuntime->emitUpdateLocation(CGF, D.getBeginLoc()); in emitTargetCallKernelLaunch() local 9657 DeviceID, RTLoc, AllocaIP)); in emitTargetCallKernelLaunch() 10174 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitTeamsCall() local 10179 RTLoc, in emitTeamsCall() 10198 llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc); in emitNumTeamsClause() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2323 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP); 2342 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1072 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP) { in emitKernelLaunch() argument 1111 Builder.restoreIP(emitTargetKernel(Builder, AllocaIP, Return, RTLoc, DeviceID, in emitKernelLaunch() 3431 Value *RTLoc = in createReductionsGPU() local 3486 Value *Args[] = {RTLoc, ReductionDataSize, RL, SarFuncCast, WcFuncCast}; in createReductionsGPU() 3509 Value *Args3[] = {RTLoc, in createReductionsGPU() 6791 Value *DeviceID, Value *RTLoc, OpenMPIRBuilder::InsertPointTy AllocaIP, in emitTargetTask() argument 6910 RTLoc, TargetTaskAllocaIP)); in emitTargetTask() 7091 Value *RTLoc = OMPBuilder.getOrCreateIdent(SrcLocStr, SrcLocStrSize, local 7111 RTLoc, AllocaIP, Dependencies, HasNoWait)); 7115 DeviceID, RTLoc, AllocaIP));
|