Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h154 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
H A DAMDGPU.h370 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp311 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in buildRecordForGlobalizedVars()
510 llvm::Log2_32(CGF.getTarget().getGridValue().GV_Warp_Size); in getNVPTXWarpID()
521 llvm::Log2_32(CGF.getTarget().getGridValue().GV_Warp_Size); in getNVPTXLaneID()
1000 unsigned WarpSize = CGM.getTarget().getGridValue().GV_Warp_Size; in emitTeamsOutlinedFunction()
1745 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in emitInterWarpCopyFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1566 virtual const llvm::omp::GV &getGridValue() const { in getGridValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp148 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { in getGridValue() function
4471 int32_t(getGridValue(T, Kernel).GV_Default_WG_Size), MinThreadsVal); in createTargetInit()