Lines Matching refs:Processor
424 std::string Processor = ""; in toString() local
429 Processor = STI.getCPU().str(); in toString()
431 Processor = (Twine("gfx") + Twine(Version.Major) + Twine(Version.Minor) + in toString()
441 if (Processor == "gfx600") { in toString()
442 } else if (Processor == "gfx601") { in toString()
443 } else if (Processor == "gfx602") { in toString()
444 } else if (Processor == "gfx700") { in toString()
445 } else if (Processor == "gfx701") { in toString()
446 } else if (Processor == "gfx702") { in toString()
447 } else if (Processor == "gfx703") { in toString()
448 } else if (Processor == "gfx704") { in toString()
449 } else if (Processor == "gfx705") { in toString()
450 } else if (Processor == "gfx801") { in toString()
453 "AMD GPU code object V2 does not support processor " + Processor + in toString()
455 } else if (Processor == "gfx802") { in toString()
456 } else if (Processor == "gfx803") { in toString()
457 } else if (Processor == "gfx805") { in toString()
458 } else if (Processor == "gfx810") { in toString()
461 "AMD GPU code object V2 does not support processor " + Processor + in toString()
463 } else if (Processor == "gfx900") { in toString()
465 Processor = "gfx901"; in toString()
466 } else if (Processor == "gfx902") { in toString()
468 Processor = "gfx903"; in toString()
469 } else if (Processor == "gfx904") { in toString()
471 Processor = "gfx905"; in toString()
472 } else if (Processor == "gfx906") { in toString()
474 Processor = "gfx907"; in toString()
475 } else if (Processor == "gfx90c") { in toString()
478 "AMD GPU code object V2 does not support processor " + Processor + in toString()
482 "AMD GPU code object V2 does not support processor " + Processor); in toString()
511 StreamRep << Processor << Features; in toString()