| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 48 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 51 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies() 68 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 99 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies() 150 GCNSubtarget::GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in GCNSubtarget() argument 152 AMDGPUGenSubtargetInfo(TT, GPU, FS), in GCNSubtarget() 157 InstrItins(getInstrItineraryForCPU(GPU)), in GCNSubtarget() 219 InstrInfo(initializeSubtargetDependencies(TT, GPU, FS)), in GCNSubtarget() 456 R600GenSubtargetInfo(TT, GPU, FS), in R600Subtarget() 469 TLInfo(TM, initializeSubtargetDependencies(TT, GPU, FS)), in R600Subtarget() [all …]
|
| H A D | AMDGPUTargetMachine.cpp | 305 static StringRef getGPUOrDefault(const Triple &TT, StringRef GPU) { in getGPUOrDefault() argument 306 if (!GPU.empty()) in getGPUOrDefault() 307 return GPU; in getGPUOrDefault() 435 StringRef GPU = getGPUName(F); in getSubtargetImpl() local 438 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() 447 I = llvm::make_unique<R600Subtarget>(TargetTriple, GPU, FS, *this); in getSubtargetImpl() 471 StringRef GPU = getGPUName(F); in getSubtargetImpl() local 474 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() 483 I = llvm::make_unique<GCNSubtarget>(TargetTriple, GPU, FS, *this); in getSubtargetImpl()
|
| H A D | AMDGPUSubtarget.h | 382 GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, 387 StringRef GPU, StringRef FS); 1045 StringRef GPU, StringRef FS);
|
| H A D | AMDGPUFeatures.td | 56 Value#" GPU generation", Implies>;
|
| H A D | R600Processors.td | 41 "GPU has CF_ALU bug"
|
| H A D | CaymanInstructions.td | 143 // This is not really necessary, but there were some GPU hangs that appeared
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | NVPTX.h | 42 CudaArch GPU; variable 59 Features[CudaArchToString(GPU)] = true; in initFeatureMap() 110 GPU = StringToCudaArch(Name); in setCPU() 111 return GPU != CudaArch::UNKNOWN; in setCPU()
|
| H A D | NVPTX.cpp | 67 GPU = CudaArch::SM_20; in NVPTXTargetInfo() 177 switch (GPU) { in getTargetDefines()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | TargetParser.cpp | 172 AMDGPU::IsaVersion AMDGPU::getIsaVersion(StringRef GPU) { in getIsaVersion() argument 173 if (GPU == "generic") in getIsaVersion() 176 AMDGPU::GPUKind AK = parseArchAMDGCN(GPU); in getIsaVersion()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | rk3288-veyron-mickey.dts | 78 * and don't let the GPU go faster than 400 MHz. Note that we 79 * won't throttle the GPU lower than 400 MHz due to CPU 80 * heat--we'll let the GPU do the rest itself. 93 * the CPU and the GPU.
|
| H A D | omap5-gpu-thermal.dtsi | 2 * Device Tree Source for OMAP543x SoC GPU thermal
|
| H A D | exynos5422-odroidxu3.dts | 37 /* GPU: VDD_G3D */
|
| H A D | bcm2837-rpi-cm3-io3.dts | 13 * This is based on the official GPU firmware DT blob.
|
| H A D | bcm2835-rpi-cm1-io1.dts | 13 * This is based on the official GPU firmware DT blob.
|
| H A D | bcm2835-rpi-zero.dts | 24 * This is based on the official GPU firmware DT blob.
|
| H A D | bcm2836-rpi-2-b.dts | 33 * the official GPU firmware DT blob.
|
| H A D | bcm2835-rpi-zero-w.dts | 34 * This is based on the official GPU firmware DT blob.
|
| H A D | bcm2837-rpi-3-b-plus.dts | 58 * the official GPU firmware DT blob.
|
| H A D | bcm2837-rpi-3-b.dts | 53 * the official GPU firmware DT blob.
|
| H A D | bcm2837-rpi-3-a-plus.dts | 51 * This is mostly based on the official GPU firmware DT blob.
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | gpu | 4 # gpu: file(1) magic for GPU input files
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | TargetParser.h | 164 IsaVersion getIsaVersion(StringRef GPU);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 108 unsigned AMDGPUTargetStreamer::getElfMach(StringRef GPU) { in getElfMach() argument 109 AMDGPU::GPUKind AK = parseArchAMDGCN(GPU); in getElfMach() 111 AK = parseArchR600(GPU); in getElfMach()
|
| H A D | AMDGPUTargetStreamer.h | 84 static unsigned getElfMach(StringRef GPU);
|
| /freebsd-12.1/sys/gnu/dts/include/dt-bindings/clock/ |
| H A D | stm32mp1-clks.h | 114 #define GPU 101 macro
|