Home
last modified time | relevance | path

Searched refs:GPU (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DNVPTX.h61 CudaArch GPU; variable
78 Features[CudaArchToString(GPU)] = true; in initFeatureMap()
129 GPU = StringToCudaArch(Name); in setCPU()
130 return GPU != CudaArch::UNKNOWN; in setCPU()
DNVPTX.cpp74 GPU = CudaArch::SM_20; in NVPTXTargetInfo()
184 switch (GPU) { in getTargetDefines()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp69 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 …]
DAMDGPUTargetMachine.cpp487 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()
DAMDGPUFeatures.td47 Value#" GPU generation", Implies>;
DR600Subtarget.h89 StringRef GPU, StringRef FS);
DR600Processors.td40 "GPU has CF_ALU bug"
DGCNSubtarget.h213 GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS,
218 StringRef GPU, StringRef FS);
/freebsd-12-stable/sys/gnu/dts/arm/
Drk3288-veyron-mickey.dts86 * 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 */
Dstm32mp157.dtsi15 clocks = <&rcc GPU>, <&rcc GPU_K>;
Domap5-gpu-thermal.dtsi2 * Device Tree Source for OMAP543x SoC GPU thermal
Dexynos5422-odroidxu3.dts37 /* GPU: VDD_G3D */
Dbcm2835-rpi-cm1-io1.dts13 * This is based on the official GPU firmware DT blob.
Dbcm2837-rpi-cm3-io3.dts13 * This is based on the official GPU firmware DT blob.
Dbcm2835-rpi-zero.dts29 * This is based on the official GPU firmware DT blob.
Dbcm2836-rpi-2-b.dts34 * the official GPU firmware DT blob.
Dbcm2835-rpi-zero-w.dts39 * This is based on the official GPU firmware DT blob.
Dbcm2837-rpi-3-b-plus.dts61 * the official GPU firmware DT blob.
Dbcm2837-rpi-3-b.dts54 * the official GPU firmware DT blob.
Dbcm2837-rpi-3-a-plus.dts54 * This is mostly based on the official GPU firmware DT blob.
/freebsd-12-stable/contrib/llvm-project/clang/tools/amdgpu-arch/
DAMDGPUArch.cpp68 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/
DTargetParser.cpp189 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/
Dgpu4 # gpu: file(1) magic for GPU input files
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DTargetParser.h146 IsaVersion getIsaVersion(StringRef GPU);
/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/clock/
Dstm32mp1-clks.h114 #define GPU 101 macro

12