class VPReductionIntrinsic

Declaration

class VPReductionIntrinsic : public VPIntrinsic { /* full declaration omitted */ };

Description

This represents vector predication reduction intrinsics.

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:459

Inherits from: VPIntrinsic

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

Inherited from VPIntrinsic:

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static bool classof(const llvm::IntrinsicInst* I)

Description

Methods for support type inquiry through isa, cast, and dyn_cast: @ {

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:471

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:474

Parameters

const llvm::Value* V

unsigned int getStartParamPos() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:463

static Optional<unsigned int> getStartParamPos(
    Intrinsic::ID ID)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:466

Parameters

Intrinsic::ID ID

unsigned int getVectorParamPos() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:464

static Optional<unsigned int> getVectorParamPos(
    Intrinsic::ID ID)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:467

Parameters

Intrinsic::ID ID

static bool isVPReduction(Intrinsic::ID ID)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:461

Parameters

Intrinsic::ID ID