Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h178 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
H A DAMDGPU.h379 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
H A DSPIR.h380 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp312 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in buildRecordForGlobalizedVars()
980 unsigned WarpSize = CGM.getTarget().getGridValue().GV_Warp_Size; in emitTeamsOutlinedFunction()
1759 CGF.getTarget().getGridValue(), in emitReduction()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1684 virtual const llvm::omp::GV &getGridValue() const { in getGridValue() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp154 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { in getGridValue() function
2362 unsigned LaneIDBits = Log2_32(Config.getGridValue().GV_Warp_Size); in getNVPTXWarpID()
2367 unsigned LaneIDBits = Log2_32(Config.getGridValue().GV_Warp_Size); in getNVPTXLaneID()
2653 unsigned WarpSize = Config.getGridValue().GV_Warp_Size; in emitInterWarpCopyFunction()
3586 Config.setGridValue(getGridValue(T, ReductionFunc)); in createReductionsGPU()
6366 int32_t(getGridValue(T, Kernel).GV_Default_WG_Size), Attrs.MinThreads); in createTargetInit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h158 omp::GV getGridValue() const { in getGridValue() function