Searched refs:cur_op (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1144 LOperand* cur_op = cur_cover->CreateAssignedOperand(chunk()->zone()); local
1145 if (!pred_op->Equals(cur_op)) {
1164 branch->pointer_map()->RecordPointer(cur_op, chunk()->zone());
1165 } else if (!cur_op->IsDoubleStackSlot() &&
1166 !cur_op->IsDoubleRegister()) {
1167 branch->pointer_map()->RemovePointer(cur_op);
1172 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op,
/external/v8/src/compiler/
H A Dregister-allocator.cc3768 InstructionOperand cur_op = result.cur_cover_->GetAssignedOperand(); local
3769 if (pred_op.Equals(cur_op)) continue;
3770 if (!pred_op.IsAnyRegister() && cur_op.IsAnyRegister()) {
3805 int move_loc = ResolveControlFlow(block, cur_op, pred_block, pred_op);
3809 !(pred_op.IsAnyRegister() && cur_op.IsAnyRegister()),
3829 const InstructionOperand& cur_op,
3832 DCHECK(!pred_op.Equals(cur_op));
3846 data()->AddGapMove(gap_index, position, pred_op, cur_op);
3828 ResolveControlFlow(const InstructionBlock* block, const InstructionOperand& cur_op, const InstructionBlock* pred, const InstructionOperand& pred_op) argument
H A Dregister-allocator.h1198 const InstructionOperand& cur_op,

Completed in 321 milliseconds