LLVM 20.0.0git
|
#include "IR/ConstantsContext.h"
Public Types | |
using | TypeClass = ConstantInfo< InlineAsm >::TypeClass |
Public Member Functions | |
InlineAsmKeyType (StringRef AsmString, StringRef Constraints, FunctionType *FTy, bool HasSideEffects, bool IsAlignStack, InlineAsm::AsmDialect AsmDialect, bool canThrow) | |
InlineAsmKeyType (const InlineAsm *Asm, SmallVectorImpl< Constant * > &) | |
bool | operator== (const InlineAsmKeyType &X) const |
bool | operator== (const InlineAsm *Asm) const |
unsigned | getHash () const |
InlineAsm * | create (TypeClass *Ty) const |
Public Attributes | |
StringRef | AsmString |
StringRef | Constraints |
FunctionType * | FTy |
bool | HasSideEffects |
bool | IsAlignStack |
InlineAsm::AsmDialect | AsmDialect |
bool | CanThrow |
Definition at line 324 of file ConstantsContext.h.
using llvm::InlineAsmKeyType::TypeClass = ConstantInfo<InlineAsm>::TypeClass |
Definition at line 367 of file ConstantsContext.h.
|
inline |
Definition at line 333 of file ConstantsContext.h.
|
inline |
Definition at line 340 of file ConstantsContext.h.
Definition at line 369 of file ConstantsContext.h.
References AsmDialect, AsmString, assert(), CanThrow, Constraints, FTy, llvm::PointerType::getUnqual(), HasSideEffects, and IsAlignStack.
|
inline |
Definition at line 362 of file ConstantsContext.h.
References AsmDialect, AsmString, CanThrow, Constraints, FTy, llvm::hash_combine(), HasSideEffects, and IsAlignStack.
Definition at line 353 of file ConstantsContext.h.
References AsmDialect, AsmString, CanThrow, Constraints, FTy, HasSideEffects, and IsAlignStack.
|
inline |
Definition at line 346 of file ConstantsContext.h.
References AsmDialect, AsmString, CanThrow, Constraints, FTy, HasSideEffects, IsAlignStack, and X.
InlineAsm::AsmDialect llvm::InlineAsmKeyType::AsmDialect |
Definition at line 330 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
StringRef llvm::InlineAsmKeyType::AsmString |
Definition at line 325 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
bool llvm::InlineAsmKeyType::CanThrow |
Definition at line 331 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
StringRef llvm::InlineAsmKeyType::Constraints |
Definition at line 326 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
FunctionType* llvm::InlineAsmKeyType::FTy |
Definition at line 327 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
bool llvm::InlineAsmKeyType::HasSideEffects |
Definition at line 328 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
bool llvm::InlineAsmKeyType::IsAlignStack |
Definition at line 329 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().