Home
last modified time | relevance | path

Searched refs:GPUName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp84 StringRef GPUName) { in getGPUInfo() argument
86 if (StringRef(KV.Key) == GPUName) in getGPUInfo()
144 StringRef GPUName = ST->getCPU(); in checkFunction() local
145 if (GPUName.empty() || GPUName.starts_with("generic")) in checkFunction()
150 const SubtargetSubTypeKV *GPUInfo = getGPUInfo(*ST, GPUName); in checkFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp129 StringRef GPUName = getArchNameAMDGCN(AK); in getArchNameFromElfMach() local
130 if (GPUName != "") in getArchNameFromElfMach()
131 return GPUName; in getArchNameFromElfMach()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp529 auto GPUName = getProcessorFromTargetID(T, A->getValue()); in getAMDGPUTargetGPU() local
530 return llvm::StringSwitch<std::string>(GPUName) in getAMDGPUTargetGPU()
538 .Default(GPUName.str()); in getAMDGPUTargetGPU()