Searched refs:first_row (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 71 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite() local 92 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite() 95 first_row->GetCFAValue().GetRegisterNumber()) != in AugmentUnwindPlanFromCallSite() 97 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite() 101 if (!first_row->GetRegisterInfo( in AugmentUnwindPlanFromCallSite() 112 if (first_row != last_row && in AugmentUnwindPlanFromCallSite() 113 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite() 120 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite() 122 first_row->GetCFAValue().GetRegisterNumber() == in AugmentUnwindPlanFromCallSite() 124 first_row->GetCFAValue().GetOffset() == in AugmentUnwindPlanFromCallSite()
|
| H A D | x86AssemblyInspectionEngine.cpp | 1356 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite() local 1357 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite() 1359 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite() 1363 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite() 1366 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite() 1374 UnwindPlan::RowSP row(new UnwindPlan::Row(*first_row)); in AugmentUnwindPlanFromCallSite() 1552 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_mat_private.h | 32 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col); 34 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col);
|
| H A D | isl_mat.c | 149 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc6() argument 161 mat->row[i] = row[first_row+i] + first_col; in isl_mat_sub_alloc6() 176 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc() argument 180 return isl_mat_sub_alloc6(mat->ctx, mat->row, first_row, n_row, in isl_mat_sub_alloc()
|