Searched refs:ParseLogical (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 354 bool ParseLogical(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
|
D | LLParser.cpp | 2928 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/ |
D | LLParser.h | 479 bool ParseLogical(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
|
D | LLParser.cpp | 4996 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction() 5572 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical() function in LLParser
|