Searched refs:first_row (Results 1 – 7 of 7) sorted by relevance
70 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite() local91 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite()94 first_row->GetCFAValue().GetRegisterNumber()) != in AugmentUnwindPlanFromCallSite()96 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite()100 if (!first_row->GetRegisterInfo( in AugmentUnwindPlanFromCallSite()111 if (first_row != last_row && in AugmentUnwindPlanFromCallSite()112 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite()119 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite()121 first_row->GetCFAValue().GetRegisterNumber() == in AugmentUnwindPlanFromCallSite()123 first_row->GetCFAValue().GetOffset() == in AugmentUnwindPlanFromCallSite()
1355 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite() local1356 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite()1358 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()1362 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()1365 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()1373 UnwindPlan::RowSP row(new UnwindPlan::Row(*first_row)); in AugmentUnwindPlanFromCallSite()1551 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()
254 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row) in cell()293 if (tbl->first_row == NULL) { in tbl_layout()294 tbl->first_row = tbl->last_row = in tbl_layout()297 if (tbl->first_row->first == NULL) { in tbl_layout()300 cell_alloc(tbl, tbl->first_row, in tbl_layout()302 if (tbl->opts.lvert < tbl->first_row->vert) in tbl_layout()303 tbl->opts.lvert = tbl->first_row->vert; in tbl_layout()312 for (rp = tbl->first_row; rp; rp = rp->next) { in tbl_layout()346 tbl->first_row = rp; in tbl_layout()
111 while ((rp = tbl->first_row) != NULL) { in tbl_free()112 tbl->first_row = rp->next; in tbl_free()
32 struct tbl_row *first_row; member
199 rp = (sp = tbl->last_span) == NULL ? tbl->first_row : in tbl_data()
2463 ps_insn_ptr first_row = ps->rows[0]; in rotate_partial_schedule() local2468 ps->rows[last_row] = first_row; in rotate_partial_schedule()