Lines Matching refs:GetMetadataByIndex
105 HTRBlockMetadata HTRInstructionLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRInstructionLayer
122 HTRBlockMetadata HTRBlockLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRBlockLayer
202 HTRBlockMetadata merged_metadata = GetMetadataByIndex(start_unit_index); in MergeUnits()
205 HTRBlockMetadata::MergeMetadata(merged_metadata, GetMetadataByIndex(i)); in MergeUnits()
269 layer.GetMetadataByIndex(0).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
274 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
295 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
297 layer.GetMetadataByIndex(i + 1).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
302 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge()
333 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
389 HTRBlockMetadata metadata = htr.GetInstructionLayer().GetMetadataByIndex(i); in toJSON()