Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.cpp45 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
60 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
80 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
87 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument
125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
129 IsBoolean, IsParam, IceType_##CompareResult},
DIceTypes.def82 //#define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam,
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Darithmetic_simplify.cc36 …MATCH_REPLACE_IF(node, x * one_, any_const.WithValueOf(x), !one_.CheckFunc(IsParam, node)); // Mu… in operator ()()
86 !zero_.CheckFunc(IsParam, node) && !x.CheckFunc(IsLoad, node) && in operator ()()
90 … !zero_prim.CheckFunc(IsParam, node) && x.GetNode(node)->func_graph() == node->func_graph()); in operator ()()
Dparam_replace.h34 if (!IsParam(node)) { in operator()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dirpass.h197 inline bool IsParam(const AnfNodePtr &node) { in IsParam() function
Dirpass.cc150 …e_old_param_ = MakeSubstitution(std::make_shared<ReplaceOldParam>(), "replace_old_param", IsParam); in OptimizeIRPassLib()