Home
last modified time | relevance | path

Searched refs:ParseArithmetic (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h352 bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,
DLLParser.cpp2901 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
2909 case lltok::kw_fmul: return ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction()
2917 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
2923 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction()
2925 case lltok::kw_frem: return ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction()
3279 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h477 bool ParseArithmetic(Instruction *&I, PerFunctionState &PFS, unsigned Opc,
DLLParser.cpp4961 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
4973 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction()
4987 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
4993 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction()
5544 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic() function in LLParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h566 bool ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,
DLLParser.cpp5466 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
5478 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction()
5492 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
5498 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction()
6035 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic() function in LLParser