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.cpp702 const TargetRegisterInfo *TRI, StringRef Pfx) { in reportMismatch() argument
703 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
707 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
710 OS << Pfx << printReg(P.first, TRI) in reportMismatch()
718 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
H A DGCNRegPressure.h513 const TargetRegisterInfo *TRI, StringRef Pfx = " ");
H A DBUFInstructions.td193 string Pfx =
204 string ret = " $vdata, " # Pfx # "$offset$cpol";
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp528 static void defineExternalNode(raw_ostream &OS, const char *Pfx, in defineExternalNode() argument
587 auto DrawEdge = [&](const char *Pfx, uint64_t SrcMod, GlobalValue::GUID SrcId, in exportToDot()
608 OS << Pfx << NodeId(SrcMod, SrcId) << " -> " << NodeId(DstMod, DstId) in exportToDot()