Searched refs:GPUAttr (Results 1 – 2 of 2) sorted by relevance
159 Attribute GPUAttr = F.getFnAttribute("target-cpu"); in getGPUName() local160 return GPUAttr.hasAttribute(Attribute::None) ? in getGPUName()161 getTargetCPU() : GPUAttr.getValueAsString(); in getGPUName()
321 Attribute GPUAttr = F.getFnAttribute("target-cpu"); in getGPUName() local322 return GPUAttr.hasAttribute(Attribute::None) ? in getGPUName()323 getTargetCPU() : GPUAttr.getValueAsString(); in getGPUName()