Lines Matching defs:FormatStr
1647 ParseStatus parseSymbolicSplitFormat(StringRef FormatStr, SMLoc Loc,
1649 ParseStatus parseSymbolicUnifiedFormat(StringRef FormatStr, SMLoc Loc,
1658 bool matchDfmtNfmt(int64_t &Dfmt, int64_t &Nfmt, StringRef FormatStr, SMLoc Loc);
6820 StringRef FormatStr,
6825 Format = getDfmt(FormatStr);
6831 Format = getNfmt(FormatStr, getSTI());
6841 ParseStatus AMDGPUAsmParser::parseSymbolicSplitFormat(StringRef FormatStr,
6848 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc))
6878 ParseStatus AMDGPUAsmParser::parseSymbolicUnifiedFormat(StringRef FormatStr,
6883 auto Id = getUnifiedFormat(FormatStr, getSTI());
6913 StringRef FormatStr;
6915 if (!parseId(FormatStr, "expected a format string"))
6918 auto Res = parseSymbolicUnifiedFormat(FormatStr, Loc, Format);
6920 Res = parseSymbolicSplitFormat(FormatStr, Loc, Format);