LLVM 23.0.0git
llvm::CastInfo< VPIRMetadata, VPRecipeBase * > Struct Reference

Support casting from VPRecipeBase -> VPIRMetadata. More...

#include "Transforms/Vectorize/VPlan.h"

Inheritance diagram for llvm::CastInfo< VPIRMetadata, VPRecipeBase * >:
[legend]

Public Types

using Self
using CastReturnType

Static Public Member Functions

static CastReturnType doCast (const VPRecipeBase *&f)
static CastReturnType castFailed ()
static CastReturnType doCastIfPossible (const VPRecipeBase *&f)
Static Public Member Functions inherited from llvm::CastIsPossible< To, From, Enable >
static bool isPossible (const From &f)
Static Public Member Functions inherited from llvm::vpdetail::CastInfoMixinImpl< VPIRMetadata, VPInstruction, VPWidenRecipe, VPWidenCastRecipe, VPWidenIntrinsicRecipe, VPWidenCallRecipe, VPReplicateRecipe, VPInterleaveBase, VPWidenMemoryRecipe >
static bool isPossible (VPRecipeBase *R)
 Used by isa.
static VPIRMetadatadoCast (VPRecipeBase *R)
 Used by cast.
static VPIRMetadatacastFailed ()
Static Public Member Functions inherited from llvm::DefaultDoCastIfPossible< VPIRMetadata *, VPRecipeBase *, CastInfoMixinImpl< VPIRMetadata, RecipeTys... > >
static VPIRMetadatadoCastIfPossible (VPRecipeBase *f)

Detailed Description

Support casting from VPRecipeBase -> VPIRMetadata.

Definition at line 4129 of file VPlan.h.

Member Typedef Documentation

◆ CastReturnType

using llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::CastReturnType

Definition at line 479 of file Casting.h.

◆ Self

using llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::Self

Definition at line 477 of file Casting.h.

Member Function Documentation

◆ castFailed()

CastReturnType llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::castFailed ( )
inlinestatic

Definition at line 490 of file Casting.h.

◆ doCast()

CastReturnType llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::doCast ( const VPRecipeBase * & f)
inlinestatic

Definition at line 481 of file Casting.h.

◆ doCastIfPossible()

CastReturnType llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::doCastIfPossible ( const VPRecipeBase * & f)
inlinestatic

Definition at line 492 of file Casting.h.


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