HomeSort by relevance Sort by last modified time
    Searched refs:IsCommutative (Results 1 - 11 of 11) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 106 bool is_commutative = use->AsBinaryOperation()->IsCommutative();
instruction_simplifier_arm64.cc 120 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative();
gvn.cc 482 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) {
nodes.h     [all...]
instruction_simplifier.cc     [all...]
nodes.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/
op_types.h 139 bool IsCommutative(const NodeDef& node);
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 34 bool IsCommutative;
300 bool InstArithmetic::isCommutative() const {
301 return InstArithmeticAttributes[getOp()].IsCommutative;
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 390 if (IsCommutative(node1)) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]

Completed in 1669 milliseconds