struct InstructionStepsMatchInfo

Declaration

struct InstructionStepsMatchInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:99

Member Variables

public SmallVector<llvm::InstructionBuildSteps, 2> InstrsToBuild
Describes instructions to be built during a combine.

Method Overview

Methods

InstructionStepsMatchInfo()

Declared at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:102

InstructionStepsMatchInfo(
    std::initializer_list<InstructionBuildSteps>
        InstrsToBuild)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h:103

Parameters

std::initializer_list<InstructionBuildSteps> InstrsToBuild