GCC Middle and Back End API Reference
gather_scatter_info Struct Reference

#include <tree-vectorizer.h>

Data Fields

internal_fn ifn
 
tree decl
 
tree base
 
tree offset
 
int scale
 
enum vect_def_type offset_dt
 
tree offset_vectype
 
tree element_type
 
tree memory_type
 

Detailed Description

Information about a gather/scatter call.   

Field Documentation

◆ base

tree gather_scatter_info::base

◆ decl

tree gather_scatter_info::decl

◆ element_type

tree gather_scatter_info::element_type

◆ ifn

internal_fn gather_scatter_info::ifn

◆ memory_type

tree gather_scatter_info::memory_type

◆ offset

tree gather_scatter_info::offset

◆ offset_dt

enum vect_def_type gather_scatter_info::offset_dt

◆ offset_vectype

tree gather_scatter_info::offset_vectype

◆ scale

int gather_scatter_info::scale

The documentation for this struct was generated from the following file: