Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp538 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local
544 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()
547 return Pfx; in parseNamePrefix()
703 const char *Pfx = ""; in writeName() local
705 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()
H A DBUFInstructions.td172 string Pfx =
183 string ret = Pfx # "$offset";
455 string Pfx =
462 string ret = Pfx # "$offset";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp491 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument
539 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
561 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()