Searched refs:WarpSize (Results 1 – 2 of 2) sorted by relevance
323 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in buildRecordForGlobalizedVars() local330 MappedDeclsFields, WarpSize); in buildRecordForGlobalizedVars()973 unsigned WarpSize = CGM.getTarget().getGridValue().GV_Warp_Size; in emitTeamsOutlinedFunction() local982 MappedDeclsFields, WarpSize); in emitTeamsOutlinedFunction()1403 llvm::Value *WarpSize = in createRuntimeShuffleFunction() local1408 {ElemCast, Offset, WarpSize}); in createRuntimeShuffleFunction()1783 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in emitInterWarpCopyFunction() local1785 auto *Ty = llvm::ArrayType::get(CGM.Int32Ty, WarpSize); in emitInterWarpCopyFunction()
4229 CallInst *WarpSize = in buildCustomStateMachine() local4231 OMPInfoCache.setCallingConvention(WarpSizeFn, WarpSize); in buildCustomStateMachine()4232 WarpSize->setDebugLoc(DLoc); in buildCustomStateMachine()4234 BlockHwSize, WarpSize, "block.size", IsWorkerCheckBB); in buildCustomStateMachine()