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

  /external/v8/src/compiler/
linkage-impl.h 21 locations->AddReturn(regloc(LinkageTraits::ReturnValueReg()));
24 locations->AddReturn(regloc(LinkageTraits::ReturnValue2Reg()));
41 types.AddReturn(kMachAnyTagged);
90 types.AddReturn(kMachAnyTagged);
148 types.AddReturn(kMachAnyTagged);
instruction-selector-unittest.h 79 builder.AddReturn(return_type);
86 builder.AddReturn(return_type);
95 builder.AddReturn(return_type);
106 builder.AddReturn(return_type);
machine-type.h 141 void AddReturn(T val) {
raw-machine-assembler.cc 79 schedule()->AddReturn(CurrentBlock(), value);
schedule.h 251 void AddReturn(BasicBlock* block, Node* input) {
scheduler.cc 205 schedule_->AddReturn(return_block, ret);
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 379 bt.AddReturn(phi);
407 bt.AddReturn(phi);
436 bt.AddReturn(phi);
464 bt.AddReturn(phi);
562 bt.AddReturn(m.Int32Add(bt.param0, bt.param1));
680 bt.AddReturn(m.Int32Constant(constant));
682 bt.AddReturn(m.Int32Constant(0 - constant));
698 bt.AddReturn(m.Int32Constant(constant));
700 bt.AddReturn(m.Int32Constant(0 - constant));
791 bt.AddReturn(
    [all...]
test-instruction.cc 192 R.schedule.AddReturn(b0, R.Int32Constant(1));
219 R.schedule.AddReturn(b1, R.Int32Constant(1));
260 R.schedule.AddReturn(b0, R.Int32Constant(1));
codegen-tester.cc 547 bt.AddReturn(bt.param0);
555 bt.AddReturn(bt.param1);
563 bt.AddReturn(bt.param0);
571 bt.AddReturn(bt.param1);
test-schedule.cc 107 schedule.AddReturn(entry, n0);
codegen-tester.h 149 void AddReturn(Node* val) {
call-tester.h 152 if (return_count > 0) builder.AddReturn(return_type);

Completed in 582 milliseconds