LLVM 19.0.0git
Public Member Functions | List of all members
llvm::VPInterleavedAccessInfo Class Reference

#include "Transforms/Vectorize/VPlan.h"

Public Member Functions

 VPInterleavedAccessInfo (VPlan &Plan, InterleavedAccessInfo &IAI)
 
 ~VPInterleavedAccessInfo ()
 
InterleaveGroup< VPInstruction > * getInterleaveGroup (VPInstruction *Instr) const
 Get the interleave group that Instr belongs to.
 

Detailed Description

Definition at line 3442 of file VPlan.h.

Constructor & Destructor Documentation

◆ VPInterleavedAccessInfo()

VPInterleavedAccessInfo::VPInterleavedAccessInfo ( VPlan Plan,
InterleavedAccessInfo IAI 
)

Definition at line 1359 of file VPlan.cpp.

References llvm::VPlan::getVectorLoopRegion(), and llvm::VPTransformState::Plan.

◆ ~VPInterleavedAccessInfo()

llvm::VPInterleavedAccessInfo::~VPInterleavedAccessInfo ( )
inline

Definition at line 3463 of file VPlan.h.

References I, llvm::SmallPtrSetImpl< PtrType >::insert(), and Ptr.

Member Function Documentation

◆ getInterleaveGroup()

InterleaveGroup< VPInstruction > * llvm::VPInterleavedAccessInfo::getInterleaveGroup ( VPInstruction Instr) const
inline

Get the interleave group that Instr belongs to.

Returns
nullptr if doesn't have such group.

Definition at line 3476 of file VPlan.h.

References llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::lookup().

Referenced by areConsecutiveOrMatch().


The documentation for this class was generated from the following files: