Searched defs:IsCommutative (Results 1 – 10 of 10) sorted by relevance
38 bool IsCommutative() const override { return false; } in IsCommutative() function
140 bool IsCommutative() const override { return false; } in IsCommutative() function
93 bool OpCatHelper::IsCommutative(TFOp op) { in IsCommutative() function in mlir::tfg::OpCatHelper
88 uint64_t IsCommutative : 1; member
94 uint64_t IsCommutative : 1; member
34 bool IsCommutative; member
5092 bool IsCommutative = isCommutative(S.MainOp) || isCommutative(S.AltOp); in buildTree_rec() local
29441 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp()
41787 bool IsCommutative) { in isHorizontalBinOp()
50970 bool IsCommutative, in isHorizontalBinOp()