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

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 58 bool is_commutative = use->AsBinaryOperation()->IsCommutative();
instruction_simplifier_arm64.cc 65 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative();
gvn.cc 490 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) {
nodes.h     [all...]
instruction_simplifier.cc     [all...]
nodes.cc     [all...]
  /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/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]

Completed in 676 milliseconds