Searched refs:IsWarpMaster (Results 1 – 2 of 2) sorted by relevance
67 bool IsWarpMaster = (GetThreadIdInBlock() % WARPSIZE) == 0; in data_sharing_push_stack_common() local79 if (IsWarpMaster) { in data_sharing_push_stack_common()
2929 llvm::Value *IsWarpMaster = Bld.CreateIsNull(LaneID, "warp_master"); in emitInterWarpCopyFunction() local2930 Bld.CreateCondBr(IsWarpMaster, ThenBB, ElseBB); in emitInterWarpCopyFunction()