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