Searched refs:ParseCompare (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | parse.h | 160 AnfNodePtr ParseCompare(const FunctionBlockPtr &block, const py::object &node);
|
D | parse.cc | 123 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/ |
D | LLParser.h | 583 bool ParseCompare(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
|
D | LLParser.cpp | 5775 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
|