Home
last modified time | relevance | path

Searched refs:SRegLoc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp5198 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local
5212 return Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()
5225 return Error(SRegLoc, in parseDirectiveReq()
5238 return Error(SRegLoc, in parseDirectiveReq()
5243 return Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4431 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local
4439 Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()
4447 Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9552 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local
9553 if (check(ParseRegister(Reg, SRegLoc, ERegLoc), SRegLoc, in parseDirectiveReq()
9560 return Error(SRegLoc, in parseDirectiveReq()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9233 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local
9234 if (ParseRegister(Reg, SRegLoc, ERegLoc)) { in parseDirectiveReq()
9236 Error(SRegLoc, "register name expected"); in parseDirectiveReq()
9250 Error(SRegLoc, "redefinition of '" + Name + "' does not match original."); in parseDirectiveReq()