Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DMapping.cpp28 const llvm::omp::GV &getGridValue();
49 const llvm::omp::GV &getGridValue() { in getGridValue() function
124 const llvm::omp::GV &getGridValue() { return llvm::omp::NVPTXGridValues; } in getGridValue() function
171 uint32_t getWarpSize() { return getGridValue().GV_Warp_Size; } in getWarpSize()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.h150 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
H A DAMDGPU.h373 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp356 static constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function
520 static_assert(getGridValue<32>().GV_Max_Teams ==
521 getGridValue<64>().GV_Max_Teams,
523 static const int MaxTeams = getGridValue<64>().GV_Max_Teams;
525 static_assert(getGridValue<32>().GV_Max_WG_Size ==
526 getGridValue<64>().GV_Max_WG_Size,
528 static const int MaxWgSize = getGridValue<64>().GV_Max_WG_Size;
530 static_assert(getGridValue<32>().GV_Default_WG_Size ==
531 getGridValue<64>().GV_Default_WG_Size,
533 static const int DefaultWgSize = getGridValue<64>().GV_Default_WG_Size;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1485 virtual const llvm::omp::GV &getGridValue() const { in getGridValue() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp340 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in buildRecordForGlobalizedVars()
537 llvm::Log2_32(CGF.getTarget().getGridValue().GV_Warp_Size); in getNVPTXWarpID()
548 llvm::Log2_32(CGF.getTarget().getGridValue().GV_Warp_Size); in getNVPTXLaneID()
1325 unsigned WarpSize = CGM.getTarget().getGridValue().GV_Warp_Size; in emitTeamsOutlinedFunction()
2135 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in emitInterWarpCopyFunction()