LLVM 22.0.0git
llvm::HistogramInfo Struct Reference

This holds details about a histogram operation – a load -> update -> store sequence where each lane in a vector might be updating the same element as another lane. More...

#include "llvm/Transforms/Vectorize/LoopVectorizationLegality.h"

Public Member Functions

 HistogramInfo (LoadInst *Load, Instruction *Update, StoreInst *Store)

Public Attributes

LoadInstLoad
InstructionUpdate
StoreInstStore

Detailed Description

This holds details about a histogram operation – a load -> update -> store sequence where each lane in a vector might be updating the same element as another lane.

Definition at line 230 of file LoopVectorizationLegality.h.

Constructor & Destructor Documentation

◆ HistogramInfo()

llvm::HistogramInfo::HistogramInfo ( LoadInst * Load,
Instruction * Update,
StoreInst * Store )
inline

Definition at line 235 of file LoopVectorizationLegality.h.

References Load, Store, and Update.

Member Data Documentation

◆ Load

LoadInst* llvm::HistogramInfo::Load

◆ Store

StoreInst* llvm::HistogramInfo::Store

Definition at line 233 of file LoopVectorizationLegality.h.

Referenced by HistogramInfo().

◆ Update

Instruction* llvm::HistogramInfo::Update

Definition at line 232 of file LoopVectorizationLegality.h.

Referenced by HistogramInfo().


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