| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| D | NVPTX.h | 61 CudaArch GPU; variable 78 Features[CudaArchToString(GPU)] = true; in initFeatureMap() 129 GPU = StringToCudaArch(Name); in setCPU() 130 return GPU != CudaArch::UNKNOWN; in setCPU()
|
| D | NVPTX.cpp | 74 GPU = CudaArch::SM_20; in NVPTXTargetInfo() 184 switch (GPU) { in getTargetDefines()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUSubtarget.cpp | 69 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 72 ParseSubtargetFeatures(GPU, /*TuneCPU*/ GPU, FullFS); in initializeSubtargetDependencies() 82 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 112 ParseSubtargetFeatures(GPU, /*TuneCPU*/ GPU, FullFS); in initializeSubtargetDependencies() 199 GCNSubtarget::GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in GCNSubtarget() argument 202 AMDGPUGenSubtargetInfo(TT, GPU, /*TuneCPU*/ GPU, FS), in GCNSubtarget() 207 InstrItins(getInstrItineraryForCPU(GPU)), in GCNSubtarget() 321 InstrInfo(initializeSubtargetDependencies(TT, GPU, FS)), in GCNSubtarget() 724 R600Subtarget::R600Subtarget(const Triple &TT, StringRef GPU, StringRef FS, in R600Subtarget() argument 726 R600GenSubtargetInfo(TT, GPU, /*TuneCPU*/GPU, FS), in R600Subtarget() [all …]
|
| D | AMDGPUTargetMachine.cpp | 487 static StringRef getGPUOrDefault(const Triple &TT, StringRef GPU) { in getGPUOrDefault() argument 488 if (!GPU.empty()) in getGPUOrDefault() 489 return GPU; in getGPUOrDefault() 769 StringRef GPU = getGPUName(F); in getSubtargetImpl() local 772 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() 781 I = std::make_unique<R600Subtarget>(TargetTriple, GPU, FS, *this); in getSubtargetImpl() 838 StringRef GPU = getGPUName(F); in getSubtargetImpl() local 841 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() 850 I = std::make_unique<GCNSubtarget>(TargetTriple, GPU, FS, *this); in getSubtargetImpl()
|
| D | AMDGPUFeatures.td | 47 Value#" GPU generation", Implies>;
|
| D | R600Subtarget.h | 89 StringRef GPU, StringRef FS);
|
| D | R600Processors.td | 40 "GPU has CF_ALU bug"
|
| D | GCNSubtarget.h | 213 GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, 218 StringRef GPU, StringRef FS);
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 103 * the CPU and the GPU. 139 /* At very hot, don't let GPU go over 300 MHz */ 180 /* After 1st level throttle the GPU down to as low as 400 MHz */ 187 * Slightly after we throttle the GPU, we'll also make sure that 189 * throttle the CPU lower than 1.4 GHz due to GPU heat--we'll 200 /* When hot, GPU goes down to 300 MHz */ 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
| D | stm32mp157.dtsi | 15 clocks = <&rcc GPU>, <&rcc GPU_K>;
|
| D | omap5-gpu-thermal.dtsi | 2 * Device Tree Source for OMAP543x SoC GPU thermal
|
| D | exynos5422-odroidxu3.dts | 37 /* GPU: VDD_G3D */
|
| D | bcm2835-rpi-cm1-io1.dts | 13 * This is based on the official GPU firmware DT blob.
|
| D | bcm2837-rpi-cm3-io3.dts | 13 * This is based on the official GPU firmware DT blob.
|
| D | bcm2835-rpi-zero.dts | 29 * This is based on the official GPU firmware DT blob.
|
| D | bcm2836-rpi-2-b.dts | 34 * the official GPU firmware DT blob.
|
| D | bcm2835-rpi-zero-w.dts | 39 * This is based on the official GPU firmware DT blob.
|
| D | bcm2837-rpi-3-b-plus.dts | 61 * the official GPU firmware DT blob.
|
| D | bcm2837-rpi-3-b.dts | 54 * the official GPU firmware DT blob.
|
| D | bcm2837-rpi-3-a-plus.dts | 54 * This is mostly based on the official GPU firmware DT blob.
|
| /freebsd-12-stable/contrib/llvm-project/clang/tools/amdgpu-arch/ |
| D | AMDGPUArch.cpp | 68 for (const auto &GPU : GPUs) in main() local 69 printf("%s\n", GPU.c_str()); in main()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | TargetParser.cpp | 189 AMDGPU::IsaVersion AMDGPU::getIsaVersion(StringRef GPU) { in getIsaVersion() argument 190 AMDGPU::GPUKind AK = parseArchAMDGCN(GPU); in getIsaVersion() 192 if (GPU == "generic-hsa") in getIsaVersion() 194 if (GPU == "generic") in getIsaVersion()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | gpu | 4 # gpu: file(1) magic for GPU input files
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | TargetParser.h | 146 IsaVersion getIsaVersion(StringRef GPU);
|
| /freebsd-12-stable/sys/gnu/dts/include/dt-bindings/clock/ |
| D | stm32mp1-clks.h | 114 #define GPU 101 macro
|