Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp48 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 DAMDGPUTargetMachine.cpp305 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 DAMDGPUSubtarget.h382 GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS,
387 StringRef GPU, StringRef FS);
1045 StringRef GPU, StringRef FS);
H A DAMDGPUFeatures.td56 Value#" GPU generation", Implies>;
H A DR600Processors.td41 "GPU has CF_ALU bug"
H A DCaymanInstructions.td143 // 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 DNVPTX.h42 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 DNVPTX.cpp67 GPU = CudaArch::SM_20; in NVPTXTargetInfo()
177 switch (GPU) { in getTargetDefines()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTargetParser.cpp172 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 Drk3288-veyron-mickey.dts78 * 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 Domap5-gpu-thermal.dtsi2 * Device Tree Source for OMAP543x SoC GPU thermal
H A Dexynos5422-odroidxu3.dts37 /* GPU: VDD_G3D */
H A Dbcm2837-rpi-cm3-io3.dts13 * This is based on the official GPU firmware DT blob.
H A Dbcm2835-rpi-cm1-io1.dts13 * This is based on the official GPU firmware DT blob.
H A Dbcm2835-rpi-zero.dts24 * This is based on the official GPU firmware DT blob.
H A Dbcm2836-rpi-2-b.dts33 * the official GPU firmware DT blob.
H A Dbcm2835-rpi-zero-w.dts34 * This is based on the official GPU firmware DT blob.
H A Dbcm2837-rpi-3-b-plus.dts58 * the official GPU firmware DT blob.
H A Dbcm2837-rpi-3-b.dts53 * the official GPU firmware DT blob.
H A Dbcm2837-rpi-3-a-plus.dts51 * This is mostly based on the official GPU firmware DT blob.
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dgpu4 # gpu: file(1) magic for GPU input files
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetParser.h164 IsaVersion getIsaVersion(StringRef GPU);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp108 unsigned AMDGPUTargetStreamer::getElfMach(StringRef GPU) { in getElfMach() argument
109 AMDGPU::GPUKind AK = parseArchAMDGCN(GPU); in getElfMach()
111 AK = parseArchR600(GPU); in getElfMach()
H A DAMDGPUTargetStreamer.h84 static unsigned getElfMach(StringRef GPU);
/freebsd-12.1/sys/gnu/dts/include/dt-bindings/clock/
H A Dstm32mp1-clks.h114 #define GPU 101 macro

12