Searched refs:reg_location_ (Results 1 – 12 of 12) sorted by relevance
24 if (is_fp && !reg_location_[index].fp) { in SetFp()25 reg_location_[index].fp = true; in SetFp()26 reg_location_[index].defined = true; in SetFp()34 if (!reg_location_[index].fp) { in SetFp()35 reg_location_[index].fp = true; in SetFp()36 reg_location_[index].defined = true; in SetFp()44 if (is_core && !reg_location_[index].defined) { in SetCore()45 reg_location_[index].core = true; in SetCore()46 reg_location_[index].defined = true; in SetCore()54 if (!reg_location_[index].defined) { in SetCore()[all …]
296 if (reg_location_ != nullptr) { in GetNewCompilerTemp()297 reg_location_[ssa_reg_high] = temp_loc; in GetNewCompilerTemp()298 reg_location_[ssa_reg_high].high_word = 1; in GetNewCompilerTemp()299 reg_location_[ssa_reg_high].s_reg_low = ssa_reg_low; in GetNewCompilerTemp()300 reg_location_[ssa_reg_high].wide = true; in GetNewCompilerTemp()308 if (reg_location_ != nullptr) { in GetNewCompilerTemp()310 reg_location_[ssa_reg_low] = temp_loc; in GetNewCompilerTemp()311 reg_location_[ssa_reg_low].s_reg_low = ssa_reg_low; in GetNewCompilerTemp()312 reg_location_[ssa_reg_low].wide = wide; in GetNewCompilerTemp()
771 RegLocation res = reg_location_[mir->ssa_rep->uses[num]]; in GetRawSrc()777 RegLocation res = reg_location_[mir->ssa_rep->defs[0]]; in GetRawDest()885 return reg_location_[index]; in GetRegLocation()889 return reg_location_[method_sreg_]; in GetMethodLoc()1057 RegLocation* reg_location_; // Map SSA names to location. variable
71 : reg_location_(NULL), in MIRGraph()1302 if (!show_singles && (reg_location_ != NULL) && reg_location_[i].wide) { in GetDalvikDisassembly()1365 if (reg_location_ == NULL) { in GetSSANameWithConst()1369 if (IsConst(reg_location_[ssa_reg])) { in GetSSANameWithConst()1370 if (!singles_only && reg_location_[ssa_reg].wide) { in GetSSANameWithConst()1372 ConstantValueWide(reg_location_[ssa_reg])); in GetSSANameWithConst()1375 ConstantValue(reg_location_[ssa_reg])); in GetSSANameWithConst()
51 if (mir_graph_->SRegToVReg(mir_graph_->reg_location_[i].s_reg_low) == base_vreg) { in Workaround7250540()52 used_as_reference |= mir_graph_->reg_location_[i].ref; in Workaround7250540()
1153 RegLocation loc = mir_graph_->reg_location_[i]; in CountRefs()1316 RegLocation *curr = &mir_graph_->reg_location_[i]; in DoPromotion()1403 mir_graph_->DumpRegLocTable(mir_graph_->reg_location_, mir_graph_->GetNumSSARegs()); in SimpleRegAlloc()
1141 GenEntrySequence(&mir_graph_->reg_location_[start_vreg], in MethodBlockCodeGen()1142 mir_graph_->reg_location_[mir_graph_->GetMethodSReg()]); in MethodBlockCodeGen()
1561 RegLocation rl_dest = mir_graph_->reg_location_[mir->ssa_rep->defs[0]]; in HandlePhiNodes()1603 RegLocation rl_dest = mir_graph_->reg_location_[mir->ssa_rep->defs[0]]; in ConvertExtendedMIR()1850 start_sreg += mir_graph_->reg_location_[start_sreg].wide ? 2 : 1; in CreateFunction()1909 RegLocation rl_temp = mir_graph_->reg_location_[i]; in MethodMIR2Bitcode()1914 ::llvm::Constant* imm_value = mir_graph_->reg_location_[i].wide ? in MethodMIR2Bitcode()1916 val = EmitConst(imm_value, mir_graph_->reg_location_[i]); in MethodMIR2Bitcode()
282 RegLocation rl_true = mir_graph_->reg_location_[mir->ssa_rep->uses[1]]; in GenSelect()283 RegLocation rl_false = mir_graph_->reg_location_[mir->ssa_rep->uses[2]]; in GenSelect()
198 RegLocation rl_true = mir_graph_->reg_location_[mir->ssa_rep->uses[1]]; in GenSelect()199 RegLocation rl_false = mir_graph_->reg_location_[mir->ssa_rep->uses[2]]; in GenSelect()
894 RegLocation* arg_locs = &mir_graph_->reg_location_[start_vreg]; in GetArgMappingToPhysicalReg()
2434 RegLocation* arg_locs = &mir_graph_->reg_location_[start_vreg]; in GetArgMappingToPhysicalReg()