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

  /art/compiler/optimizing/
instruction_simplifier_arm64.cc 37 DCHECK(use->IsBinaryOperation() || use->IsNeg());
48 if (use->IsBinaryOperation()) {
65 bool is_commutative = use->IsBinaryOperation() && use->AsBinaryOperation()->IsCommutative();
instruction_simplifier_arm.cc 38 DCHECK(use->IsBinaryOperation());
gvn.cc 490 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) {
scheduler.cc 478 if (instruction->IsBinaryOperation()) {
  /external/v8/src/ast/
ast.cc 132 } else if (IsBinaryOperation()) {
831 } else if (IsBinaryOperation()) {
    [all...]
  /external/v8/src/parsing/
preparser.h 316 bool IsBinaryOperation() const {
    [all...]
parser.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/asmjs/
asm-typer.cc 785 } else if (value->IsBinaryOperation()) {
    [all...]
asm-wasm-builder.cc 191 if (expr->IsBinaryOperation()) {
    [all...]

Completed in 820 milliseconds