Searched refs:getGridValue (Results 1 – 6 of 6) sorted by relevance
28 const llvm::omp::GV &getGridValue();49 const llvm::omp::GV &getGridValue() { in getGridValue() function124 const llvm::omp::GV &getGridValue() { return llvm::omp::NVPTXGridValues; } in getGridValue() function171 uint32_t getWarpSize() { return getGridValue().GV_Warp_Size; } in getWarpSize()
150 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
373 const llvm::omp::GV &getGridValue() const override { in getGridValue() function
356 static constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function520 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;
1485 virtual const llvm::omp::GV &getGridValue() const { in getGridValue() function
340 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()