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.

Inherits from: implement_acceptor

Member Variables

allocation_with_offset source_allocation
allocation_with_offset dest_allocation
box<3> source_box
box<3> dest_box
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)

Parameters

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