Searched refs:GPUName (Results 1 – 3 of 3) sorted by relevance
84 StringRef GPUName) { in getGPUInfo() argument86 if (StringRef(KV.Key) == GPUName) in getGPUInfo()144 StringRef GPUName = ST->getCPU(); in checkFunction() local145 if (GPUName.empty() || GPUName.starts_with("generic")) in checkFunction()150 const SubtargetSubTypeKV *GPUInfo = getGPUInfo(*ST, GPUName); in checkFunction()
129 StringRef GPUName = getArchNameAMDGCN(AK); in getArchNameFromElfMach() local130 if (GPUName != "") in getArchNameFromElfMach()131 return GPUName; in getArchNameFromElfMach()
529 auto GPUName = getProcessorFromTargetID(T, A->getValue()); in getAMDGPUTargetGPU() local530 return llvm::StringSwitch<std::string>(GPUName) in getAMDGPUTargetGPU()538 .Default(GPUName.str()); in getAMDGPUTargetGPU()