Searched refs:Pfx (Results 1 – 3 of 3) sorted by relevance
538 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local544 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()547 return Pfx; in parseNamePrefix()703 const char *Pfx = ""; in writeName() local705 case NATIVE: Pfx = "native_"; break; in writeName()706 case HALF: Pfx = "half_"; break; in writeName()710 OS << Pfx << Name; in writeName()712 OS << Pfx; in writeName()
172 string Pfx =183 string ret = Pfx # "$offset";455 string Pfx =462 string ret = Pfx # "$offset";
491 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument539 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()561 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()