Searched refs:getGridValue (Results 1 – 7 of 7) sorted by relevance
178 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
379 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
380 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
312 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()
1684 virtual const llvm::omp::GV &getGridValue() const { in getGridValue() function
154 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { in getGridValue() function2362 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()
158 omp::GV getGridValue() const { in getGridValue() function