Home
last modified time | relevance | path

Searched refs:getGridValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
DCGOpenMPRuntimeGPU.cpp342 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in buildRecordForGlobalizedVars()
539 CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size_Log2); in getNVPTXWarpID()
549 unsigned LaneIDMask = CGF.getContext().getTargetInfo().getGridValue( in getNVPTXLaneID()
1642 unsigned WarpSize = CGM.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in emitTeamsOutlinedFunction()
2853 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in emitInterWarpCopyFunction()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1365 unsigned getGridValue(llvm::omp::GVIDX gv) const { in getGridValue() function