struct InstructionBuildSteps

Declaration

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

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

Member Variables

public unsigned int Opcode = 0
public llvm::OperandBuildSteps OperandFns
The opcode for the produced instruction.

Method Overview

Methods

InstructionBuildSteps()

Description

Operands to be added to the instruction.

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

InstructionBuildSteps(
    unsigned int Opcode,
    const llvm::OperandBuildSteps& OperandFns)

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

Parameters

unsigned int Opcode
const llvm::OperandBuildSteps& OperandFns