LLVM 19.0.0git
Public Types | Public Attributes | List of all members
llvm::VPTransformState::DataState Struct Reference

#include "Transforms/Vectorize/VPlan.h"

Public Types

typedef SmallVector< Value *, 2 > PerPartValuesTy
 A type for vectorized values in the new loop.
 
using ScalarsPerPartValuesTy = SmallVector< SmallVector< Value *, 4 >, 2 >
 

Public Attributes

DenseMap< VPValue *, PerPartValuesTyPerPartOutput
 
DenseMap< VPValue *, ScalarsPerPartValuesTyPerPartScalars
 

Detailed Description

Definition at line 259 of file VPlan.h.

Member Typedef Documentation

◆ PerPartValuesTy

A type for vectorized values in the new loop.

Each value from the original loop, when vectorized, is represented by UF vector values in the new unrolled loop, where UF is the unroll factor.

Definition at line 263 of file VPlan.h.

◆ ScalarsPerPartValuesTy

Definition at line 267 of file VPlan.h.

Member Data Documentation

◆ PerPartOutput

DenseMap<VPValue *, PerPartValuesTy> llvm::VPTransformState::DataState::PerPartOutput

◆ PerPartScalars

DenseMap<VPValue *, ScalarsPerPartValuesTy> llvm::VPTransformState::DataState::PerPartScalars

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