Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Ddata_sharing.cu67 bool IsWarpMaster = (GetThreadIdInBlock() % WARPSIZE) == 0; in data_sharing_push_stack_common() local
79 if (IsWarpMaster) { in data_sharing_push_stack_common()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2929 llvm::Value *IsWarpMaster = Bld.CreateIsNull(LaneID, "warp_master"); in emitInterWarpCopyFunction() local
2930 Bld.CreateCondBr(IsWarpMaster, ThenBB, ElseBB); in emitInterWarpCopyFunction()