Searched refs:Pfx (Results 1 – 3 of 3) sorted by relevance
542 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local548 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()551 return Pfx; in parseNamePrefix()707 const char *Pfx = ""; in writeName() local709 case NATIVE: Pfx = "native_"; break; in writeName()710 case HALF: Pfx = "half_"; break; in writeName()714 OS << Pfx << Name; in writeName()716 OS << Pfx; in writeName()
170 string Pfx =181 string ret = Pfx # "$offset";452 string Pfx =459 string ret = Pfx # "$offset";
383 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument425 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()447 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()