Lines Matching defs:FormatStr
1675 ParseStatus parseSymbolicSplitFormat(StringRef FormatStr, SMLoc Loc,
1677 ParseStatus parseSymbolicUnifiedFormat(StringRef FormatStr, SMLoc Loc,
1686 bool matchDfmtNfmt(int64_t &Dfmt, int64_t &Nfmt, StringRef FormatStr, SMLoc Loc);
6934 StringRef FormatStr,
6939 Format = getDfmt(FormatStr);
6945 Format = getNfmt(FormatStr, getSTI());
6955 ParseStatus AMDGPUAsmParser::parseSymbolicSplitFormat(StringRef FormatStr,
6962 if (!matchDfmtNfmt(Dfmt, Nfmt, FormatStr, FormatLoc))
6992 ParseStatus AMDGPUAsmParser::parseSymbolicUnifiedFormat(StringRef FormatStr,
6997 auto Id = getUnifiedFormat(FormatStr, getSTI());
7027 StringRef FormatStr;
7029 if (!parseId(FormatStr, "expected a format string"))
7032 auto Res = parseSymbolicUnifiedFormat(FormatStr, Loc, Format);
7034 Res = parseSymbolicSplitFormat(FormatStr, Loc, Format);