Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp546 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local
552 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()
555 return Pfx; in parseNamePrefix()
711 const char *Pfx = ""; in writeName() local
713 case NATIVE: Pfx = "native_"; break; in writeName()
714 case HALF: Pfx = "half_"; break; in writeName()
718 OS << Pfx << Name; in writeName()
720 OS << Pfx; in writeName()
DBUFInstructions.td178 string Pfx =
189 string ret = " $vdata, " # Pfx # "$offset$cpol$swz";
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1886.chain46 H0inh5ktiLjCRphkKZk/Pfx/EeAnFMmBFjgRcw==
/openbsd/src/gnu/llvm/llvm/lib/IR/
DModuleSummaryIndex.cpp505 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument
553 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
574 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()