LLVM API Documentation
#include <InlineAsm.h>


Definition at line 35 of file InlineAsm.h.
| typedef std::vector<std::string> llvm::InlineAsm::ConstraintCodeVector |
Definition at line 102 of file InlineAsm.h.
| typedef std::vector<ConstraintInfo> llvm::InlineAsm::ConstraintInfoVector |
Definition at line 118 of file InlineAsm.h.
| typedef std::vector<SubConstraintInfo> llvm::InlineAsm::SubConstraintInfoVector |
Definition at line 117 of file InlineAsm.h.
| anonymous enum |
Definition at line 200 of file InlineAsm.h.
Definition at line 37 of file InlineAsm.h.
Definition at line 96 of file InlineAsm.h.
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] |
InlineAsm::get - Return the specified uniqued inline asm string.
Definition at line 28 of file InlineAsm.cpp.
References llvm::Type::getContext(), llvm::ConstantUniqueMap< ValType, ValRefType, TypeClass, ConstantClass, HasLargeKey >::getOrCreate(), llvm::PointerType::getUnqual(), llvm::LLVMContextImpl::InlineAsms, and llvm::LLVMContext::pImpl.
Referenced by inlineAsmOut(), LLVMConstInlineAsm(), and llvm::MapValue().
| const std::string& llvm::InlineAsm::getAsmString | ( | ) | const [inline] |
Definition at line 86 of file InlineAsm.h.
Referenced by llvm::ARMTargetLowering::ExpandInlineAsm(), llvm::X86TargetLowering::ExpandInlineAsm(), and llvm::ConstantKeyData< InlineAsm >::getValType().
| const std::string& llvm::InlineAsm::getConstraintString | ( | ) | const [inline] |
Definition at line 87 of file InlineAsm.h.
Referenced by llvm::ARMTargetLowering::ExpandInlineAsm(), llvm::X86TargetLowering::ExpandInlineAsm(), and llvm::ConstantKeyData< InlineAsm >::getValType().
| AsmDialect llvm::InlineAsm::getDialect | ( | ) | const [inline] |
Definition at line 74 of file InlineAsm.h.
Referenced by llvm::ConstantKeyData< InlineAsm >::getValType().
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().
Definition at line 262 of file InlineAsm.h.
Referenced by llvm::MachineInstr::getRegClassConstraint(), isClobberKind(), isImmKind(), isMemKind(), isRegDefEarlyClobberKind(), isRegDefKind(), llvm::HexagonTargetLowering::LowerINLINEASM(), and llvm::MachineInstr::print().
getNumOperandRegisters - Extract the number of registers field from the inline asm operand flag.
Definition at line 278 of file InlineAsm.h.
Referenced by EmitGCCInlineAsmStr(), EmitMSInlineAsmStr(), llvm::MachineInstr::findInlineAsmFlagIdx(), llvm::MachineInstr::findTiedOperandIdx(), llvm::HexagonTargetLowering::LowerINLINEASM(), llvm::MachineInstr::print(), llvm::ARMAsmPrinter::PrintAsmOperand(), llvm::MipsAsmPrinter::PrintAsmOperand(), and llvm::SelectionDAGISel::SelectInlineAsmMemoryOperands().
| 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().
Definition at line 272 of file InlineAsm.h.
References getKind(), and Kind_Clobber.
Definition at line 267 of file InlineAsm.h.
Definition at line 268 of file InlineAsm.h.
References getKind(), and Kind_Mem.
Referenced by EmitGCCInlineAsmStr(), EmitMSInlineAsmStr(), and llvm::SelectionDAGISel::SelectInlineAsmMemoryOperands().
Definition at line 269 of file InlineAsm.h.
References getKind(), and Kind_RegDefEarlyClobber.
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().
friend struct ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType > [friend] |
Definition at line 43 of file InlineAsm.h.
friend class ConstantUniqueMap< InlineAsmKeyType, const InlineAsmKeyType &,PointerType, InlineAsm, false > [friend] |
Definition at line 45 of file InlineAsm.h.