|
LLVM 24.0.0git
|
Flags controlling X86-specific ABI compatibility behaviour. More...
#include "llvm/ABI/TargetInfo.h"
Public Member Functions | |
| X86ABICompatInfo () | |
| Public Member Functions inherited from llvm::abi::ABICompatInfo | |
| ABICompatInfo () | |
Public Attributes | |
| bool | PassInt128VectorsInMem: 1 |
| bool | ReturnCXXRecordGreaterThan128InMem: 1 |
| bool | ClassifyIntegerMMXAsSSE: 1 |
| bool | HonorsRevision98: 1 |
| bool | Clang11Compat: 1 |
| bool | ClassifyUnnamedBitFields: 1 |
| Public Attributes inherited from llvm::abi::ABICompatInfo | |
| bool | IsMatrixHA: 1 |
| Whether a matrix type may be the base type of a homogeneous aggregate. | |
Flags controlling X86-specific ABI compatibility behaviour.
Definition at line 51 of file TargetInfo.h.
|
inline |
Definition at line 59 of file TargetInfo.h.
References Clang11Compat, ClassifyIntegerMMXAsSSE, ClassifyUnnamedBitFields, HonorsRevision98, PassInt128VectorsInMem, and ReturnCXXRecordGreaterThan128InMem.
| bool llvm::abi::X86ABICompatInfo::Clang11Compat |
Definition at line 56 of file TargetInfo.h.
Referenced by X86ABICompatInfo().
| bool llvm::abi::X86ABICompatInfo::ClassifyIntegerMMXAsSSE |
Definition at line 54 of file TargetInfo.h.
Referenced by X86ABICompatInfo().
| bool llvm::abi::X86ABICompatInfo::ClassifyUnnamedBitFields |
Definition at line 57 of file TargetInfo.h.
Referenced by X86ABICompatInfo().
| bool llvm::abi::X86ABICompatInfo::HonorsRevision98 |
Definition at line 55 of file TargetInfo.h.
Referenced by X86ABICompatInfo().
| bool llvm::abi::X86ABICompatInfo::PassInt128VectorsInMem |
Definition at line 52 of file TargetInfo.h.
Referenced by X86ABICompatInfo().
| bool llvm::abi::X86ABICompatInfo::ReturnCXXRecordGreaterThan128InMem |
Definition at line 53 of file TargetInfo.h.
Referenced by X86ABICompatInfo().