LLVM API Documentation

Classes | Public Types | Public Member Functions | Static Public Member Functions | Friends
llvm::InlineAsm Class Reference

#include <InlineAsm.h>

Inheritance diagram for llvm::InlineAsm:
Inheritance graph
[legend]
Collaboration diagram for llvm::InlineAsm:
Collaboration graph
[legend]

List of all members.

Classes

struct  ConstraintInfo
struct  SubConstraintInfo

Public Types

enum  AsmDialect { AD_ATT, AD_Intel }
enum  ConstraintPrefix { isInput, isOutput, isClobber }
enum  {
  Op_InputChain = 0, Op_AsmString = 1, Op_MDNode = 2, Op_ExtraInfo = 3,
  Op_FirstOperand = 4, MIOp_AsmString = 0, MIOp_ExtraInfo = 1, MIOp_FirstOperand = 2,
  Extra_HasSideEffects = 1, Extra_IsAlignStack = 2, Extra_AsmDialect = 4, Extra_MayLoad = 8,
  Extra_MayStore = 16, Kind_RegUse = 1, Kind_RegDef = 2, Kind_RegDefEarlyClobber = 3,
  Kind_Clobber = 4, Kind_Imm = 5, Kind_Mem = 6, Flag_MatchingOperand = 0x80000000
}
typedef std::vector< std::string > ConstraintCodeVector
typedef std::vector
< SubConstraintInfo
SubConstraintInfoVector
typedef std::vector
< ConstraintInfo
ConstraintInfoVector

Public Member Functions

bool hasSideEffects () const
bool isAlignStack () const
AsmDialect getDialect () const
PointerTypegetType () const
FunctionTypegetFunctionType () const
const std::string & getAsmString () const
const std::string & getConstraintString () const
ConstraintInfoVector ParseConstraints () const

Static Public Member Functions

static InlineAsmget (FunctionType *Ty, StringRef AsmString, StringRef Constraints, bool hasSideEffects, bool isAlignStack=false, AsmDialect asmDialect=AD_ATT)
static bool Verify (FunctionType *Ty, StringRef Constraints)
static ConstraintInfoVector ParseConstraints (StringRef ConstraintString)
static bool classof (const Value *V)
static unsigned getFlagWord (unsigned Kind, unsigned NumOps)
static unsigned getFlagWordForMatchingOp (unsigned InputFlag, unsigned MatchedOperandNo)
static unsigned getFlagWordForRegClass (unsigned InputFlag, unsigned RC)
static unsigned getKind (unsigned Flags)
static bool isRegDefKind (unsigned Flag)
static bool isImmKind (unsigned Flag)
static bool isMemKind (unsigned Flag)
static bool isRegDefEarlyClobberKind (unsigned Flag)
static bool isClobberKind (unsigned Flag)
static unsigned getNumOperandRegisters (unsigned Flag)
static bool isUseOperandTiedToDef (unsigned Flag, unsigned &Idx)
static bool hasRegClassConstraint (unsigned Flag, unsigned &RC)

Friends

struct ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType >
class ConstantUniqueMap< InlineAsmKeyType, const InlineAsmKeyType &, PointerType, InlineAsm, false >

Detailed Description

Definition at line 35 of file InlineAsm.h.


Member Typedef Documentation

typedef std::vector<std::string> llvm::InlineAsm::ConstraintCodeVector

Definition at line 102 of file InlineAsm.h.

Definition at line 118 of file InlineAsm.h.

Definition at line 117 of file InlineAsm.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
Op_InputChain 
Op_AsmString 
Op_MDNode 
Op_ExtraInfo 
Op_FirstOperand 
MIOp_AsmString 
MIOp_ExtraInfo 
MIOp_FirstOperand 
Extra_HasSideEffects 
Extra_IsAlignStack 
Extra_AsmDialect 
Extra_MayLoad 
Extra_MayStore 
Kind_RegUse 
Kind_RegDef 
Kind_RegDefEarlyClobber 
Kind_Clobber 
Kind_Imm 
Kind_Mem 
Flag_MatchingOperand 

Definition at line 200 of file InlineAsm.h.

Enumerator:
AD_ATT 
AD_Intel 

Definition at line 37 of file InlineAsm.h.

Enumerator:
isInput 
isOutput 
isClobber 

Definition at line 96 of file InlineAsm.h.


Member Function Documentation

static bool llvm::InlineAsm::classof ( const Value V) [inline, static]

Definition at line 192 of file InlineAsm.h.

References llvm::Value::getValueID(), and llvm::Value::InlineAsmVal.

InlineAsm * InlineAsm::get ( FunctionType Ty,
StringRef  AsmString,
StringRef  Constraints,
bool  hasSideEffects,
bool  isAlignStack = false,
AsmDialect  asmDialect = AD_ATT 
) [static]
const std::string& llvm::InlineAsm::getAsmString ( ) const [inline]
const std::string& llvm::InlineAsm::getConstraintString ( ) const [inline]
AsmDialect llvm::InlineAsm::getDialect ( ) const [inline]

Definition at line 74 of file InlineAsm.h.

Referenced by llvm::ConstantKeyData< InlineAsm >::getValType().

static unsigned llvm::InlineAsm::getFlagWord ( unsigned  Kind,
unsigned  NumOps 
) [inline, static]

Definition at line 233 of file InlineAsm.h.

References Kind_Mem, and Kind_RegUse.

Referenced by llvm::SelectionDAGISel::SelectInlineAsmMemoryOperands().

static unsigned llvm::InlineAsm::getFlagWordForMatchingOp ( unsigned  InputFlag,
unsigned  MatchedOperandNo 
) [inline, static]

getFlagWordForMatchingOp - Augment an existing flag word returned by getFlagWord with information indicating that this input operand is tied to a previous output operand.

Definition at line 242 of file InlineAsm.h.

References Flag_MatchingOperand.

static unsigned llvm::InlineAsm::getFlagWordForRegClass ( unsigned  InputFlag,
unsigned  RC 
) [inline, static]

getFlagWordForRegClass - Augment an existing flag word returned by getFlagWord with the required register class for the following register operands. A tied use operand cannot have a register class, use the register class from the def operand instead.

Definition at line 254 of file InlineAsm.h.

FunctionType * InlineAsm::getFunctionType ( ) const

getFunctionType - InlineAsm's are always pointers to functions.

Definition at line 55 of file InlineAsm.cpp.

References llvm::SequentialType::getElementType(), and getType().

static unsigned llvm::InlineAsm::getKind ( unsigned  Flags) [inline, static]
static unsigned llvm::InlineAsm::getNumOperandRegisters ( unsigned  Flag) [inline, static]
PointerType* llvm::InlineAsm::getType ( ) const [inline]

getType - InlineAsm's are always pointers.

Reimplemented from llvm::Value.

Definition at line 78 of file InlineAsm.h.

Referenced by getFunctionType().

static bool llvm::InlineAsm::hasRegClassConstraint ( unsigned  Flag,
unsigned RC 
) [inline, static]

hasRegClassConstraint - Returns true if the flag contains a register class constraint. Sets RC to the register class ID.

Definition at line 293 of file InlineAsm.h.

References Flag_MatchingOperand.

Referenced by llvm::MachineInstr::getRegClassConstraint(), and llvm::MachineInstr::print().

bool llvm::InlineAsm::hasSideEffects ( ) const [inline]

Definition at line 72 of file InlineAsm.h.

Referenced by llvm::ConstantKeyData< InlineAsm >::getValType().

bool llvm::InlineAsm::isAlignStack ( ) const [inline]

Definition at line 73 of file InlineAsm.h.

Referenced by llvm::ConstantKeyData< InlineAsm >::getValType().

static bool llvm::InlineAsm::isClobberKind ( unsigned  Flag) [inline, static]

Definition at line 272 of file InlineAsm.h.

References getKind(), and Kind_Clobber.

static bool llvm::InlineAsm::isImmKind ( unsigned  Flag) [inline, static]

Definition at line 267 of file InlineAsm.h.

References getKind(), and Kind_Imm.

static bool llvm::InlineAsm::isMemKind ( unsigned  Flag) [inline, static]
static bool llvm::InlineAsm::isRegDefEarlyClobberKind ( unsigned  Flag) [inline, static]

Definition at line 269 of file InlineAsm.h.

References getKind(), and Kind_RegDefEarlyClobber.

static bool llvm::InlineAsm::isRegDefKind ( unsigned  Flag) [inline, static]

Definition at line 266 of file InlineAsm.h.

References getKind(), and Kind_RegDef.

static bool llvm::InlineAsm::isUseOperandTiedToDef ( unsigned  Flag,
unsigned Idx 
) [inline, static]

isUseOperandTiedToDef - Return true if the flag of the inline asm operand indicates it is an use operand that's matched to a def operand.

Definition at line 284 of file InlineAsm.h.

References Flag_MatchingOperand.

Referenced by llvm::MachineInstr::findTiedOperandIdx(), and llvm::MachineInstr::print().

InlineAsm::ConstraintInfoVector InlineAsm::ParseConstraints ( StringRef  ConstraintString) [static]

ParseConstraints - Split up the constraint string into the specific constraints and their prefixes. If this returns an empty vector, and if the constraint string itself isn't empty, there was an error parsing.

Definition at line 213 of file InlineAsm.cpp.

References llvm::StringRef::begin(), llvm::StringRef::end(), I, and llvm::InlineAsm::ConstraintInfo::Parse().

Referenced by llvm::X86TargetLowering::ExpandInlineAsm(), and llvm::TargetLowering::ParseConstraints().

ConstraintInfoVector llvm::InlineAsm::ParseConstraints ( ) const [inline]

ParseConstraints - Parse the constraints of this inlineasm object, returning them the same way that ParseConstraints(str) does.

Definition at line 187 of file InlineAsm.h.

Referenced by Verify().

bool InlineAsm::Verify ( FunctionType Ty,
StringRef  ConstStr 
) [static]

Verify - This static method can be used by the parser to check to see if the specified constraint string is legal for the type. This returns true if legal, false if not.

Verify - Verify that the specified constraint string is reasonable for the specified function type, and otherwise validate the constraint string.

Definition at line 246 of file InlineAsm.cpp.

References llvm::dyn_cast(), llvm::StringRef::empty(), llvm::StructType::getNumElements(), llvm::FunctionType::getNumParams(), llvm::FunctionType::getReturnType(), isClobber, isInput, isOutput, llvm::Type::isStructTy(), llvm::FunctionType::isVarArg(), llvm::Type::isVoidTy(), and ParseConstraints().


Friends And Related Function Documentation

Definition at line 43 of file InlineAsm.h.

Definition at line 45 of file InlineAsm.h.


The documentation for this class was generated from the following files: