Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h160 AnfNodePtr ParseCompare(const FunctionBlockPtr &block, const py::object &node);
Dparse.cc123 expr_method_map_["Compare"] = &Parser::ParseCompare; in BuildMethodMap()
812 AnfNodePtr Parser::ParseCompare(const FunctionBlockPtr &block, const py::object &node) { in ParseCompare() function in mindspore::parse::Parser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h583 bool ParseCompare(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp5775 case lltok::kw_icmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()
5778 int Res = ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()
6516 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare() function in LLParser