Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h354 bool ParseLogical(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp2928 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction()
3307 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h479 bool ParseLogical(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp4996 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction()
5572 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical() function in LLParser