Lines Matching defs:StringLoc
1620 SMLoc &StringLoc);
6531 SMLoc StringLoc = getLoc();
6566 Operands.push_back(AMDGPUOperand::CreateImm(this, CPolVal, StringLoc,
6611 SMLoc StringLoc;
6614 Res = parseStringWithPrefix("scope", Value, StringLoc);
6626 return Error(StringLoc, "invalid scope value");
6635 SMLoc StringLoc;
6636 ParseStatus Res = parseStringWithPrefix("th", Value, StringLoc);
6644 return Error(StringLoc, "invalid th value");
6652 return Error(StringLoc, "invalid th value");
6687 return Error(StringLoc, "invalid th value");
6708 SMLoc &StringLoc) {
6712 StringLoc = getLoc();
9378 SMLoc StringLoc;
9379 ParseStatus Res = parseStringWithPrefix(Prefix, Value, StringLoc);
9395 return Error(StringLoc, "invalid " + Twine(Prefix) + " value");
9407 SMLoc StringLoc;
9408 ParseStatus Res = parseStringWithPrefix("dst_unused", Value, StringLoc);
9420 return Error(StringLoc, "invalid dst_unused value");