LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::InlineAsm::SubConstraintInfo Struct Reference

#include "llvm/IR/InlineAsm.h"

Public Member Functions

 SubConstraintInfo ()=default
 Default constructor.
 

Public Attributes

int MatchingInput = -1
 MatchingInput - If this is not -1, this is an output constraint where an input constraint is required to match it (e.g.
 
ConstraintCodeVector Codes
 Code - The constraint code, either the register name (in braces) or the constraint letter/number.
 

Detailed Description

Definition at line 104 of file InlineAsm.h.

Constructor & Destructor Documentation

◆ SubConstraintInfo()

llvm::InlineAsm::SubConstraintInfo::SubConstraintInfo ( )
default

Default constructor.

Member Data Documentation

◆ Codes

ConstraintCodeVector llvm::InlineAsm::SubConstraintInfo::Codes

Code - The constraint code, either the register name (in braces) or the constraint letter/number.

Definition at line 113 of file InlineAsm.h.

Referenced by llvm::InlineAsm::ConstraintInfo::selectAlternative().

◆ MatchingInput

int llvm::InlineAsm::SubConstraintInfo::MatchingInput = -1

MatchingInput - If this is not -1, this is an output constraint where an input constraint is required to match it (e.g.

"0"). The value is the constraint number that matches this one (for example, if this is constraint #0 and constraint #4 has the value "0", this will be 4).

Definition at line 109 of file InlineAsm.h.

Referenced by llvm::InlineAsm::ConstraintInfo::Parse(), and llvm::InlineAsm::ConstraintInfo::selectAlternative().


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