Home
last modified time | relevance | path

Searched refs:FormatStr (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat() argument
21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat()
30 FormatStr.data()); in parseFormat()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h44 constexpr static const char *const FormatStr = "%016llX"; member
94 OS << format(LaneBitmask::FormatStr, LaneMask.getAsInteger()); in PrintLaneMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp162 StringRef FormatStr; in lowerPrintfForGpu() local
163 if (!getConstantStringInfo(Op, FormatStr)) { in lowerPrintfForGpu()
172 getConversionSpecifiers(OpConvSpecifiers, FormatStr, NumOps - 1); in lowerPrintfForGpu()
233 LLVM_DEBUG(dbgs() << "Printf format string in source = " << FormatStr in lowerPrintfForGpu()
235 for (char C : FormatStr) { in lowerPrintfForGpu()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2932 StringRef FormatStr; in optimizePrintFString() local
2948 if (FormatStr.size() == 1 || FormatStr == "%%") { in optimizePrintFString()
2986 FormatStr = FormatStr.drop_back(); in optimizePrintFString()
3049 StringRef FormatStr; in optimizeSPrintFString() local
3071 if (FormatStr.size() != 2 || FormatStr[0] != '%' || CI->arg_size() < 3) in optimizeSPrintFString()
3075 if (FormatStr[1] == 'c') { in optimizeSPrintFString()
3239 StringRef FormatStr; in optimizeSnPrintFString() local
3255 if (FormatStr.size() != 2 || FormatStr[0] != '%' || CI->arg_size() != 4) in optimizeSnPrintFString()
3279 if (FormatStr[1] != 's') in optimizeSnPrintFString()
3306 StringRef FormatStr; in optimizeFPrintFString() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h28 Expected<Format> parseFormat(StringRef FormatStr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp920 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; in printStatistic() local
936 FormatStr, sys::path::filename(E.first).take_back(45), E.second.Input, in printStatistic()
942 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in printStatistic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1636 ParseStatus parseSymbolicSplitFormat(StringRef FormatStr, SMLoc Loc,
1638 ParseStatus parseSymbolicUnifiedFormat(StringRef FormatStr, SMLoc Loc,
6582 StringRef FormatStr, in matchDfmtNfmt() argument
6587 Format = getDfmt(FormatStr); in matchDfmtNfmt()
6593 Format = getNfmt(FormatStr, getSTI()); in matchDfmtNfmt()
6610 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc)) in parseSymbolicSplitFormat()
6645 auto Id = getUnifiedFormat(FormatStr, getSTI()); in parseSymbolicUnifiedFormat()
6675 StringRef FormatStr; in parseSymbolicOrNumericFormat() local
6677 if (!parseId(FormatStr, "expected a format string")) in parseSymbolicOrNumericFormat()
6680 auto Res = parseSymbolicUnifiedFormat(FormatStr, Loc, Format); in parseSymbolicOrNumericFormat()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2963 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; in link() local
2979 FormatStr, sys::path::filename(E.first).take_back(45), E.second.Input, in link()
2985 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in link()