Home
last modified time | relevance | path

Searched refs:Pfx (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibFunc.cpp542 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local
548 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()
551 return Pfx; in parseNamePrefix()
707 const char *Pfx = ""; in writeName() local
709 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()
HDBUFInstructions.td170 string Pfx =
181 string ret = Pfx # "$offset";
452 string Pfx =
459 string ret = Pfx # "$offset";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDModuleSummaryIndex.cpp383 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument
425 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
447 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()