Home
last modified time | relevance | path

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

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/deviceRTLs/amdgcn/src/
H A Dtarget_impl.h40 INLINE constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function
51 enum { MAX_THREADS_PER_TEAM = getGridValue().GV_Max_WG_Size };
52 enum { WARPSIZE = getGridValue().GV_Warp_Size };
64 DS_Slot_Size = getGridValue().GV_Slot_Size,
66 DS_Worker_Warp_Slot_Size = getGridValue().warpSlotSize(),
68 DS_Max_Warp_Number = getGridValue().maxWarpNumber(),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/deviceRTLs/nvptx/src/
H A Dtarget_impl.h33 INLINE constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function
44 enum { MAX_THREADS_PER_TEAM = getGridValue().GV_Max_WG_Size };
45 enum { WARPSIZE = getGridValue().GV_Warp_Size };
76 DS_Slot_Size = getGridValue().GV_Slot_Size,
78 DS_Worker_Warp_Slot_Size = getGridValue().warpSlotSize(),
80 DS_Max_Warp_Number = getGridValue().maxWarpNumber(),
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/impl/
H A Dmarching_cubes.hpp170 leaf[0] = getGridValue (index3d); in getNeighborList1D()
171 leaf[1] = getGridValue (index3d + Eigen::Vector3i (1, 0, 0)); in getNeighborList1D()
172 leaf[2] = getGridValue (index3d + Eigen::Vector3i (1, 0, 1)); in getNeighborList1D()
173 leaf[3] = getGridValue (index3d + Eigen::Vector3i (0, 0, 1)); in getNeighborList1D()
174 leaf[4] = getGridValue (index3d + Eigen::Vector3i (0, 1, 0)); in getNeighborList1D()
175 leaf[5] = getGridValue (index3d + Eigen::Vector3i (1, 1, 0)); in getNeighborList1D()
176 leaf[6] = getGridValue (index3d + Eigen::Vector3i (1, 1, 1)); in getNeighborList1D()
177 leaf[7] = getGridValue (index3d + Eigen::Vector3i (0, 1, 1)); in getNeighborList1D()
192 pcl::MarchingCubes<PointNT>::getGridValue (Eigen::Vector3i pos) in getGridValue() function in pcl::MarchingCubes
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_fp_editor_defaults.cpp307 int PANEL_FP_EDITOR_DEFAULTS::getGridValue( int aRow, int aCol ) in getGridValue() function in PANEL_FP_EDITOR_DEFAULTS
322 int textSize = std::min( getGridValue( row, COL_TEXT_WIDTH ), in validateData()
323 getGridValue( row, COL_TEXT_HEIGHT ) ); in validateData()
325 if( getGridValue( row, COL_TEXT_THICKNESS ) > textSize / 4 ) in validateData()
345 m_brdSettings.m_LineThickness[ i ] = getGridValue( i, COL_LINE_THICKNESS ); in TransferDataFromWindow()
350 m_brdSettings.m_TextSize[ i ] = wxSize( getGridValue( i, COL_TEXT_WIDTH ), in TransferDataFromWindow()
351 getGridValue( i, COL_TEXT_HEIGHT ) ); in TransferDataFromWindow()
352 m_brdSettings.m_TextThickness[ i ] = getGridValue( i, COL_TEXT_THICKNESS ); in TransferDataFromWindow()
H A Dpanel_setup_text_and_graphics.cpp178 int PANEL_SETUP_TEXT_AND_GRAPHICS::getGridValue( int aRow, int aCol ) in getGridValue() function in PANEL_SETUP_TEXT_AND_GRAPHICS
191 m_BrdSettings->m_LineThickness[ i ] = getGridValue( i, COL_LINE_THICKNESS ); in TransferDataFromWindow()
196 m_BrdSettings->m_TextSize[ i ] = wxSize( getGridValue( i, COL_TEXT_WIDTH ), in TransferDataFromWindow()
197 getGridValue( i, COL_TEXT_HEIGHT ) ); in TransferDataFromWindow()
198 m_BrdSettings->m_TextThickness[ i ] = getGridValue( i, COL_TEXT_THICKNESS ); in TransferDataFromWindow()
H A Dpanel_setup_text_and_graphics.h50 int getGridValue( int aRow, int aCol );
H A Dpanel_fp_editor_defaults.h42 int getGridValue( int aRow, int aCol );
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/DeviceRTL/src/
H A DMapping.cpp31 constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function
107 constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function
162 uint32_t getWarpSize() { return getGridValue().GV_Warp_Size; } in getWarpSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp39 unsigned WarpSize = CGF.getTarget().getGridValue().GV_Warp_Size; in getGPUWarpSize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp342 static constexpr const llvm::omp::GV &getGridValue() { in getGridValue() function
452 static_assert(getGridValue<32>().GV_Max_Teams ==
453 getGridValue<64>().GV_Max_Teams,
455 static const int Max_Teams = getGridValue<64>().GV_Max_Teams;
457 static_assert(getGridValue<32>().GV_Max_WG_Size ==
458 getGridValue<64>().GV_Max_WG_Size,
460 static const int Max_WG_Size = getGridValue<64>().GV_Max_WG_Size;
462 static_assert(getGridValue<32>().GV_Default_WG_Size ==
463 getGridValue<64>().GV_Default_WG_Size,
465 static const int Default_WG_Size = getGridValue<64>().GV_Default_WG_Size;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/
H A Dmarching_cubes.h493 getGridValue (Eigen::Vector3i pos);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h1334 unsigned getGridValue(llvm::omp::GVIDX gv) const { in getGridValue() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1352 unsigned getGridValue(llvm::omp::GVIDX gv) const { in getGridValue() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DTargetInfo.h1429 virtual const llvm::omp::GV &getGridValue() const { in getGridValue() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h1365 unsigned getGridValue(llvm::omp::GVIDX gv) const { in getGridValue() function

12