Searched defs:WarpSize (Results 1 – 6 of 6) sorted by relevance
6 const int WarpSize = 32; variable
38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize() local
342 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in buildRecordForGlobalizedVars() local1642 unsigned WarpSize = CGM.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in emitTeamsOutlinedFunction() local2486 llvm::Value *WarpSize = in createRuntimeShuffleFunction() local2853 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in emitInterWarpCopyFunction() local
125 int WarpSize = 0; member486 int WarpSize; in initDevice() local
321 std::vector<int> WarpSize; member in RTLDeviceInfoTy