LLVM: llvm::InstrAspect Struct Reference (original) (raw)

Legalization is decided based on an instruction's opcode, which type slot we're considering, and what the existing type is. More...

#include "[llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h](LegacyLegalizerInfo%5F8h%5Fsource.html)"

Detailed Description

Legalization is decided based on an instruction's opcode, which type slot we're considering, and what the existing type is.

These aspects are gathered together for convenience in the InstrAspect class.

Definition at line 85 of file LegacyLegalizerInfo.h.

Constructor & Destructor Documentation

llvm::InstrAspect::InstrAspect ( unsigned Opcode, LLT Type ) inline

InstrAspect() [2/2]

Member Function Documentation

operator==()

Member Data Documentation

Idx

Opcode

Type

LLT llvm::InstrAspect::Type


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