Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp556 AMDGPULibFunc::ENamePrefix Pfx = in parseNamePrefix() local
562 if (Pfx != AMDGPULibFunc::NOPFX) in parseNamePrefix()
565 return Pfx; in parseNamePrefix()
721 const char *Pfx = ""; in writeName() local
723 case NATIVE: Pfx = "native_"; break; in writeName()
724 case HALF: Pfx = "half_"; break; in writeName()
728 OS << Pfx << Name; in writeName()
730 OS << Pfx; in writeName()
H A DGCNRegPressure.cpp528 const TargetRegisterInfo *TRI, StringRef Pfx) { in reportMismatch() argument
529 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
533 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
536 OS << Pfx << printReg(P.first, TRI) in reportMismatch()
544 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
H A DGCNRegPressure.h348 const TargetRegisterInfo *TRI, StringRef Pfx = " ");
H A DBUFInstructions.td190 string Pfx =
201 string ret = " $vdata, " # Pfx # "$offset$cpol";
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp517 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument
576 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
597 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()