Skip to main content

struct copy_instruction_record

Declaration

struct copy_instruction_record : public implement_acceptor { /* full declaration omitted */ };

Description

IDAG record type for copy_instruction.

Declared at: include/recorders.h:279

Inherits from: implement_acceptor

Member Variables

allocation_id source_allocation_id
allocation_id dest_allocation_id
region_layout source_layout
region_layout dest_layout
region<3> copy_region
size_t element_size
copy_origin origin
detail::buffer_id buffer_id
std::string buffer_name

Member Function Overview

  • copy_instruction_record(const copy_instruction & cinstr, copy_origin origin, detail::buffer_id buffer_id, std::string buffer_name)

Member Functions

copy_instruction_record(
    const copy_instruction& cinstr,
    copy_origin origin,
    detail::buffer_id buffer_id,
    std::string buffer_name)

Declared at: include/recorders.h:300

Parameters

const copy_instruction& cinstr
copy_origin origin
detail::buffer_id buffer_id
std::string buffer_name