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

  /art/compiler/dex/
vreg_analysis.cc 153 DCHECK_EQ(SRegToVReg(defs[0])+1,
154 SRegToVReg(defs[1]));
172 DCHECK_EQ(SRegToVReg(uses[next])+1,
173 SRegToVReg(uses[next + 1]));
191 DCHECK_EQ(SRegToVReg(uses[next])+1,
192 SRegToVReg(uses[next + 1]));
210 DCHECK_EQ(SRegToVReg(uses[next])+1,
211 SRegToVReg(uses[next + 1]));
297 DCHECK_EQ(SRegToVReg(uses[i])+1, SRegToVReg(uses[i+1]))
    [all...]
mir_graph.cc     [all...]
ssa_transformation.cc 554 int v_reg = SRegToVReg(ssa_reg);
mir_graph.h 920 int SRegToVReg(int ssa_reg) const;
    [all...]
local_value_numbering.cc 509 bool live = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first));
532 bool live_and_same = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first));
    [all...]
mir_dataflow.cc 894 int MIRGraph::SRegToVReg(int ssa_reg) const {
    [all...]
  /art/compiler/dex/quick/
gen_loadstore.cc 49 int base_vreg = mir_graph_->SRegToVReg(rl_dest.s_reg_low);
51 if (mir_graph_->SRegToVReg(mir_graph_->reg_location_[i].s_reg_low) == base_vreg) {
305 DCHECK_EQ((mir_graph_->SRegToVReg(rl_dest.s_reg_low)+1),
306 mir_graph_->SRegToVReg(GetSRegHi(rl_dest.s_reg_low)));
369 DCHECK_EQ((mir_graph_->SRegToVReg(rl_dest.s_reg_low)+1),
370 mir_graph_->SRegToVReg(GetSRegHi(rl_dest.s_reg_low)));
ralloc_util.cc 254 int v_reg = mir_graph_->SRegToVReg(s_reg);
274 int v_reg = mir_graph_->SRegToVReg(s_reg);
308 int v_reg = mir_graph_->SRegToVReg(s_reg);
758 if (mir_graph_->SRegToVReg(info2->SReg()) < mir_graph_->SRegToVReg(info1->SReg())) {
761 int v_reg = mir_graph_->SRegToVReg(info1->SReg());
769 int v_reg = mir_graph_->SRegToVReg(info->SReg());
781 int v_reg = mir_graph_->SRegToVReg(info->SReg());
    [all...]
codegen_util.cc     [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 609 int v_src_reg = mir_graph_->SRegToVReg(rl_src.s_reg_low);
610 int v_dst_reg = mir_graph_->SRegToVReg(rl_dest.s_reg_low);
660 int v_src_reg = mir_graph_->SRegToVReg(rl_src.s_reg_low);
661 int v_dst_reg = mir_graph_->SRegToVReg(rl_dest.s_reg_low);
int_x86.cc     [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 762 int v_reg = mir_graph_->SRegToVReg(s_reg);
817 int v_reg = mir_graph_->SRegToVReg(s_reg);
  /art/compiler/dex/portable/
mir_to_gbc.cc 74 int v_reg = mir_graph_->SRegToVReg(s_reg);
    [all...]

Completed in 440 milliseconds