Searched refs:WarpSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp311 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; local
318 MappedDeclsFields, WarpSize);
1000 unsigned WarpSize = CGM.getTarget().getGridValue().GV_Warp_Size;
1009 MappedDeclsFields, WarpSize);
1457 llvm::Value *WarpSize =
1462 {ElemCast, Offset, WarpSize});
1745 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size;
1747 auto *Ty = llvm::ArrayType::get(CGM.Int32Ty, WarpSize);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4393 // WarpSize = __kmpc_get_warp_size();
4394 // BlockSize = BlockHwSize - WarpSize;
4473 CallInst *WarpSize = local
4475 OMPInfoCache.setCallingConvention(WarpSizeFn, WarpSize);
4476 WarpSize->setDebugLoc(DLoc);
4478 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB);

Completed in 139 milliseconds