Home
last modified time | relevance | path

Searched refs:IsSuffix (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp174 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member
336 return Tok.IsSuffix; in isTokenSuffix()
1615 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { in CreateToken() argument
1619 Op->Tok.IsSuffix = IsSuffix; in CreateToken()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp292 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member
478 return Tok.IsSuffix; in isTokenSuffix()
1781 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { in CreateToken() argument
1785 Op->Tok.IsSuffix = IsSuffix; in CreateToken()