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

  /external/v8/src/compiler/
control-flow-optimizer.cc 35 case IrOpcode::kBranch:
64 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
71 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
96 if (branch1->opcode() != IrOpcode::kBranch) break;
121 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
122 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
node-matchers.cc 18 if (branch->opcode() != IrOpcode::kBranch) return;
44 if (branch->opcode() != IrOpcode::kBranch) return;
common-operator-reducer.cc 52 case IrOpcode::kBranch:
75 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
183 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
244 if (branch->opcode() != IrOpcode::kBranch) return NoChange();
schedule.cc 105 case BasicBlock::kBranch:
234 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
235 block->set_control(BasicBlock::kBranch);
291 block->set_control(BasicBlock::kBranch);
node-properties.cc 279 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
283 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
branch-elimination.cc 39 case IrOpcode::kBranch:
schedule.h 40 kBranch, // Branch if true to first successor, otherwise second.
common-operator.cc 36 DCHECK_EQ(IrOpcode::kBranch, op->opcode());
543 IrOpcode::kBranch, Operator::kKontrol, // opcode
    [all...]
scheduler.cc 323 case IrOpcode::kBranch:
347 case IrOpcode::kBranch:
    [all...]
verifier.cc 199 case IrOpcode::kBranch: {
218 CHECK_EQ(IrOpcode::kBranch,
    [all...]
graph-visualizer.cc 157 if (opcode == IrOpcode::kBranch) {
machine-graph-verifier.cc 492 case IrOpcode::kBranch:
instruction-selector.cc     [all...]
effect-control-linearizer.cc 155 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
457 case BasicBlock::kBranch:
    [all...]
simplified-lowering.cc     [all...]
  /art/runtime/
dex_instruction_list.h 62 V(0x28, GOTO, "goto", k10t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
63 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
64 V(0x2A, GOTO_32, "goto/32", k30t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
72 V(0x32, IF_EQ, "if-eq", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
73 V(0x33, IF_NE, "if-ne", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
74 V(0x34, IF_LT, "if-lt", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
75 V(0x35, IF_GE, "if-ge", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
76 V(0x36, IF_GT, "if-gt", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
77 V(0x37, IF_LE, "if-le", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVerifyBranchTarget) \
78 V(0x38, IF_EQZ, "if-eqz", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTarget)
    [all...]
dex_instruction.h 141 kBranch = 0x01, // conditional or unconditional branch
535 return (kInstructionDescriptors[Opcode()].flags & kBranch) != 0;
instrumentation_test.cc 360 case instrumentation::Instrumentation::kBranch:
408 case instrumentation::Instrumentation::kBranch:
440 case instrumentation::Instrumentation::kBranch:
571 TestEvent(instrumentation::Instrumentation::kBranch);
    [all...]
instrumentation.h 162 kBranch = 0x80,
instrumentation.cc 477 PotentiallyAddListenerTo(kBranch,
554 PotentiallyRemoveListenerFrom(kBranch,
    [all...]
  /external/vixl/src/aarch32/
constants-aarch32.h 110 kBranch = 0x10,
disasm-aarch32.cc 1262 os().SetCurrentInstruction(kB, kAddress | kBranch);
1322 os().SetCurrentInstruction(kBl, kAddress | kBranch);
1328 os().SetCurrentInstruction(kBlx, kAddress | kBranch);
1334 os().SetCurrentInstruction(kBlx, kAddress | kBranch);
1339 os().SetCurrentInstruction(kBx, kAddress | kBranch);
1344 os().SetCurrentInstruction(kBxj, kAddress | kBranch);
1349 os().SetCurrentInstruction(kCbnz, kAddress | kBranch);
1355 os().SetCurrentInstruction(kCbz, kAddress | kBranch);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 859 case HValue::kBranch:
    [all...]

Completed in 3203 milliseconds