Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp323 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in buildRecordForGlobalizedVars() local
330 MappedDeclsFields, WarpSize); in buildRecordForGlobalizedVars()
973 unsigned WarpSize = CGM.getTarget().getGridValue().GV_Warp_Size; in emitTeamsOutlinedFunction() local
982 MappedDeclsFields, WarpSize); in emitTeamsOutlinedFunction()
1403 llvm::Value *WarpSize = in createRuntimeShuffleFunction() local
1408 {ElemCast, Offset, WarpSize}); in createRuntimeShuffleFunction()
1783 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in emitInterWarpCopyFunction() local
1785 auto *Ty = llvm::ArrayType::get(CGM.Int32Ty, WarpSize); in emitInterWarpCopyFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp4229 CallInst *WarpSize = in buildCustomStateMachine() local
4231 OMPInfoCache.setCallingConvention(WarpSizeFn, WarpSize); in buildCustomStateMachine()
4232 WarpSize->setDebugLoc(DLoc); in buildCustomStateMachine()
4234 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine()