Home
last modified time | relevance | path

Searched refs:MIParser (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp63 class MIParser { class
89 MIParser(const PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
257 MIParser::MIParser(const PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
262 void MIParser::lex(unsigned SkipChar) { in lex()
268 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
270 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
304 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()
311 bool MIParser::consumeIfPresent(MIToken::TokenKind TokenKind) { in consumeIfPresent()
318 bool MIParser::parseBasicBlockDefinition( in parseBasicBlockDefinition()
385 bool MIParser::parseBasicBlockDefinitions( in parseBasicBlockDefinitions()
[all …]
DCMakeLists.txt3 MIParser.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp132 class MIParser { class
160 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
356 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
361 void MIParser::lex(unsigned SkipChar) { in lex()
367 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
369 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
403 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()
410 bool MIParser::consumeIfPresent(MIToken::TokenKind TokenKind) { in consumeIfPresent()
417 bool MIParser::parseBasicBlockDefinition( in parseBasicBlockDefinition()
484 bool MIParser::parseBasicBlockDefinitions( in parseBasicBlockDefinitions()
[all …]
DCMakeLists.txt3 MIParser.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dzero-probability.mir4 # doesn't hit an APInt assert in the MIParser.