clang 20.0.0git
|
Exposes information about the current target. More...
#include "clang/Basic/TargetInfo.h"
Classes | |
struct | AddlRegName |
class | BranchProtectionInfo |
struct | ConstraintInfo |
struct | GCCRegAlias |
Public Types | |
enum | BuiltinVaListKind { CharPtrBuiltinVaList = 0 , VoidPtrBuiltinVaList , AArch64ABIBuiltinVaList , PNaClABIBuiltinVaList , PowerABIBuiltinVaList , X86_64ABIBuiltinVaList , AAPCSABIBuiltinVaList , SystemZBuiltinVaList , HexagonBuiltinVaList } |
The different kinds of __builtin_va_list types defined by the target implementation. More... | |
enum | CallingConvCheckResult { CCCR_OK , CCCR_Warning , CCCR_Ignore , CCCR_Error } |
enum | CallingConvKind { CCK_Default , CCK_ClangABI4OrPS4 , CCK_MicrosoftWin64 } |
Public Types inherited from clang::TransferrableTargetInfo | |
enum | IntType { NoInt = 0 , SignedChar , UnsignedChar , SignedShort , UnsignedShort , SignedInt , UnsignedInt , SignedLong , UnsignedLong , SignedLongLong , UnsignedLongLong } |
===-— Target Data Type Query Methods ----------------------------—===// More... | |
Public Member Functions | |
virtual | ~TargetInfo () |
TargetOptions & | getTargetOpts () const |
Retrieve the target options. | |
IntType | getSizeType () const |
IntType | getSignedSizeType () const |
IntType | getIntMaxType () const |
IntType | getUIntMaxType () const |
IntType | getPtrDiffType (LangAS AddrSpace) const |
IntType | getUnsignedPtrDiffType (LangAS AddrSpace) const |
IntType | getIntPtrType () const |
IntType | getUIntPtrType () const |
IntType | getWCharType () const |
IntType | getWIntType () const |
IntType | getChar16Type () const |
IntType | getChar32Type () const |
IntType | getInt64Type () const |
IntType | getUInt64Type () const |
IntType | getInt16Type () const |
IntType | getUInt16Type () const |
IntType | getSigAtomicType () const |
IntType | getProcessIDType () const |
bool | doUnsignedFixedPointTypesHavePadding () const |
In the event this target uses the same number of fractional bits for its unsigned types as it does with its signed counterparts, there will be exactly one bit of padding. | |
unsigned | getTypeWidth (IntType T) const |
Return the width (in bits) of the specified integer type enum. | |
virtual IntType | getIntTypeByWidth (unsigned BitWidth, bool IsSigned) const |
Return integer type with specified width. | |
virtual IntType | getLeastIntTypeByWidth (unsigned BitWidth, bool IsSigned) const |
Return the smallest integer type with at least the specified width. | |
FloatModeKind | getRealTypeByWidth (unsigned BitWidth, FloatModeKind ExplicitType) const |
Return floating point type with specified width. | |
unsigned | getTypeAlign (IntType T) const |
Return the alignment (in bits) of the specified integer type enum. | |
uint64_t | getPointerWidth (LangAS AddrSpace) const |
Return the width of pointers on this target, for the specified address space. | |
uint64_t | getPointerAlign (LangAS AddrSpace) const |
virtual uint64_t | getMaxPointerWidth () const |
Return the maximum width of pointers on this target. | |
virtual uint64_t | getNullPointerValue (LangAS AddrSpace) const |
Get integer value for null pointer. | |
virtual bool | isAddressSpaceSupersetOf (LangAS A, LangAS B) const |
Returns true if an address space can be safely converted to another. | |
unsigned | getBoolWidth () const |
Return the size of '_Bool' and C++ 'bool' for this target, in bits. | |
unsigned | getBoolAlign () const |
Return the alignment of '_Bool' and C++ 'bool' for this target. | |
unsigned | getCharWidth () const |
unsigned | getCharAlign () const |
unsigned | getShortWidth () const |
getShortWidth/Align - Return the size of 'signed short' and 'unsigned short' for this target, in bits. | |
unsigned | getShortAlign () const |
unsigned | getIntWidth () const |
getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for this target, in bits. | |
unsigned | getIntAlign () const |
unsigned | getLongWidth () const |
getLongWidth/Align - Return the size of 'signed long' and 'unsigned long' for this target, in bits. | |
unsigned | getLongAlign () const |
unsigned | getLongLongWidth () const |
getLongLongWidth/Align - Return the size of 'signed long long' and 'unsigned long long' for this target, in bits. | |
unsigned | getLongLongAlign () const |
unsigned | getInt128Align () const |
getInt128Align() - Returns the alignment of Int128. | |
unsigned | getBitIntMaxAlign () const |
getBitIntMaxAlign() - Returns the maximum possible alignment of '_BitInt' and 'unsigned _BitInt'. | |
unsigned | getBitIntWidth (unsigned NumBits) const |
getBitIntAlign/Width - Return aligned size of '_BitInt' and 'unsigned _BitInt' for this target, in bits. | |
unsigned | getBitIntAlign (unsigned NumBits) const |
unsigned | getShortAccumWidth () const |
getShortAccumWidth/Align - Return the size of 'signed short _Accum' and 'unsigned short _Accum' for this target, in bits. | |
unsigned | getShortAccumAlign () const |
unsigned | getAccumWidth () const |
getAccumWidth/Align - Return the size of 'signed _Accum' and 'unsigned _Accum' for this target, in bits. | |
unsigned | getAccumAlign () const |
unsigned | getLongAccumWidth () const |
getLongAccumWidth/Align - Return the size of 'signed long _Accum' and 'unsigned long _Accum' for this target, in bits. | |
unsigned | getLongAccumAlign () const |
unsigned | getShortFractWidth () const |
getShortFractWidth/Align - Return the size of 'signed short _Fract' and 'unsigned short _Fract' for this target, in bits. | |
unsigned | getShortFractAlign () const |
unsigned | getFractWidth () const |
getFractWidth/Align - Return the size of 'signed _Fract' and 'unsigned _Fract' for this target, in bits. | |
unsigned | getFractAlign () const |
unsigned | getLongFractWidth () const |
getLongFractWidth/Align - Return the size of 'signed long _Fract' and 'unsigned long _Fract' for this target, in bits. | |
unsigned | getLongFractAlign () const |
unsigned | getShortAccumScale () const |
getShortAccumScale/IBits - Return the number of fractional/integral bits in a 'signed short _Accum' type. | |
unsigned | getShortAccumIBits () const |
unsigned | getAccumScale () const |
getAccumScale/IBits - Return the number of fractional/integral bits in a 'signed _Accum' type. | |
unsigned | getAccumIBits () const |
unsigned | getLongAccumScale () const |
getLongAccumScale/IBits - Return the number of fractional/integral bits in a 'signed long _Accum' type. | |
unsigned | getLongAccumIBits () const |
unsigned | getUnsignedShortAccumScale () const |
getUnsignedShortAccumScale/IBits - Return the number of fractional/integral bits in a 'unsigned short _Accum' type. | |
unsigned | getUnsignedShortAccumIBits () const |
unsigned | getUnsignedAccumScale () const |
getUnsignedAccumScale/IBits - Return the number of fractional/integral bits in a 'unsigned _Accum' type. | |
unsigned | getUnsignedAccumIBits () const |
unsigned | getUnsignedLongAccumScale () const |
getUnsignedLongAccumScale/IBits - Return the number of fractional/integral bits in a 'unsigned long _Accum' type. | |
unsigned | getUnsignedLongAccumIBits () const |
unsigned | getShortFractScale () const |
getShortFractScale - Return the number of fractional bits in a 'signed short _Fract' type. | |
unsigned | getFractScale () const |
getFractScale - Return the number of fractional bits in a 'signed _Fract' type. | |
unsigned | getLongFractScale () const |
getLongFractScale - Return the number of fractional bits in a 'signed long _Fract' type. | |
unsigned | getUnsignedShortFractScale () const |
getUnsignedShortFractScale - Return the number of fractional bits in a 'unsigned short _Fract' type. | |
unsigned | getUnsignedFractScale () const |
getUnsignedFractScale - Return the number of fractional bits in a 'unsigned _Fract' type. | |
unsigned | getUnsignedLongFractScale () const |
getUnsignedLongFractScale - Return the number of fractional bits in a 'unsigned long _Fract' type. | |
virtual bool | hasInt128Type () const |
Determine whether the __int128 type is supported on this target. | |
virtual bool | hasBitIntType () const |
Determine whether the _BitInt type is supported on this target. | |
virtual size_t | getMaxBitIntWidth () const |
virtual bool | hasLegalHalfType () const |
Determine whether _Float16 is supported on this target. | |
virtual bool | allowHalfArgsAndReturns () const |
Whether half args and returns are supported. | |
virtual bool | hasFloat128Type () const |
Determine whether the __float128 type is supported on this target. | |
virtual bool | hasFloat16Type () const |
Determine whether the _Float16 type is supported on this target. | |
virtual bool | hasBFloat16Type () const |
Determine whether the _BFloat16 type is supported on this target. | |
virtual bool | hasFullBFloat16Type () const |
Determine whether the BFloat type is fully supported on this target, i.e arithemtic operations. | |
virtual bool | hasIbm128Type () const |
Determine whether the __ibm128 type is supported on this target. | |
virtual bool | hasLongDoubleType () const |
Determine whether the long double type is supported on this target. | |
virtual bool | hasFPReturn () const |
Determine whether return of a floating point value is supported on this target. | |
virtual bool | hasStrictFP () const |
Determine whether constrained floating point is supported on this target. | |
unsigned | getSuitableAlign () const |
Return the alignment that is the largest alignment ever used for any scalar/SIMD data type on the target machine you are compiling for (including types with an extended alignment requirement). | |
unsigned | getDefaultAlignForAttributeAligned () const |
Return the default alignment for attribute((aligned)) on this target, to be used if no alignment value is specified. | |
virtual unsigned | getMinGlobalAlign (uint64_t Size, bool HasNonWeakDef) const |
getMinGlobalAlign - Return the minimum alignment of a global variable, unless its alignment is explicitly reduced via attributes. | |
unsigned | getNewAlign () const |
Return the largest alignment for which a suitably-sized allocation with '::operator new(size_t)' is guaranteed to produce a correctly-aligned pointer. | |
unsigned | getWCharWidth () const |
getWCharWidth/Align - Return the size of 'wchar_t' for this target, in bits. | |
unsigned | getWCharAlign () const |
unsigned | getChar16Width () const |
getChar16Width/Align - Return the size of 'char16_t' for this target, in bits. | |
unsigned | getChar16Align () const |
unsigned | getChar32Width () const |
getChar32Width/Align - Return the size of 'char32_t' for this target, in bits. | |
unsigned | getChar32Align () const |
unsigned | getHalfWidth () const |
getHalfWidth/Align/Format - Return the size/align/format of 'half'. | |
unsigned | getHalfAlign () const |
const llvm::fltSemantics & | getHalfFormat () const |
unsigned | getFloatWidth () const |
getFloatWidth/Align/Format - Return the size/align/format of 'float'. | |
unsigned | getFloatAlign () const |
const llvm::fltSemantics & | getFloatFormat () const |
unsigned | getBFloat16Width () const |
getBFloat16Width/Align/Format - Return the size/align/format of '__bf16'. | |
unsigned | getBFloat16Align () const |
const llvm::fltSemantics & | getBFloat16Format () const |
unsigned | getDoubleWidth () const |
getDoubleWidth/Align/Format - Return the size/align/format of 'double'. | |
unsigned | getDoubleAlign () const |
const llvm::fltSemantics & | getDoubleFormat () const |
unsigned | getLongDoubleWidth () const |
getLongDoubleWidth/Align/Format - Return the size/align/format of 'long double'. | |
unsigned | getLongDoubleAlign () const |
const llvm::fltSemantics & | getLongDoubleFormat () const |
unsigned | getFloat128Width () const |
getFloat128Width/Align/Format - Return the size/align/format of '__float128'. | |
unsigned | getFloat128Align () const |
const llvm::fltSemantics & | getFloat128Format () const |
unsigned | getIbm128Width () const |
getIbm128Width/Align/Format - Return the size/align/format of '__ibm128'. | |
unsigned | getIbm128Align () const |
const llvm::fltSemantics & | getIbm128Format () const |
virtual const char * | getLongDoubleMangling () const |
Return the mangled code of long double. | |
virtual const char * | getFloat128Mangling () const |
Return the mangled code of __float128. | |
virtual const char * | getIbm128Mangling () const |
Return the mangled code of __ibm128. | |
virtual const char * | getBFloat16Mangling () const |
Return the mangled code of bfloat. | |
virtual LangOptions::FPEvalMethodKind | getFPEvalMethod () const |
Return the value for the C99 FLT_EVAL_METHOD macro. | |
virtual bool | supportSourceEvalMethod () const |
unsigned | getLargeArrayMinWidth () const |
unsigned | getLargeArrayAlign () const |
unsigned | getMaxAtomicPromoteWidth () const |
Return the maximum width lock-free atomic operation which will ever be supported for the given target. | |
unsigned | getMaxAtomicInlineWidth () const |
Return the maximum width lock-free atomic operation which can be inlined given the supported features of the given target. | |
virtual void | setMaxAtomicWidth () |
Set the maximum inline or promote width lock-free atomic operation for the given target. | |
virtual bool | hasBuiltinAtomic (uint64_t AtomicSizeInBits, uint64_t AlignmentInBits) const |
Returns true if the given target supports lock-free atomic operations at the specified width and alignment. | |
unsigned | getMaxVectorAlign () const |
Return the maximum vector alignment supported for the given target. | |
unsigned | getMaxOpenCLWorkGroupSize () const |
virtual unsigned | getExnObjectAlignment () const |
Return the alignment (in bits) of the thrown exception object. | |
unsigned | getIntMaxTWidth () const |
Return the size of intmax_t and uintmax_t for this target, in bits. | |
virtual unsigned | getUnwindWordWidth () const |
virtual unsigned | getRegisterWidth () const |
Return the "preferred" register width on this target. | |
bool | hasUnalignedAccess () const |
Return true iff unaligned accesses are a single instruction (rather than a synthesized sequence). | |
bool | hasCheapUnalignedBitFieldAccess () const |
Return true iff unaligned accesses are cheap. | |
const char * | getUserLabelPrefix () const |
Returns the default value of the USER_LABEL_PREFIX macro, which is the prefix given to user symbols by default. | |
const char * | getMCountName () const |
Returns the name of the mcount instrumentation function. | |
bool | useSignedCharForObjCBool () const |
Check if the Objective-C built-in boolean type should be signed char. | |
void | noSignedCharForObjCBool () |
bool | useBitFieldTypeAlignment () const |
Check whether the alignment of bit-field types is respected when laying out structures. | |
bool | useZeroLengthBitfieldAlignment () const |
Check whether zero length bitfields should force alignment of the next member. | |
bool | useLeadingZeroLengthBitfield () const |
Check whether zero length bitfield alignment is respected if they are leading members. | |
unsigned | getZeroLengthBitfieldBoundary () const |
Get the fixed alignment value in bits for a member that follows a zero length bitfield. | |
unsigned | getMaxAlignedAttribute () const |
Get the maximum alignment in bits for a static variable with aligned attribute. | |
bool | useExplicitBitFieldAlignment () const |
Check whether explicit bitfield alignment attributes should be. | |
bool | hasAlignMac68kSupport () const |
Check whether this target support '#pragma options align=mac68k'. | |
const char * | getTypeConstantSuffix (IntType T) const |
Return the constant suffix for the specified integer type enum. | |
bool | useObjCFPRetForRealType (FloatModeKind T) const |
Check whether the given real type should use the "fpret" flavor of Objective-C message passing on this target. | |
bool | useObjCFP2RetForComplexLongDouble () const |
Check whether _Complex long double should use the "fp2ret" flavor of Objective-C message passing on this target. | |
virtual bool | useFP16ConversionIntrinsics () const |
Check whether llvm intrinsics such as llvm.convert.to.fp16 should be used to convert to and from __fp16. | |
bool | useAddressSpaceMapMangling () const |
Specify if mangling based on address space map should be used or not for language specific address spaces. | |
virtual void | getTargetDefines (const LangOptions &Opts, MacroBuilder &Builder) const =0 |
===-— Other target property query methods -----------------------—===// | |
virtual ArrayRef< Builtin::Info > | getTargetBuiltins () const =0 |
Return information about target-specific builtins for the current primary target, and info about which builtins are non-portable across the current set of primary and secondary targets. | |
virtual std::optional< std::pair< unsigned, unsigned > > | getVScaleRange (const LangOptions &LangOpts) const |
Returns target-specific min and max values VScale_Range. | |
virtual bool | isCLZForZeroUndef () const |
The __builtin_clz* and __builtin_ctz* built-in functions are specified to have undefined results for zero inputs, but on targets that support these operations in a way that provides well-defined results for zero without loss of performance, it is a good idea to avoid optimizing based on that undef behavior. | |
virtual BuiltinVaListKind | getBuiltinVaListKind () const =0 |
Returns the kind of __builtin_va_list type that should be used with this target. | |
bool | hasBuiltinMSVaList () const |
Returns whether or not type __builtin_ms_va_list type is available on this target. | |
bool | hasAArch64SVETypes () const |
Returns whether or not the AArch64 SVE built-in types are available on this target. | |
bool | hasRISCVVTypes () const |
Returns whether or not the RISC-V V built-in types are available on this target. | |
bool | allowAMDGPUUnsafeFPAtomics () const |
Returns whether or not the AMDGPU unsafe floating point atomics are allowed. | |
uint32_t | getARMCDECoprocMask () const |
For ARM targets returns a mask defining which coprocessors are configured as Custom Datapath. | |
bool | isValidClobber (StringRef Name) const |
Returns whether the passed in string is a valid clobber in an inline asm statement. | |
virtual bool | isValidGCCRegisterName (StringRef Name) const |
Returns whether the passed in string is a valid register name according to GCC. | |
StringRef | getNormalizedGCCRegisterName (StringRef Name, bool ReturnCanonical=false) const |
Returns the "normalized" GCC register name. | |
virtual bool | isSPRegName (StringRef) const |
virtual StringRef | getConstraintRegister (StringRef Constraint, StringRef Expression) const |
Extracts a register from the passed constraint (if it is a single-register constraint) and the asm label expression related to a variable in the input or output list of an inline asm statement. | |
virtual bool | validateGlobalRegisterVariable (StringRef RegName, unsigned RegSize, bool &HasSizeMismatch) const |
Validate register name used for global register variables. | |
bool | validateOutputConstraint (ConstraintInfo &Info) const |
bool | validateInputConstraint (MutableArrayRef< ConstraintInfo > OutputConstraints, ConstraintInfo &info) const |
virtual bool | validateOutputSize (const llvm::StringMap< bool > &FeatureMap, StringRef, unsigned) const |
virtual bool | validateInputSize (const llvm::StringMap< bool > &FeatureMap, StringRef, unsigned) const |
virtual bool | validateConstraintModifier (StringRef, char, unsigned, std::string &) const |
virtual bool | validateAsmConstraint (const char *&Name, TargetInfo::ConstraintInfo &info) const =0 |
bool | resolveSymbolicName (const char *&Name, ArrayRef< ConstraintInfo > OutputConstraints, unsigned &Index) const |
virtual std::string | convertConstraint (const char *&Constraint) const |
virtual std::optional< std::string > | handleAsmEscapedChar (char C) const |
Replace some escaped characters with another string based on target-specific rules. | |
virtual std::string_view | getClobbers () const =0 |
Returns a string of target-specific clobbers, in LLVM format. | |
virtual bool | isNan2008 () const |
Returns true if NaN encoding is IEEE 754-2008. | |
const llvm::Triple & | getTriple () const |
Returns the target triple of the primary target. | |
virtual std::optional< std::string > | getTargetID () const |
Returns the target ID if supported. | |
const char * | getDataLayoutString () const |
virtual bool | hasProtectedVisibility () const |
Does this target support "protected" visibility? | |
virtual bool | shouldDLLImportComdatSymbols () const |
Does this target aim for semantic compatibility with Microsoft C++ code using dllimport/export attributes? | |
virtual bool | hasPS4DLLImportExport () const |
virtual void | adjust (DiagnosticsEngine &Diags, LangOptions &Opts) |
Set forced language options. | |
virtual bool | initFeatureMap (llvm::StringMap< bool > &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector< std::string > &FeatureVec) const |
Initialize the map with the default set of target features for the CPU this should include all legal feature strings on the target. | |
virtual StringRef | getABI () const |
Get the ABI currently in use. | |
TargetCXXABI | getCXXABI () const |
Get the C++ ABI currently in use. | |
virtual bool | setCPU (const std::string &Name) |
Target the specified CPU. | |
virtual void | fillValidCPUList (SmallVectorImpl< StringRef > &Values) const |
Fill a SmallVectorImpl with the valid values to setCPU. | |
virtual void | fillValidTuneCPUList (SmallVectorImpl< StringRef > &Values) const |
Fill a SmallVectorImpl with the valid values for tuning CPU. | |
virtual bool | isValidCPUName (StringRef Name) const |
Determine whether this TargetInfo supports the given CPU name. | |
virtual bool | isValidTuneCPUName (StringRef Name) const |
Determine whether this TargetInfo supports the given CPU name for tuning. | |
virtual ParsedTargetAttr | parseTargetAttr (StringRef Str) const |
virtual bool | supportsTargetAttributeTune () const |
Determine whether this TargetInfo supports tune in target attribute. | |
virtual bool | setABI (const std::string &Name) |
Use the specified ABI. | |
virtual bool | setFPMath (StringRef Name) |
Use the specified unit for FP math. | |
virtual bool | hasFeatureEnabled (const llvm::StringMap< bool > &Features, StringRef Name) const |
Check if target has a given feature enabled. | |
virtual void | setFeatureEnabled (llvm::StringMap< bool > &Features, StringRef Name, bool Enabled) const |
Enable or disable a specific target feature; the feature name must be valid. | |
virtual bool | isValidFeatureName (StringRef Feature) const |
Determine whether this TargetInfo supports the given feature. | |
virtual bool | doesFeatureAffectCodeGen (StringRef Feature) const |
Returns true if feature has an impact on target code generation. | |
virtual bool | isBranchProtectionSupportedArch (StringRef Arch) const |
Determine if the Architecture in this TargetInfo supports branch protection. | |
virtual bool | validateBranchProtection (StringRef Spec, StringRef Arch, BranchProtectionInfo &BPI, StringRef &Err) const |
Determine if this TargetInfo supports the given branch protection specification. | |
virtual bool | handleTargetFeatures (std::vector< std::string > &Features, DiagnosticsEngine &Diags) |
Perform initialization based on the user configured set of features (e.g., +sse4). | |
virtual bool | hasFeature (StringRef Feature) const |
Determine whether the given target has the given feature. | |
bool | isReadOnlyFeature (StringRef Feature) const |
Determine whether the given target feature is read only. | |
bool | supportsMultiVersioning () const |
Identify whether this target supports multiversioning of functions, which requires support for cpu_supports and cpu_is functionality. | |
bool | supportsIFunc () const |
Identify whether this target supports IFuncs. | |
virtual bool | supportsCpuSupports () const |
virtual bool | supportsCpuIs () const |
virtual bool | supportsCpuInit () const |
virtual bool | validateCpuSupports (StringRef Name) const |
virtual unsigned | getFMVPriority (ArrayRef< StringRef > Features) const |
virtual bool | validateCpuIs (StringRef Name) const |
virtual bool | validateCPUSpecificCPUDispatch (StringRef Name) const |
virtual char | CPUSpecificManglingCharacter (StringRef Name) const |
virtual StringRef | getCPUSpecificTuneName (StringRef Name) const |
virtual void | getCPUSpecificCPUDispatchFeatures (StringRef Name, llvm::SmallVectorImpl< StringRef > &Features) const |
virtual std::optional< unsigned > | getCPUCacheLineSize () const |
unsigned | getRegParmMax () const |
bool | isTLSSupported () const |
Whether the target supports thread-local storage. | |
unsigned | getMaxTLSAlign () const |
Return the maximum alignment (in bits) of a TLS variable. | |
bool | isVLASupported () const |
Whether target supports variable-length arrays. | |
bool | isSEHTrySupported () const |
Whether the target supports SEH __try. | |
bool | hasNoAsmVariants () const |
Return true if {|} are normal characters in the asm string. | |
virtual int | getEHDataRegisterNumber (unsigned RegNo) const |
Return the register number that __builtin_eh_return_regno would return with the specified argument. | |
virtual const char * | getStaticInitSectionSpecifier () const |
Return the section to use for C++ static initialization functions. | |
const LangASMap & | getAddressSpaceMap () const |
unsigned | getTargetAddressSpace (LangAS AS) const |
virtual bool | validatePointerAuthKey (const llvm::APSInt &value) const |
Determine whether the given pointer-authentication key is valid. | |
virtual LangAS | getOpenCLBuiltinAddressSpace (unsigned AS) const |
Map from the address space field in builtin description strings to the language address space. | |
virtual LangAS | getCUDABuiltinAddressSpace (unsigned AS) const |
Map from the address space field in builtin description strings to the language address space. | |
virtual std::optional< LangAS > | getConstantAddressSpace () const |
Return an AST address space which can be used opportunistically for constant global memory. | |
virtual const llvm::omp::GV & | getGridValue () const |
StringRef | getPlatformName () const |
Retrieve the name of the platform as it is used in the availability attribute. | |
VersionTuple | getPlatformMinVersion () const |
Retrieve the minimum desired version of the platform, to which the program should be compiled. | |
bool | isBigEndian () const |
bool | isLittleEndian () const |
virtual bool | supportsExtendIntArgs () const |
Whether the option -fextend-arguments={32,64} is supported on the target. | |
virtual bool | checkArithmeticFenceSupported () const |
Controls if __arithmetic_fence is supported in the targeted backend. | |
virtual CallingConv | getDefaultCallingConv () const |
Gets the default calling convention for the given target and declaration context. | |
virtual CallingConvCheckResult | checkCallingConvention (CallingConv CC) const |
Determines whether a given calling convention is valid for the target. | |
virtual CallingConvKind | getCallingConvKind (bool ClangABICompat4) const |
virtual bool | areDefaultedSMFStillPOD (const LangOptions &) const |
Controls whether explicitly defaulted (= default ) special member functions disqualify something from being POD-for-the-purposes-of-layout. | |
virtual bool | hasSjLjLowering () const |
Controls if __builtin_longjmp / __builtin_setjmp can be lowered to llvm.eh.sjlj.longjmp / llvm.eh.sjlj.setjmp. | |
virtual bool | checkCFProtectionBranchSupported (DiagnosticsEngine &Diags) const |
Check if the target supports CFProtection branch. | |
virtual CFBranchLabelSchemeKind | getDefaultCFBranchLabelScheme () const |
Get the target default CFBranchLabelScheme scheme. | |
virtual bool | checkCFBranchLabelSchemeSupported (const CFBranchLabelSchemeKind Scheme, DiagnosticsEngine &Diags) const |
virtual bool | checkCFProtectionReturnSupported (DiagnosticsEngine &Diags) const |
Check if the target supports CFProtection return. | |
virtual bool | allowsLargerPreferedTypeAlignment () const |
Whether target allows to overalign ABI-specified preferred alignment. | |
virtual bool | defaultsToAIXPowerAlignment () const |
Whether target defaults to the power alignment rules of AIX. | |
virtual void | setSupportedOpenCLOpts () |
Set supported OpenCL extensions and optional core features. | |
virtual void | supportAllOpenCLOpts (bool V=true) |
virtual void | setCommandLineOpenCLOpts () |
Set supported OpenCL extensions as written on command line. | |
llvm::StringMap< bool > & | getSupportedOpenCLOpts () |
Get supported OpenCL extensions and optional core features. | |
const llvm::StringMap< bool > & | getSupportedOpenCLOpts () const |
Get const supported OpenCL extensions and optional core features. | |
virtual LangAS | getOpenCLTypeAddrSpace (OpenCLTypeKind TK) const |
Get address space for OpenCL type. | |
virtual unsigned | getVtblPtrAddressSpace () const |
virtual std::optional< unsigned > | getDWARFAddressSpace (unsigned AddressSpace) const |
const llvm::VersionTuple & | getSDKVersion () const |
virtual bool | validateTarget (DiagnosticsEngine &Diags) const |
Check the target is valid after it is fully initialized. | |
virtual bool | validateOpenCLTarget (const LangOptions &Opts, DiagnosticsEngine &Diags) const |
Check that OpenCL target has valid options setting based on OpenCL version. | |
virtual void | setAuxTarget (const TargetInfo *Aux) |
virtual bool | allowDebugInfoForExternalRef () const |
Whether target allows debuginfo types for decl only variables/functions. | |
const llvm::Triple * | getDarwinTargetVariantTriple () const |
Returns the darwin target variant triple, the variant of the deployment target for which the code is being compiled. | |
const std::optional< VersionTuple > | getDarwinTargetVariantSDKVersion () const |
Returns the version of the darwin target variant SDK which was used during the compilation if one was specified, or an empty version otherwise. | |
virtual bool | hasHIPImageSupport () const |
Whether to support HIP image/texture API's. | |
virtual std::pair< unsigned, unsigned > | hardwareInterferenceSizes () const |
The first value in the pair is the minimum offset between two objects to avoid false sharing (destructive interference). | |
Static Public Member Functions | |
static TargetInfo * | CreateTargetInfo (DiagnosticsEngine &Diags, const std::shared_ptr< TargetOptions > &Opts) |
Construct a target for the given options. | |
static IntType | getCorrespondingUnsignedType (IntType T) |
static bool | isTypeSigned (IntType T) |
Returns true if the type is signed; false otherwise. | |
static const char * | getTypeName (IntType T) |
Return the user string for the specified integer type enum. | |
static const char * | getTypeFormatModifier (IntType T) |
Return the printf format modifier for the specified integer type enum. | |
Protected Member Functions | |
TargetInfo (const llvm::Triple &T) | |
void | resetDataLayout (StringRef DL, const char *UserLabelPrefix="") |
void | copyAuxTarget (const TargetInfo *Aux) |
Copy type and layout related info. | |
virtual uint64_t | getPointerWidthV (LangAS AddrSpace) const |
virtual uint64_t | getPointerAlignV (LangAS AddrSpace) const |
virtual enum IntType | getPtrDiffTypeV (LangAS AddrSpace) const |
virtual ArrayRef< const char * > | getGCCRegNames () const =0 |
virtual ArrayRef< GCCRegAlias > | getGCCRegAliases () const =0 |
virtual ArrayRef< AddlRegName > | getGCCAddlRegNames () const |
Exposes information about the current target.
Definition at line 219 of file TargetInfo.h.
The different kinds of __builtin_va_list types defined by the target implementation.
Enumerator | |
---|---|
CharPtrBuiltinVaList | typedef char* __builtin_va_list; |
VoidPtrBuiltinVaList | typedef void* __builtin_va_list; |
AArch64ABIBuiltinVaList | __builtin_va_list as defined by the AArch64 ABI http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf |
PNaClABIBuiltinVaList | __builtin_va_list as defined by the PNaCl ABI: http://www.chromium.org/nativeclient/pnacl/bitcode-abi#TOC-Machine-Types |
PowerABIBuiltinVaList | __builtin_va_list as defined by the Power ABI: https://www.power.org /resources/downloads/Power-Arch-32-bit-ABI-supp-1.0-Embedded.pdf |
X86_64ABIBuiltinVaList | __builtin_va_list as defined by the x86-64 ABI: http://refspecs.linuxbase.org/elf/x86_64-abi-0.21.pdf |
AAPCSABIBuiltinVaList | __builtin_va_list as defined by ARM AAPCS ABI http://infocenter.arm.com |
SystemZBuiltinVaList | |
HexagonBuiltinVaList |
Definition at line 318 of file TargetInfo.h.
Enumerator | |
---|---|
CCCR_OK | |
CCCR_Warning | |
CCCR_Ignore | |
CCCR_Error |
Definition at line 1683 of file TargetInfo.h.
Enumerator | |
---|---|
CCK_Default | |
CCK_ClangABI4OrPS4 | |
CCK_MicrosoftWin64 |
Definition at line 1703 of file TargetInfo.h.
|
protected |
Definition at line 54 of file TargetInfo.cpp.
References clang::TransferrableTargetInfo::AccumAlign, clang::TransferrableTargetInfo::AccumScale, clang::TransferrableTargetInfo::AccumWidth, AddrSpaceMap, AllowAMDGPUUnsafeFPAtomics, ARMCDECoprocMask, BigEndian, clang::TransferrableTargetInfo::BoolAlign, clang::TransferrableTargetInfo::BoolWidth, clang::TransferrableTargetInfo::Char16Type, clang::TransferrableTargetInfo::Char32Type, ComplexLongDoubleUsesFP2Ret, DefaultAddrSpaceMap, clang::TransferrableTargetInfo::DefaultAlignForAttributeAligned, clang::TransferrableTargetInfo::DoubleAlign, clang::TransferrableTargetInfo::DoubleFormat, clang::TransferrableTargetInfo::DoubleWidth, clang::TransferrableTargetInfo::Float128Align, clang::TransferrableTargetInfo::Float128Format, clang::TransferrableTargetInfo::FloatAlign, clang::TransferrableTargetInfo::FloatFormat, clang::TransferrableTargetInfo::FloatWidth, clang::TransferrableTargetInfo::FractAlign, clang::TransferrableTargetInfo::FractWidth, clang::TransferrableTargetInfo::HalfAlign, HalfArgsAndReturns, clang::TransferrableTargetInfo::HalfFormat, clang::TransferrableTargetInfo::HalfWidth, HasAArch64SVETypes, HasAlignMac68kSupport, HasBFloat16, HasBuiltinMSVaList, HasFloat128, HasFloat16, HasFPReturn, HasFullBFloat16, HasIbm128, HasLegalHalfType, HasLongDouble, HasRISCVVTypes, HasStrictFP, HasUnalignedAccess, clang::TransferrableTargetInfo::Ibm128Align, clang::TransferrableTargetInfo::Ibm128Format, clang::TransferrableTargetInfo::Int128Align, clang::TransferrableTargetInfo::Int16Type, clang::TransferrableTargetInfo::Int64Type, clang::TransferrableTargetInfo::IntAlign, clang::TransferrableTargetInfo::IntMaxType, clang::TransferrableTargetInfo::IntPtrType, clang::TransferrableTargetInfo::IntWidth, clang::TransferrableTargetInfo::LargeArrayAlign, clang::TransferrableTargetInfo::LargeArrayMinWidth, clang::TransferrableTargetInfo::LongAccumAlign, clang::TransferrableTargetInfo::LongAccumScale, clang::TransferrableTargetInfo::LongAccumWidth, clang::TransferrableTargetInfo::LongAlign, clang::TransferrableTargetInfo::LongDoubleAlign, clang::TransferrableTargetInfo::LongDoubleFormat, clang::TransferrableTargetInfo::LongDoubleWidth, clang::TransferrableTargetInfo::LongFractAlign, clang::TransferrableTargetInfo::LongFractWidth, clang::TransferrableTargetInfo::LongLongAlign, clang::TransferrableTargetInfo::LongLongWidth, clang::TransferrableTargetInfo::LongWidth, clang::TransferrableTargetInfo::MaxAlignedAttribute, MaxAtomicInlineWidth, MaxAtomicPromoteWidth, MaxBitIntWidth, MaxOpenCLWorkGroupSize, clang::TransferrableTargetInfo::MaxTLSAlign, clang::TransferrableTargetInfo::MaxVectorAlign, MCountName, clang::TransferrableTargetInfo::MinGlobalAlign, clang::TransferrableTargetInfo::NewAlign, NoAsmVariants, clang::TransferrableTargetInfo::PaddingOnUnsignedFixedPoint, PlatformMinVersion, PlatformName, clang::TransferrableTargetInfo::PointerAlign, clang::TransferrableTargetInfo::PointerWidth, clang::TransferrableTargetInfo::ProcessIDType, clang::TransferrableTargetInfo::PtrDiffType, RealTypeUsesObjCFPRetMask, RegParmMax, clang::TargetCXXABI::set(), clang::TransferrableTargetInfo::ShortAccumAlign, clang::TransferrableTargetInfo::ShortAccumScale, clang::TransferrableTargetInfo::ShortAccumWidth, clang::TransferrableTargetInfo::ShortAlign, clang::TransferrableTargetInfo::ShortFractAlign, clang::TransferrableTargetInfo::ShortFractWidth, clang::TransferrableTargetInfo::ShortWidth, clang::TransferrableTargetInfo::SigAtomicType, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::TransferrableTargetInfo::SizeType, SSERegParmMax, clang::TransferrableTargetInfo::SuitableAlign, clang::T, TheCXXABI, TLSSupported, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedShort, UseAddrSpaceMapMangling, clang::TransferrableTargetInfo::UseBitFieldTypeAlignment, clang::TransferrableTargetInfo::UseExplicitBitFieldAlignment, clang::TransferrableTargetInfo::UseLeadingZeroLengthBitfield, UserLabelPrefix, clang::TransferrableTargetInfo::UseSignedCharForObjCBool, clang::TransferrableTargetInfo::UseZeroLengthBitfieldAlignment, VLASupported, clang::TransferrableTargetInfo::WCharType, clang::TransferrableTargetInfo::WIntType, and clang::TransferrableTargetInfo::ZeroLengthBitfieldBoundary.
|
virtual |
Definition at line 188 of file TargetInfo.cpp.
|
virtual |
Set forced language options.
adjust - Set forced language options.
Apply changes to the target information with respect to certain language options which change the target configuration and adjust the language based on the target options where applicable.
Reimplemented in clang::targets::AMDGPUTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::PPCTargetInfo, clang::targets::BaseSPIRTargetInfo, and clang::targets::SPIRV64AMDGCNTargetInfo.
Definition at line 408 of file TargetInfo.cpp.
References AddrSpaceMap, checkArithmeticFenceSupported(), clang::TransferrableTargetInfo::DoubleAlign, clang::TransferrableTargetInfo::DoubleFormat, clang::TransferrableTargetInfo::DoubleWidth, FakeAddrSpaceMap, clang::TransferrableTargetInfo::FloatAlign, clang::TransferrableTargetInfo::FloatFormat, clang::TransferrableTargetInfo::FloatWidth, getCharWidth(), getMaxPointerWidth(), clang::LangOptions::getOpenCLCompatibleVersion(), getSupportedOpenCLOpts(), getTriple(), clang::TransferrableTargetInfo::HalfAlign, clang::TransferrableTargetInfo::HalfFormat, clang::TransferrableTargetInfo::HalfWidth, hasFeatureEnabled(), clang::TransferrableTargetInfo::Int64Type, clang::TransferrableTargetInfo::IntAlign, clang::TransferrableTargetInfo::IntMaxType, clang::TransferrableTargetInfo::IntPtrType, clang::TransferrableTargetInfo::IntWidth, clang::TransferrableTargetInfo::LongAlign, clang::TransferrableTargetInfo::LongDoubleAlign, clang::TransferrableTargetInfo::LongDoubleFormat, clang::TransferrableTargetInfo::LongDoubleWidth, clang::TransferrableTargetInfo::LongLongAlign, clang::TransferrableTargetInfo::LongLongWidth, clang::TransferrableTargetInfo::LongWidth, MaxBitIntWidth, clang::TransferrableTargetInfo::NewAlign, clang::TransferrableTargetInfo::PaddingOnUnsignedFixedPoint, clang::TransferrableTargetInfo::PtrDiffType, clang::DiagnosticsEngine::Report(), clang::TransferrableTargetInfo::ShortAlign, clang::TransferrableTargetInfo::ShortWidth, clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::TransferrableTargetInfo::SizeType, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedShort, clang::TransferrableTargetInfo::UseBitFieldTypeAlignment, and clang::TransferrableTargetInfo::WCharType.
Referenced by clang::targets::AMDGPUTargetInfo::adjust(), clang::targets::PPCTargetInfo::adjust(), clang::CompilerInstance::createPreprocessor(), and clang::CompilerInstance::createTarget().
|
inline |
Returns whether or not the AMDGPU unsafe floating point atomics are allowed.
Definition at line 1047 of file TargetInfo.h.
|
inlinevirtual |
Whether target allows debuginfo types for decl only variables/functions.
Reimplemented in clang::targets::BPFTargetInfo.
Definition at line 1819 of file TargetInfo.h.
Referenced by clang::Sema::ActOnFunctionDeclarator(), and clang::Sema::ActOnUninitializedDecl().
|
inlinevirtual |
Whether half args and returns are supported.
Definition at line 693 of file TargetInfo.h.
Referenced by clang::Sema::BuildFunctionType(), clang::Sema::CheckFunctionReturnType(), and GetFullTypeForDeclarator().
|
inlinevirtual |
Whether target allows to overalign ABI-specified preferred alignment.
Reimplemented in clang::targets::AVRTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::VETargetInfo, clang::targets::MCUX86_32TargetInfo, and clang::targets::XCoreTargetInfo.
Definition at line 1741 of file TargetInfo.h.
|
virtual |
Controls whether explicitly defaulted (= default
) special member functions disqualify something from being POD-for-the-purposes-of-layout.
Historically, Clang didn't consider these acceptable for POD, but GCC does. So in newer Clang ABIs they are acceptable for POD to be compatible with GCC/Itanium ABI, and remains disqualifying for targets that need Clang backwards compatibility rather than GCC/Itanium ABI compatibility.
Definition at line 617 of file TargetInfo.cpp.
References clang::LangOptionsBase::Ver15.
|
inlinevirtual |
Controls if __arithmetic_fence is supported in the targeted backend.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::SPIRTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1672 of file TargetInfo.h.
Referenced by adjust().
|
inlinevirtual |
Determines whether a given calling convention is valid for the target.
A calling convention can either be accepted, produce a warning and be substituted with the default calling convention, or (someday) produce an error (such as using thiscall on a non-instance function).
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::BPFTargetInfo, clang::targets::M68kTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PPC64TargetInfo, clang::targets::RISCVTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::VETargetInfo, clang::targets::X86TargetInfo, clang::targets::MCUX86_32TargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 1694 of file TargetInfo.h.
References clang::CC_C.
Referenced by clang::Sema::CheckCallingConvAttr(), clang::targets::M68kTargetInfo::checkCallingConvention(), and repeatForLambdaConversionFunctionCallingConvs().
|
virtual |
Reimplemented in clang::targets::RISCVTargetInfo.
Definition at line 207 of file TargetInfo.cpp.
References clang::Default, clang::getCFBranchLabelSchemeFlagVal(), and clang::DiagnosticsEngine::Report().
Referenced by clang::targets::RISCVTargetInfo::checkCFBranchLabelSchemeSupported().
|
virtual |
Check if the target supports CFProtection branch.
Reimplemented in clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 196 of file TargetInfo.cpp.
References clang::DiagnosticsEngine::Report().
|
virtual |
Check if the target supports CFProtection return.
Reimplemented in clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 218 of file TargetInfo.cpp.
References clang::DiagnosticsEngine::Report().
Referenced by clang::targets::RISCVTargetInfo::checkCFProtectionReturnSupported().
|
inlinevirtual |
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SPIRV64AMDGCNTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1232 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::convertConstraint(), clang::targets::LoongArchTargetInfo::convertConstraint(), and clang::targets::RISCVTargetInfo::convertConstraint().
|
protected |
Copy type and layout related info.
Definition at line 1020 of file TargetInfo.cpp.
Referenced by clang::targets::AMDGPUTargetInfo::setAuxTarget(), and clang::targets::SPIRV64AMDGCNTargetInfo::setAuxTarget().
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1542 of file TargetInfo.h.
|
static |
Construct a target for the given options.
CreateTargetInfo - Return the target info object for the specified target options.
Opts | - The options to use to initialize the target. The target may modify the options to canonicalize the target feature information to match what the backend expects. |
Definition at line 755 of file Targets.cpp.
References clang::targets::AllocateTarget(), and clang::DiagnosticsEngine::Report().
Referenced by clang::createChainedIncludesSource(), and clang::CompilerInstance::createTarget().
|
inlinevirtual |
Whether target defaults to the power
alignment rules of AIX.
Definition at line 1744 of file TargetInfo.h.
|
inlinevirtual |
Returns true if feature has an impact on target code generation.
Reimplemented in clang::targets::AArch64TargetInfo.
Definition at line 1398 of file TargetInfo.h.
Referenced by clang::Sema::checkTargetClonesAttrString().
|
inline |
In the event this target uses the same number of fractional bits for its unsigned types as it does with its signed counterparts, there will be exactly one bit of padding.
Return true if unsigned fixed point types have padding for this target.
Definition at line 436 of file TargetInfo.h.
Referenced by DefineFixedPointMacros().
|
inlinevirtual |
Fill a SmallVectorImpl with the valid values to setCPU.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SparcV9TargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1338 of file TargetInfo.h.
|
inlinevirtual |
Fill a SmallVectorImpl with the valid values for tuning CPU.
Reimplemented in clang::targets::RISCVTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1341 of file TargetInfo.h.
|
inlinevirtual |
Get the ABI currently in use.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::WebAssemblyTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1323 of file TargetInfo.h.
Referenced by isAAPCS().
|
inline |
Definition at line 552 of file TargetInfo.h.
|
inline |
Definition at line 584 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getAccumScale/IBits - Return the number of fractional/integral bits in a 'signed _Accum' type.
Definition at line 583 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getAccumWidth/Align - Return the size of 'signed _Accum' and 'unsigned _Accum' for this target, in bits.
Definition at line 551 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 1619 of file TargetInfo.h.
|
inline |
For ARM targets returns a mask defining which coprocessors are configured as Custom Datapath.
Definition at line 1051 of file TargetInfo.h.
Referenced by clang::SemaARM::CheckARMCoprocessorImmediate(), and clang::targets::ARMTargetInfo::getTargetDefines().
|
inline |
Definition at line 776 of file TargetInfo.h.
|
inline |
Definition at line 777 of file TargetInfo.h.
|
inlinevirtual |
Return the mangled code of bfloat.
Reimplemented in clang::targets::AArch64TargetInfo, and clang::targets::ARMTargetInfo.
Definition at line 818 of file TargetInfo.h.
|
inline |
getBFloat16Width/Align/Format - Return the size/align/format of '__bf16'.
Definition at line 775 of file TargetInfo.h.
Definition at line 539 of file TargetInfo.h.
References getCharWidth().
|
inline |
getBitIntMaxAlign() - Returns the maximum possible alignment of '_BitInt' and 'unsigned _BitInt'.
Definition at line 530 of file TargetInfo.h.
getBitIntAlign/Width - Return aligned size of '_BitInt' and 'unsigned _BitInt' for this target, in bits.
Definition at line 536 of file TargetInfo.h.
|
inline |
Return the alignment of '_Bool' and C++ 'bool' for this target.
Definition at line 500 of file TargetInfo.h.
|
inline |
Return the size of '_Bool' and C++ 'bool' for this target, in bits.
Definition at line 497 of file TargetInfo.h.
|
pure virtual |
Returns the kind of __builtin_va_list type that should be used with this target.
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::NaClMips32TargetInfo, clang::targets::PPC32TargetInfo, clang::targets::PPC64TargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::VETargetInfo, clang::targets::X86_32TargetInfo, clang::targets::X86_64TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by clang::Sema::BuildVAArgExpr().
|
virtual |
Definition at line 610 of file TargetInfo.cpp.
References CCK_ClangABI4OrPS4, CCK_Default, getCXXABI(), and getTriple().
Referenced by clang::Sema::CheckCompletedCXXClass().
|
inline |
Definition at line 757 of file TargetInfo.h.
|
inline |
Definition at line 402 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getChar16Width/Align - Return the size of 'char16_t' for this target, in bits.
Definition at line 756 of file TargetInfo.h.
Referenced by EvaluateValue().
|
inline |
Definition at line 762 of file TargetInfo.h.
|
inline |
Definition at line 403 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getChar32Width/Align - Return the size of 'char32_t' for this target, in bits.
Definition at line 761 of file TargetInfo.h.
Referenced by EvaluateValue().
|
inline |
Definition at line 503 of file TargetInfo.h.
Referenced by clang::CodeGen::CGObjCRuntime::EmitValueForIvarAtOffset(), getTypeAlign(), and roundUpSizeToCharAlignment().
|
inline |
Definition at line 502 of file TargetInfo.h.
Referenced by clang::Sema::ActOnEnumBody(), adjust(), clang::CharLiteralParser::CharLiteralParser(), DefineTypeSizeof(), EvaluateValue(), clang::interp::Context::getCharBit(), getIntTypeByWidth(), getLeastIntTypeByWidth(), getTypeConstantSuffix(), getTypeWidth(), InitializePredefinedMacros(), InitializeStandardPredefinedMacros(), and parseModeAttrArg().
|
pure virtual |
Returns a string of target-specific clobbers, in LLVM format.
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::VETargetInfo, clang::targets::X86TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by emitPPCLoadReserveIntrinsic(), and EmitX86BitTestIntrinsic().
|
inlinevirtual |
Return an AST address space which can be used opportunistically for constant global memory.
It must be possible to convert pointers into this address space to LangAS::Default. If no such address space exists, this may return std::nullopt, and such optimizations will be disabled.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 1647 of file TargetInfo.h.
|
inlinevirtual |
Extracts a register from the passed constraint (if it is a single-register constraint) and the asm label expression related to a variable in the input or output list of an inline asm statement.
This function is used by Sema in order to diagnose conflicts between the clobber list and the input/output lists.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::ARMTargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1081 of file TargetInfo.h.
Definition at line 415 of file TargetInfo.h.
References clang::T.
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1565 of file TargetInfo.h.
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1557 of file TargetInfo.h.
|
inlinevirtual |
Definition at line 1549 of file TargetInfo.h.
Map from the address space field in builtin description strings to the language address space.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 1639 of file TargetInfo.h.
References clang::getLangASFromTargetAS().
Referenced by clang::ASTContext::getLangASForBuiltinAddressSpace().
|
inline |
Get the C++ ABI currently in use.
Definition at line 1326 of file TargetInfo.h.
Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::Sema::ActOnFinishFunctionBody(), clang::Sema::ActOnPragmaMSSeg(), clang::Sema::ActOnStartOfFunctionDef(), clang::Sema::ActOnUninitializedDecl(), clang::Sema::ActOnVariableDeclarator(), clang::Sema::AddImplicitlyDeclaredMembersToClass(), clang::Sema::AddInitializerToDecl(), clang::Sema::adjustMemberFunctionCC(), ApplyNonVirtualAndVirtualOffset(), clang::CodeGen::CodeGenPGO::assignRegionCounters(), basicGVALinkageForFunction(), basicGVALinkageForVariable(), BuildAppleKextVirtualCall(), clang::Sema::BuildArrayType(), canEmitDelegateCallArgs(), clang::Sema::CheckAddressOfOperand(), clang::Sema::CheckBaseSpecifier(), clang::Sema::checkClassLevelDLLAttribute(), clang::Sema::CheckCompletedCXXClass(), clang::Sema::CheckCompleteDestructorVariant(), clang::Sema::CheckCXXThrowOperand(), checkForMultipleExportedDefaultConstructors(), checkInheritableAttr(), computeKeyFunction(), clang::Sema::DefaultLvalueConversion(), clang::Sema::DefineUsedVTables(), clang::CodeGen::CGCXXABI::EmitCtorCompleteObjectHandler(), clang::Sema::FixOverloadedFunctionReference(), clang::ASTNameGenerator::Implementation::getAllManglings(), getCallingConvKind(), getCallingConvMangling(), getConstantArrayInfoInChars(), clang::ASTContext::getCXXABIKind(), clang::CodeGen::CodeGenModule::getVTableLinkage(), handleHlslSplitdouble(), hasInAllocaArgs(), InitDeviceMC(), clang::Sema::InstantiateDefaultCtorDefaultArgs(), clang::Sema::InstantiateFunctionDefinition(), clang::Type::isIncompleteType(), clang::FunctionDecl::isMSExternInline(), isMsLayout(), clang::ASTContext::isMSStaticDataMemberInlineDefinition(), isStdBuiltin(), isVarDeclStrongDefinition(), clang::CodeGen::CodeGenVTables::isVTableExternal(), clang::FieldDecl::isZeroSize(), clang::MangleContext::mangleName(), clang::Sema::MarkBaseAndMemberDestructorsReferenced(), clang::Sema::MarkFunctionReferenced(), clang::Sema::MarkVTableUsed(), clang::Sema::PerformImplicitConversion(), ReferenceDllExportedMembers(), shouldEmitVTableThunk(), UseRelativeLayout(), and clang::Sema::VerifyBitField().
|
inline |
Returns the version of the darwin target variant SDK which was used during the compilation if one was specified, or an empty version otherwise.
Definition at line 1829 of file TargetInfo.h.
|
inline |
Returns the darwin target variant triple, the variant of the deployment target for which the code is being compiled.
Definition at line 1823 of file TargetInfo.h.
Referenced by isTargetVariantEnvironment(), and isTargetVariantOS().
|
inline |
Definition at line 1264 of file TargetInfo.h.
Referenced by clang::CodeGenAction::ExecuteAction().
|
inline |
Return the default alignment for attribute((aligned)) on this target, to be used if no alignment value is specified.
Definition at line 730 of file TargetInfo.h.
Referenced by clang::ASTContext::getTargetDefaultAlignForAttributeAligned().
|
inlinevirtual |
Gets the default calling convention for the given target and declaration context.
Reimplemented in clang::targets::BaseSPIRTargetInfo, clang::targets::X86TargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 1676 of file TargetInfo.h.
References clang::CC_C.
|
virtual |
Get the target default CFBranchLabelScheme scheme.
Reimplemented in clang::targets::RISCVTargetInfo.
Definition at line 201 of file TargetInfo.cpp.
|
inline |
Definition at line 781 of file TargetInfo.h.
|
inline |
Definition at line 782 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getDoubleWidth/Align/Format - Return the size/align/format of 'double'.
Definition at line 780 of file TargetInfo.h.
Referenced by getRealTypeByWidth(), and InitializePredefinedMacros().
|
inlinevirtual |
AddressSpace
to be converted in order to be used, then return the corresponding target specific DWARF address space.Reimplemented in clang::targets::AMDGPUTargetInfo, clang::targets::NVPTXTargetInfo, and clang::targets::BaseSPIRTargetInfo.
Definition at line 1795 of file TargetInfo.h.
Return the register number that __builtin_eh_return_regno would return with the specified argument.
This corresponds with TargetLowering's getExceptionPointerRegister and getExceptionSelectorRegister in the backend.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::ARMTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::X86_32TargetInfo, clang::targets::X86_64TargetInfo, and clang::targets::XCoreTargetInfo.
Definition at line 1610 of file TargetInfo.h.
Referenced by clang::interp::interp__builtin_eh_return_data_regno().
|
inlinevirtual |
Return the alignment (in bits) of the thrown exception object.
This is only meaningful for targets that allocate C++ exceptions in a system runtime, such as those using the Itanium C++ ABI.
Definition at line 859 of file TargetInfo.h.
|
inline |
Definition at line 795 of file TargetInfo.h.
|
inline |
Definition at line 796 of file TargetInfo.h.
Referenced by clang::ASTContext::getFloatTypeSemantics().
|
inlinevirtual |
Return the mangled code of __float128.
Reimplemented in clang::targets::PPCTargetInfo.
Definition at line 810 of file TargetInfo.h.
|
inline |
getFloat128Width/Align/Format - Return the size/align/format of '__float128'.
Definition at line 794 of file TargetInfo.h.
|
inline |
Definition at line 771 of file TargetInfo.h.
|
inline |
Definition at line 772 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getFloatWidth/Align/Format - Return the size/align/format of 'float'.
Definition at line 770 of file TargetInfo.h.
Referenced by getRealTypeByWidth(), and InitializePredefinedMacros().
|
inlinevirtual |
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1527 of file TargetInfo.h.
Referenced by clang::CodeGen::ABIInfo::appendAttributeMangling(), and getFMVPriority().
|
inlinevirtual |
Return the value for the C99 FLT_EVAL_METHOD macro.
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 821 of file TargetInfo.h.
|
inline |
Definition at line 567 of file TargetInfo.h.
|
inline |
getFractScale - Return the number of fractional bits in a 'signed _Fract' type.
Definition at line 631 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getFractWidth/Align - Return the size of 'signed _Fract' and 'unsigned _Fract' for this target, in bits.
Definition at line 566 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inlineprotectedvirtual |
Reimplemented in clang::targets::AVRTargetInfo, clang::targets::PPCTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1861 of file TargetInfo.h.
Referenced by getNormalizedGCCRegisterName(), and isValidGCCRegisterName().
|
protectedpure virtual |
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::VETargetInfo, clang::targets::X86TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by getNormalizedGCCRegisterName(), and isValidGCCRegisterName().
|
protectedpure virtual |
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SPIRV64AMDGCNTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::VETargetInfo, clang::targets::X86TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by getNormalizedGCCRegisterName(), and isValidGCCRegisterName().
|
inlinevirtual |
Reimplemented in clang::targets::AMDGPUTargetInfo, and clang::targets::NVPTXTargetInfo.
Definition at line 1653 of file TargetInfo.h.
Referenced by clang::CodeGen::CGOpenMPRuntimeGPU::emitReduction(), and clang::CodeGen::CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction().
|
inline |
Definition at line 766 of file TargetInfo.h.
|
inline |
Definition at line 767 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getHalfWidth/Align/Format - Return the size/align/format of 'half'.
Definition at line 765 of file TargetInfo.h.
Referenced by getRealTypeByWidth().
|
inline |
Definition at line 803 of file TargetInfo.h.
|
inline |
Definition at line 804 of file TargetInfo.h.
|
inlinevirtual |
Return the mangled code of __ibm128.
Reimplemented in clang::targets::PPCTargetInfo.
Definition at line 813 of file TargetInfo.h.
|
inline |
getIbm128Width/Align/Format - Return the size/align/format of '__ibm128'.
Definition at line 802 of file TargetInfo.h.
|
inline |
getInt128Align() - Returns the alignment of Int128.
Definition at line 526 of file TargetInfo.h.
|
inline |
Definition at line 408 of file TargetInfo.h.
Referenced by DefineExactWidthIntType().
|
inline |
Definition at line 404 of file TargetInfo.h.
Referenced by clang::SemaARM::CheckNeonBuiltinFunctionCall(), DecodeTypeFromStr(), DefineExactWidthIntType(), and DefineExactWidthIntTypeSize().
|
inline |
Definition at line 513 of file TargetInfo.h.
Referenced by getTypeAlign().
|
inline |
Return the size of intmax_t and uintmax_t for this target, in bits.
Definition at line 872 of file TargetInfo.h.
Referenced by clang::Sema::ActOnNumericConstant().
|
inline |
Definition at line 385 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 396 of file TargetInfo.h.
Referenced by clang::SemaPPC::CheckPPCBuiltinFunctionCall(), and InitializePredefinedMacros().
|
virtual |
Return integer type with specified width.
Reimplemented in clang::targets::AVRTargetInfo.
Definition at line 302 of file TargetInfo.cpp.
References getCharWidth(), getIntWidth(), getLongLongWidth(), getLongWidth(), getShortWidth(), clang::TransferrableTargetInfo::NoInt, clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by DecodeTypeFromStr(), and clang::ASTContext::getIntTypeForBitwidth().
|
inline |
getIntWidth/Align - Return the size of 'signed int' and 'unsigned int' for this target, in bits.
Definition at line 512 of file TargetInfo.h.
Referenced by clang::Sema::ActOnEnumBody(), clang::Sema::ActOnGNUNullExpr(), clang::Sema::ActOnIntegerConstant(), clang::Sema::ActOnNumericConstant(), clang::Sema::BuildCXXNew(), clang::CharLiteralParser::CharLiteralParser(), clang::Sema::CheckEnumConstant(), clang::CodeGen::CodeGenModule::EmitMainVoidAlias(), EvaluateValue(), clang::interp::getIntPrimType(), getIntTypeByWidth(), getLeastIntTypeByWidth(), clang::targets::MipsTargetInfo::getTargetDefines(), getTypeConstantSuffix(), getTypeWidth(), and InitializePredefinedMacros().
|
inline |
Definition at line 830 of file TargetInfo.h.
|
inline |
Definition at line 829 of file TargetInfo.h.
|
virtual |
Return the smallest integer type with at least the specified width.
Reimplemented in clang::targets::AVRTargetInfo.
Definition at line 317 of file TargetInfo.cpp.
References getCharWidth(), getIntWidth(), getLongLongWidth(), getLongWidth(), getShortWidth(), clang::TransferrableTargetInfo::NoInt, clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by DefineFastIntType(), and DefineLeastWidthIntType().
|
inline |
Definition at line 557 of file TargetInfo.h.
|
inline |
Definition at line 589 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getLongAccumScale/IBits - Return the number of fractional/integral bits in a 'signed long _Accum' type.
Definition at line 588 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getLongAccumWidth/Align - Return the size of 'signed long _Accum' and 'unsigned long _Accum' for this target, in bits.
Definition at line 556 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 518 of file TargetInfo.h.
Referenced by getTypeAlign().
|
inline |
Definition at line 787 of file TargetInfo.h.
|
inline |
Definition at line 788 of file TargetInfo.h.
Referenced by clang::Sema::BuildAtomicExpr(), clang::ento::SMTConstraintManager::canReasonAbout(), clang::SemaPPC::CheckPPCBuiltinFunctionCall(), clang::ASTContext::getFloatTypeSemantics(), getRealTypeByWidth(), and InitializePredefinedMacros().
|
inlinevirtual |
Return the mangled code of long double.
Reimplemented in clang::targets::PPCTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 807 of file TargetInfo.h.
|
inline |
getLongDoubleWidth/Align/Format - Return the size/align/format of 'long double'.
Definition at line 786 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 572 of file TargetInfo.h.
|
inline |
getLongFractScale - Return the number of fractional bits in a 'signed long _Fract' type.
Definition at line 635 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getLongFractWidth/Align - Return the size of 'signed long _Fract' and 'unsigned long _Fract' for this target, in bits.
Definition at line 571 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 523 of file TargetInfo.h.
Referenced by getTypeAlign().
|
inline |
getLongLongWidth/Align - Return the size of 'signed long long' and 'unsigned long long' for this target, in bits.
Definition at line 522 of file TargetInfo.h.
Referenced by clang::Sema::ActOnEnumBody(), clang::Sema::ActOnGNUNullExpr(), clang::Sema::ActOnNumericConstant(), getIntTypeByWidth(), getLeastIntTypeByWidth(), getTypeWidth(), and InitializePredefinedMacros().
|
inline |
getLongWidth/Align - Return the size of 'signed long' and 'unsigned long' for this target, in bits.
Definition at line 517 of file TargetInfo.h.
Referenced by clang::Sema::ActOnEnumBody(), clang::Sema::ActOnGNUNullExpr(), clang::Sema::ActOnNumericConstant(), DecodeTypeFromStr(), clang::CodeGen::CodeGenModule::GetAddrOfConstantCFString(), getIntTypeByWidth(), getLeastIntTypeByWidth(), clang::interp::getLongPrimType(), clang::targets::MipsTargetInfo::getTargetDefines(), getTypeWidth(), and InitializePredefinedMacros().
|
inline |
Get the maximum alignment in bits for a static variable with aligned attribute.
Definition at line 950 of file TargetInfo.h.
Referenced by clang::ASTContext::getDeclAlign().
|
inline |
Return the maximum width lock-free atomic operation which can be inlined given the supported features of the given target.
Definition at line 837 of file TargetInfo.h.
Referenced by clang::ASTContext::AtomicUsesUnsupportedLibcall(), and clang::interp::interp__builtin_atomic_lock_free().
|
inline |
Return the maximum width lock-free atomic operation which will ever be supported for the given target.
Definition at line 834 of file TargetInfo.h.
|
inlinevirtual |
Reimplemented in clang::targets::X86_32TargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 675 of file TargetInfo.h.
Referenced by clang::Sema::ActOnNumericConstant(), clang::Sema::BuildBitIntType(), and InitializePredefinedMacros().
|
inline |
Definition at line 854 of file TargetInfo.h.
|
inlinevirtual |
Return the maximum width of pointers on this target.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 481 of file TargetInfo.h.
Referenced by adjust(), and clang::CodeGen::initializationPatternFor().
|
inline |
Return the maximum alignment (in bits) of a TLS variable.
Gets the maximum alignment (in bits) of a TLS variable on this target. Returns zero if there is no such constraint.
Definition at line 1584 of file TargetInfo.h.
Referenced by clang::Sema::AddAlignedAttr(), and clang::Sema::CheckThreadLocalForLargeAlignment().
|
inline |
Return the maximum vector alignment supported for the given target.
Definition at line 852 of file TargetInfo.h.
|
inline |
Returns the name of the mcount instrumentation function.
Definition at line 908 of file TargetInfo.h.
|
inlinevirtual |
getMinGlobalAlign - Return the minimum alignment of a global variable, unless its alignment is explicitly reduced via attributes.
If
HasNonWeakDef | is true, this concerns a VarDecl which has a definition in current translation unit and that is not weak. |
Reimplemented in clang::targets::SystemZTargetInfo, and clang::targets::CSKYTargetInfo.
Definition at line 738 of file TargetInfo.h.
Referenced by clang::ASTContext::getMinGlobalAlignOfVar().
|
inline |
Return the largest alignment for which a suitably-sized allocation with '::operator new(size_t)' is guaranteed to produce a correctly-aligned pointer.
Definition at line 745 of file TargetInfo.h.
Referenced by clang::Sema::BuildCXXNew(), hasNewExtendedAlignment(), and InitializeStandardPredefinedMacros().
StringRef TargetInfo::getNormalizedGCCRegisterName | ( | StringRef | Name, |
bool | ReturnCanonical = false |
||
) | const |
Returns the "normalized" GCC register name.
ReturnCannonical true will return the register name without any additions such as "{}" or "%" in it's canonical form, for example: ReturnCanonical = true and Name = "rax", will return "ax".
Definition at line 701 of file TargetInfo.cpp.
References getGCCAddlRegNames(), getGCCRegAliases(), getGCCRegNames(), clang::isDigit(), isValidGCCRegisterName(), and removeGCCRegisterPrefix().
|
inlinevirtual |
Get integer value for null pointer.
AddrSpace | address space of pointee in source language. |
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 487 of file TargetInfo.h.
Referenced by clang::ASTContext::getTargetNullPointerValue().
Map from the address space field in builtin description strings to the language address space.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 1633 of file TargetInfo.h.
References clang::getLangASFromTargetAS().
Referenced by clang::ASTContext::getLangASForBuiltinAddressSpace().
|
virtual |
Get address space for OpenCL type.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 621 of file TargetInfo.cpp.
References clang::Default, clang::OCLTK_Image, clang::OCLTK_Pipe, clang::OCLTK_Sampler, clang::opencl_constant, and clang::opencl_global.
|
inline |
Retrieve the minimum desired version of the platform, to which the program should be compiled.
Definition at line 1663 of file TargetInfo.h.
Referenced by CheckAvailability(), checkObjCMethodX86VectorTypes(), and DoEmitAvailabilityWarning().
|
inline |
Retrieve the name of the platform as it is used in the availability attribute.
Definition at line 1659 of file TargetInfo.h.
Referenced by clang::SemaObjC::ActOnObjCAvailabilityCheckExpr(), CheckAvailability(), DiagnoseObjCImplementedDeprecations(), DoEmitAvailabilityWarning(), getAttrForPlatform(), and clang::Decl::getVersionIntroduced().
|
inline |
Definition at line 475 of file TargetInfo.h.
Referenced by initializeForBlockHeader().
|
inlineprotectedvirtual |
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1853 of file TargetInfo.h.
|
inline |
Return the width of pointers on this target, for the specified address space.
Definition at line 471 of file TargetInfo.h.
Referenced by clang::Sema::ActOnGNUNullExpr(), clang::interp::CheckPointerToIntegralCast(), getConstantArrayInfoInChars(), clang::CodeGen::swiftcall::getMaximumVoluntaryIntegerSize(), GetNumNonZeroBytesInInit(), clang::targets::MipsTargetInfo::getTargetDefines(), clang::targets::MipsTargetInfo::getUnwindWordWidth(), handleMSPointerTypeQualifierAttr(), initializeForBlockHeader(), InitializePredefinedMacros(), clang::MangleContext::mangleName(), clang::CodeGen::SwiftABIInfo::occupiesMoreThan(), and parseModeAttrArg().
|
inlineprotectedvirtual |
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::SystemZTargetInfo, clang::targets::AMDGPUTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1850 of file TargetInfo.h.
|
inline |
Definition at line 413 of file TargetInfo.h.
Definition at line 389 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inlineprotectedvirtual |
Definition at line 1856 of file TargetInfo.h.
FloatModeKind TargetInfo::getRealTypeByWidth | ( | unsigned | BitWidth, |
FloatModeKind | ExplicitType | ||
) | const |
Return floating point type with specified width.
On PPC, there are three possible types for 128-bit floating point: "PPC double-double", IEEE 754R quad precision, and "long double" (which under the covers is represented as one of those two). At this time, there is no support for an explicit "PPC double-double" type (i.e. __ibm128) so we only need to differentiate between "long double" and IEEE quad precision.
Definition at line 332 of file TargetInfo.cpp.
References clang::Double, clang::Float, clang::Float128, getDoubleWidth(), getFloatWidth(), getHalfWidth(), getLongDoubleFormat(), clang::Half, hasFloat128Type(), hasIbm128Type(), clang::Ibm128, clang::LongDouble, and clang::NoFloat.
Referenced by clang::ASTContext::getRealTypeForBitwidth().
|
inlinevirtual |
Return the "preferred" register width on this target.
Reimplemented in clang::targets::X86_64TargetInfo.
Definition at line 882 of file TargetInfo.h.
Referenced by clang::targets::LoongArchTargetInfo::getTargetDefines(), and parseModeAttrArg().
|
inline |
Definition at line 1570 of file TargetInfo.h.
Referenced by clang::Sema::CheckRegparmAttr().
|
inline |
Definition at line 1802 of file TargetInfo.h.
Referenced by handleAliasAttr().
|
inline |
Definition at line 547 of file TargetInfo.h.
|
inline |
Definition at line 577 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getShortAccumScale/IBits - Return the number of fractional/integral bits in a 'signed short _Accum' type.
Definition at line 576 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getShortAccumWidth/Align - Return the size of 'signed short _Accum' and 'unsigned short _Accum' for this target, in bits.
Definition at line 546 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 508 of file TargetInfo.h.
Referenced by getTypeAlign().
|
inline |
Definition at line 562 of file TargetInfo.h.
|
inline |
getShortFractScale - Return the number of fractional bits in a 'signed short _Fract' type.
Definition at line 627 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getShortFractWidth/Align - Return the size of 'signed short _Fract' and 'unsigned short _Fract' for this target, in bits.
Definition at line 561 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getShortWidth/Align - Return the size of 'signed short' and 'unsigned short' for this target, in bits.
Definition at line 507 of file TargetInfo.h.
Referenced by clang::Sema::ActOnEnumBody(), getIntTypeByWidth(), getLeastIntTypeByWidth(), getTypeConstantSuffix(), getTypeWidth(), and InitializePredefinedMacros().
|
inline |
Definition at line 412 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 371 of file TargetInfo.h.
|
inline |
Definition at line 370 of file TargetInfo.h.
Referenced by clang::Sema::ActOnNumericConstant(), InitializePredefinedMacros(), and InitializeStandardPredefinedMacros().
|
inlinevirtual |
Return the section to use for C++ static initialization functions.
Definition at line 1615 of file TargetInfo.h.
|
inline |
Return the alignment that is the largest alignment ever used for any scalar/SIMD data type on the target machine you are compiling for (including types with an extended alignment requirement).
Definition at line 726 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Get supported OpenCL extensions and optional core features.
Definition at line 1772 of file TargetInfo.h.
Referenced by adjust(), clang::OpenCLOptions::diagnoseFeatureExtensionDifferences(), clang::OpenCLOptions::diagnoseUnsupportedFeatureDependencies(), clang::Sema::Initialize(), InitializeOpenCLFeatureTestMacros(), and validateOpenCLTarget().
|
inline |
Get const supported OpenCL extensions and optional core features.
Definition at line 1777 of file TargetInfo.h.
Definition at line 1620 of file TargetInfo.h.
References clang::isTargetAddressSpace(), and clang::toTargetAddressSpace().
Referenced by clang::ASTContext::getTargetAddressSpace().
|
pure virtual |
Return information about target-specific builtins for the current primary target, and info about which builtins are non-portable across the current set of primary and secondary targets.
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SPIRV64AMDGCNTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::VETargetInfo, clang::targets::X86_32TargetInfo, clang::targets::X86_64TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by clang::Builtin::Context::InitializeTarget().
|
pure virtual |
===-— Other target property query methods -----------------------—===//
Appends the target-specific #define values for this target set to the specified buffer.
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AArch64leTargetInfo, clang::targets::AArch64beTargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::ARMleTargetInfo, clang::targets::ARMbeTargetInfo, clang::targets::CygwinARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::OSTargetInfo< PPC32TargetInfo >, clang::targets::OSTargetInfo< PPC64TargetInfo >, clang::targets::OSTargetInfo< X86_32TargetInfo >, clang::targets::OSTargetInfo< X86_64TargetInfo >, clang::targets::OSTargetInfo< AArch64leTargetInfo >, clang::targets::OSTargetInfo< ARMleTargetInfo >, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SparcV8TargetInfo, clang::targets::SparcV9TargetInfo, clang::targets::SPIRTargetInfo, clang::targets::SPIR32TargetInfo, clang::targets::SPIR64TargetInfo, clang::targets::BaseSPIRVTargetInfo, clang::targets::SPIRVTargetInfo, clang::targets::SPIRV32TargetInfo, clang::targets::SPIRV64TargetInfo, clang::targets::SPIRV64AMDGCNTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::TCELETargetInfo, clang::targets::VETargetInfo, clang::targets::WebAssemblyTargetInfo, clang::targets::WebAssembly32TargetInfo, clang::targets::WebAssembly64TargetInfo, clang::targets::X86TargetInfo, clang::targets::CygwinX86_32TargetInfo, clang::targets::MCUX86_32TargetInfo, clang::targets::RTEMSX86_32TargetInfo, clang::targets::CygwinX86_64TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by InitializePredefinedMacros().
|
inlinevirtual |
Returns the target ID if supported.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 1260 of file TargetInfo.h.
|
inline |
Retrieve the target options.
Definition at line 311 of file TargetInfo.h.
Referenced by clang::SemaHLSL::ActOnTopLevelFunction(), clang::CodeGen::CGHLSLRuntime::finishCodeGen(), getOffloadArch(), clang::ASTContext::getOpenMPDefaultSimdAlign(), clang::targets::AArch64TargetInfo::getTargetDefines(), clang::targets::BPFTargetInfo::getTargetDefines(), clang::targets::LoongArchTargetInfo::getTargetDefines(), clang::targets::RISCVTargetInfo::getTargetDefines(), clang::targets::X86TargetInfo::getTargetDefines(), clang::targets::AArch64TargetInfo::parseTargetAttr(), clang::PCHValidator::ReadTargetOptions(), clang::CodeGen::CodeGenModule::Release(), and clang::targets::AArch64TargetInfo::validateGlobalRegisterVariable().
|
inline |
Returns the target triple of the primary target.
Definition at line 1255 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::Sema::ActOnCXXTryBlock(), clang::Sema::ActOnExplicitInstantiation(), clang::Sema::ActOnFunctionDeclarator(), clang::SemaObjC::ActOnMethodDeclaration(), clang::Sema::ActOnStartOfFunctionDef(), clang::Sema::ActOnTag(), clang::Sema::ActOnTagFinishDefinition(), clang::SemaHLSL::ActOnTopLevelFunction(), clang::Sema::AddAlignedAttr(), clang::Sema::AddKnownFunctionAttributes(), addLinkOptionsPostorder(), adjust(), clang::targets::AMDGPUTargetInfo::adjust(), clang::targets::PPCTargetInfo::adjust(), clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::CodeGen::CodeGenTypes::arrangeObjCMessageSendSignature(), clang::ASTContext::AtomicUsesUnsupportedLibcall(), clang::Sema::BuildArrayType(), clang::Sema::BuildCXXThrow(), buildGlobalBlock(), clang::Sema::BuildResolvedCallExpr(), clang::Sema::BuildVAArgExpr(), BuiltinCpu(), clang::arcmt::trans::canApplyWeak(), canPassInRegisters(), captureInLambda(), clang::Sema::CheckAddressOfOperand(), checkAliasedGlobal(), clang::Sema::CheckAssignmentConstraints(), CheckAvailability(), clang::Sema::CheckBaseSpecifier(), clang::SemaX86::CheckBuiltinFunctionCall(), CheckBuiltinTargetInSupported(), CheckBuiltinTargetNotInUnsupported(), clang::Sema::checkCall(), clang::Sema::CheckCallingConvAttr(), clang::Sema::checkClassLevelDLLAttribute(), clang::Sema::CheckCompleteVariableDeclaration(), clang::SemaHLSL::CheckEntryPoint(), clang::Sema::CheckEnumConstant(), clang::Sema::CheckFieldDecl(), clang::Sema::CheckFunctionDeclaration(), clang::Sema::CheckMain(), CheckMultiVersionFunction(), CheckMultiVersionValue(), clang::SemaARM::CheckNeonBuiltinFunctionCall(), checkObjCMethodX86VectorTypes(), clang::Sema::CheckParameter(), clang::Sema::CheckSpecializationInstantiationRedecl(), clang::Sema::checkTargetAttr(), clang::Sema::checkTargetClonesAttrString(), clang::Sema::checkTargetVersionAttr(), clang::Sema::checkTypeSupport(), clang::Sema::CheckUnaryExprOrTypeTraitOperand(), clang::Sema::CheckVariableDeclarationType(), checkVAStartABI(), clang::Sema::CheckVectorOperands(), clang::CodeGen::CodeGenModule::CodeGenModule(), clang::CodeGen::computeSPIRKernelABIInfo(), configureBlocksRuntimeObject(), clang::ExtractAPIAction::CreateASTConsumer(), clang::WrappingExtractAPIAction::CreateASTConsumer(), clang::CompilerInstance::createTarget(), createTargetCodeGenInfo(), clang::SemaHLSL::DiagnoseAvailabilityViolations(), clang::Sema::diagnoseUnavailableAlignedAllocation(), DoEmitAvailabilityWarning(), EmitBitTestIntrinsic(), clang::CodeGen::CGDebugInfo::EmitFunctionDecl(), emitGlobalDtorWithCXAAtExit(), emitIsPlatformVersionAtLeast(), EmitMSVCRTSetJmp(), EmitTargetArchBuiltinExpr(), clang::targets::AMDGPUTargetInfo::fillValidCPUList(), clang::targets::RISCVTargetInfo::fillValidCPUList(), clang::targets::X86TargetInfo::fillValidCPUList(), clang::targets::RISCVTargetInfo::fillValidTuneCPUList(), clang::DeclSpec::Finish(), funcHasParameterSizeMangling(), clang::CodeGen::EHPersonality::get(), clang::analyze_scanf::ScanfSpecifier::getArgType(), getAvailabilityDiagnosticKind(), clang::FunctionDecl::getBuiltinID(), clang::targets::ARMTargetInfo::getBuiltinVaListKind(), getCallingConvKind(), getCallingConvMangling(), getCCForDeclaratorChunk(), getCodegenToUse(), getInstrProfSection(), getOffloadArch(), clang::targets::AArch64TargetInfo::getTargetDefines(), clang::targets::AMDGPUTargetInfo::getTargetDefines(), clang::targets::ARMTargetInfo::getTargetDefines(), clang::targets::PPCTargetInfo::getTargetDefines(), clang::targets::RISCVTargetInfo::getTargetDefines(), clang::targets::SparcV8TargetInfo::getTargetDefines(), clang::targets::SparcV9TargetInfo::getTargetDefines(), clang::targets::X86TargetInfo::getTargetDefines(), getTypeInfoLinkage(), handleAliasAttr(), clang::SemaX86::handleAnyInterruptAttr(), handleAsDoubleBuiltin(), handleAvailabilityAttr(), handleBuiltinAliasAttr(), handleHlslClip(), handleHlslSplitdouble(), handleInterruptAttr(), handleMSPointerTypeQualifierAttr(), handleNakedAttr(), HandleNeonVectorTypeAttr(), clang::SemaHLSL::handleNumThreadsAttr(), handlePackedAttr(), handlePatchableFunctionEntryAttr(), handleTargetClonesAttr(), clang::targets::PPCTargetInfo::handleTargetFeatures(), clang::targets::RISCVTargetInfo::handleTargetFeatures(), handleWeakImportAttr(), clang::targets::X86TargetInfo::hasFeature(), clang::targets::LoongArchTargetInfo::hasFeature(), clang::targets::RISCVTargetInfo::hasFeature(), hasMatchingEnvironmentOrNone(), clang::ASTContext::InitBuiltinTypes(), clang::targets::ARMTargetInfo::initFeatureMap(), clang::targets::LoongArchTargetInfo::initFeatureMap(), clang::targets::PPCTargetInfo::initFeatureMap(), clang::targets::RISCVTargetInfo::initFeatureMap(), clang::targets::X86TargetInfo::initFeatureMap(), clang::targets::AMDGPUTargetInfo::initFeatureMap(), clang::targets::SPIRV64AMDGCNTargetInfo::initFeatureMap(), clang::Sema::Initialize(), InitializePredefinedMacros(), InitializeStandardPredefinedMacros(), clang::Sema::InstantiateClassMembers(), isAIXLayout(), clang::CodeGen::ABIInfo::isAndroid(), isArc4RandomAvailable(), clang::targets::ARMTargetInfo::isBranchProtectionSupportedArch(), isDefaultStdCall(), clang::FunctionDecl::isMSVCRTEntryPoint(), isNonViableMultiVersionOverload(), clang::CodeGen::ABIInfo::isOHOSFamily(), isPermittedNeonBaseType(), isTargetArch(), isTargetEnvironment(), isTargetOS(), isTargetVariantEnvironment(), isTargetVariantOS(), isTargetVendor(), isThreadWrapperReplaceable(), isTrivialForMSVC(), clang::targets::RISCVTargetInfo::isValidCPUName(), clang::Sema::isValidSectionSpecifier(), clang::targets::RISCVTargetInfo::isValidTuneCPUName(), clang::Sema::isValidVarArgType(), isVarDeclStrongDefinition(), IsVectorConversion(), MultiVersionTypesCompatible(), patchDefaultTargetVersion(), clang::Sema::ProcessDeclAttributeList(), clang::Preprocessor::processPathForFileMacro(), ReferenceDllExportedMembers(), clang::CodeGen::CodeGenModule::Release(), ShouldDiagnoseAvailabilityInContext(), clang::targets::RISCVTargetInfo::supportsCpuInit(), clang::targets::RISCVTargetInfo::supportsCpuIs(), clang::targets::RISCVTargetInfo::supportsCpuSupports(), clang::targets::RISCVTargetInfo::validateCpuIs(), clang::targets::PPCTargetInfo::validateCpuIs(), clang::targets::PPCTargetInfo::validateCpuSupports(), clang::targets::AArch64TargetInfo::validateGlobalRegisterVariable(), clang::targets::RISCVTargetInfo::validateGlobalRegisterVariable(), clang::targets::AArch64TargetInfo::validateTarget(), clang::targets::MipsTargetInfo::validateTarget(), and wrapWithBPFPreserveStaticOffset().
Return the alignment (in bits) of the specified integer type enum.
getTypeAlign - Return the alignment (in bits) of the specified integer type enum.
For example, SignedInt -> getIntAlign().
Definition at line 368 of file TargetInfo.cpp.
References getCharAlign(), getIntAlign(), getLongAlign(), getLongLongAlign(), getShortAlign(), clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::T, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
const char * TargetInfo::getTypeConstantSuffix | ( | IntType | T | ) | const |
Return the constant suffix for the specified integer type enum.
getTypeConstantSuffix - Return the constant suffix for the specified integer type enum.
For example, SignedLong -> "L".
Definition at line 243 of file TargetInfo.cpp.
References getCharWidth(), getIntWidth(), getShortWidth(), clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::T, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by DefineExactWidthIntType(), DefineTypeSize(), InitializePredefinedMacros(), and InitializeStandardPredefinedMacros().
|
static |
Return the printf format modifier for the specified integer type enum.
getTypeFormatModifier - Return the printf format modifier for the specified integer type enum.
For example, SignedLong -> "l".
Definition at line 268 of file TargetInfo.cpp.
References clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::T, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by DefineFmt().
|
static |
Return the user string for the specified integer type enum.
getTypeName - Return the user string for the specified integer type enum.
For example, SignedShort -> "short".
Definition at line 225 of file TargetInfo.cpp.
References clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::T, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by DefineType().
Return the width (in bits) of the specified integer type enum.
getTypeWidth - Return the width (in bits) of the specified integer type enum.
For example, SignedInt -> getIntWidth().
Definition at line 286 of file TargetInfo.cpp.
References getCharWidth(), getIntWidth(), getLongLongWidth(), getLongWidth(), getShortWidth(), clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::T, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by clang::Sema::ActOnNumericConstant(), clang::SemaPPC::CheckPPCBuiltinFunctionCall(), DefineExactWidthIntType(), DefineExactWidthIntTypeSize(), DefineTypeSize(), DefineTypeWidth(), and InitializePredefinedMacros().
|
inline |
Definition at line 409 of file TargetInfo.h.
Referenced by DefineExactWidthIntType().
|
inline |
Definition at line 405 of file TargetInfo.h.
Referenced by DefineExactWidthIntType(), and DefineExactWidthIntTypeSize().
|
inline |
Definition at line 386 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 397 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 609 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getUnsignedAccumScale/IBits - Return the number of fractional/integral bits in a 'unsigned _Accum' type.
Definition at line 606 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getUnsignedFractScale - Return the number of fractional bits in a 'unsigned _Fract' type.
Definition at line 646 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Definition at line 619 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getUnsignedLongAccumScale/IBits - Return the number of fractional/integral bits in a 'unsigned long _Accum' type.
Definition at line 616 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getUnsignedLongFractScale - Return the number of fractional bits in a 'unsigned long _Fract' type.
Definition at line 652 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
Definition at line 393 of file TargetInfo.h.
|
inline |
Definition at line 598 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getUnsignedShortAccumScale/IBits - Return the number of fractional/integral bits in a 'unsigned short _Accum' type.
Definition at line 595 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
getUnsignedShortFractScale - Return the number of fractional bits in a 'unsigned short _Fract' type.
Definition at line 639 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inlinevirtual |
Reimplemented in clang::targets::MipsTargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 877 of file TargetInfo.h.
Referenced by parseModeAttrArg().
|
inline |
Returns the default value of the USER_LABEL_PREFIX macro, which is the prefix given to user symbols by default.
On most platforms this is "", but it is "_" on some.
Definition at line 905 of file TargetInfo.h.
Referenced by InitializePredefinedMacros(), and clang::MangleContext::mangleName().
|
inlinevirtual |
Returns target-specific min and max values VScale_Range.
Reimplemented in clang::targets::AArch64TargetInfo, and clang::targets::RISCVTargetInfo.
Definition at line 1019 of file TargetInfo.h.
Referenced by getRVVTypeSize(), and HandleRISCVRVVVectorBitsTypeAttr().
|
inlinevirtual |
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 1785 of file TargetInfo.h.
|
inline |
Definition at line 752 of file TargetInfo.h.
|
inline |
Definition at line 400 of file TargetInfo.h.
Referenced by EvaluateValue(), and InitializePredefinedMacros().
|
inline |
getWCharWidth/Align - Return the size of 'wchar_t' for this target, in bits.
Definition at line 751 of file TargetInfo.h.
Referenced by clang::CharLiteralParser::CharLiteralParser(), and EvaluateValue().
|
inline |
Definition at line 401 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Get the fixed alignment value in bits for a member that follows a zero length bitfield.
Definition at line 944 of file TargetInfo.h.
|
inlinevirtual |
Replace some escaped characters with another string based on target-specific rules.
Reimplemented in clang::targets::AVRTargetInfo, and clang::targets::M68kTargetInfo.
Definition at line 1241 of file TargetInfo.h.
Referenced by clang::GCCAsmStmt::AnalyzeAsmString().
|
inlinevirtual |
Perform initialization based on the user configured set of features (e.g., +sse4).
The list is guaranteed to have at most one entry per feature.
The target may modify the features list, to change which options are passed onwards to the backend. FIXME: This part should be fixed so that we can change handleTargetFeatures to merely a TargetInfo initialization routine.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1480 of file TargetInfo.h.
|
inlinevirtual |
The first value in the pair is the minimum offset between two objects to avoid false sharing (destructive interference).
The second value in the pair is maximum size of contiguous memory to promote true sharing (constructive interference). Neither of these values are considered part of the ABI and can be changed by targets at any time.
Reimplemented in clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::PPC32TargetInfo, clang::targets::PPC64TargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, and clang::targets::SystemZTargetInfo.
Definition at line 1843 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Returns whether or not the AArch64 SVE built-in types are available on this target.
Definition at line 1039 of file TargetInfo.h.
Referenced by clang::ASTContext::InitBuiltinTypes(), and clang::Sema::Initialize().
|
inline |
Check whether this target support '#pragma options align=mac68k'.
Definition at line 959 of file TargetInfo.h.
Referenced by clang::Sema::ActOnPragmaOptionsAlign().
|
inlinevirtual |
Determine whether the _BFloat16 type is supported on this target.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::SPIRV64AMDGCNTargetInfo.
Definition at line 702 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport(), ConvertDeclSpecToType(), and clang::QualType::UseExcessPrecision().
|
inlinevirtual |
Determine whether the _BitInt type is supported on this target.
This limitation is put into place for ABI reasons. FIXME: _BitInt is a required type in C23, so there's not much utility in asking whether the target supported it or not; I think this should be removed once backends have been alerted to the type and have had the chance to do implementation work if needed.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcV8TargetInfo, clang::targets::SparcV9TargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::X86_32TargetInfo, clang::targets::X86_64TargetInfo, and clang::targets::XCoreTargetInfo.
Definition at line 669 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport(), and ConvertDeclSpecToType().
|
inlinevirtual |
Returns true if the given target supports lock-free atomic operations at the specified width and alignment.
Definition at line 843 of file TargetInfo.h.
References getCharWidth().
Referenced by emitOMPAtomicRMW(), and getLockFreeValue().
|
inline |
Returns whether or not type __builtin_ms_va_list
type is available on this target.
Definition at line 1035 of file TargetInfo.h.
Referenced by clang::Sema::BuildVAArgExpr(), and clang::Sema::Initialize().
|
inline |
Return true iff unaligned accesses are cheap.
This affects placement and size of bitfield loads/stores. (Not the ABI-mandated placement of the bitfields themselves.)
Definition at line 896 of file TargetInfo.h.
|
inlinevirtual |
Determine whether the given target has the given feature.
Reimplemented in clang::targets::X86TargetInfo, clang::targets::AArch64TargetInfo, clang::targets::ARMTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SPIRTargetInfo, clang::targets::BaseSPIRVTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::TCETargetInfo.
Definition at line 1486 of file TargetInfo.h.
Referenced by clang::Sema::ActOnFunctionDeclarator(), clang::Sema::ActOnStartOfFunctionDef(), clang::Sema::BuildResolvedCallExpr(), clang::SemaRISCV::CheckBuiltinFunctionCall(), clang::Sema::checkCall(), clang::CheckInvalidVLENandLMUL(), clang::SemaMIPS::CheckMipsBuiltinCpu(), CheckMultiVersionFunction(), clang::CodeGen::CGOpenMPRuntime::emitDeclareSimdFunction(), clang::DeclSpec::Finish(), getOffloadArch(), HandleArmSveVectorBitsTypeAttr(), clang::SemaARM::handleInterruptAttr(), HandleNeonVectorTypeAttr(), HandleRISCVRVVVectorBitsTypeAttr(), handleTargetClonesAttr(), clang::Sema::Initialize(), and clang::CodeGen::CodeGenModule::Release().
|
inlinevirtual |
Check if target has a given feature enabled.
Definition at line 1378 of file TargetInfo.h.
Referenced by adjust(), clang::OpenCLOptions::diagnoseFeatureExtensionDifferences(), clang::OpenCLOptions::diagnoseUnsupportedFeatureDependencies(), InitializeOpenCLFeatureTestMacros(), validateOpenCLTarget(), and clang::targets::X86TargetInfo::validateOperandSize().
|
inlinevirtual |
Determine whether the __float128 type is supported on this target.
Definition at line 696 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport(), ConvertDeclSpecToType(), getRealTypeByWidth(), clang::targets::AMDGPUTargetInfo::setAuxTarget(), and clang::targets::SPIRV64AMDGCNTargetInfo::setAuxTarget().
|
inlinevirtual |
Determine whether the _Float16 type is supported on this target.
Definition at line 699 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport(), ConvertDeclSpecToType(), InitializePredefinedMacros(), and clang::QualType::UseExcessPrecision().
|
inlinevirtual |
Determine whether return of a floating point value is supported on this target.
Definition at line 718 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport().
|
inlinevirtual |
Determine whether the BFloat type is fully supported on this target, i.e arithemtic operations.
Definition at line 708 of file TargetInfo.h.
Referenced by clang::QualType::UseExcessPrecision().
|
inlinevirtual |
Whether to support HIP image/texture API's.
Reimplemented in clang::targets::AMDGPUTargetInfo.
Definition at line 1836 of file TargetInfo.h.
Referenced by InitializeStandardPredefinedMacros().
|
inlinevirtual |
Determine whether the __ibm128 type is supported on this target.
Definition at line 711 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport(), ConvertDeclSpecToType(), and getRealTypeByWidth().
|
inlinevirtual |
Determine whether the __int128 type is supported on this target.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::MipsTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SPIRV64AMDGCNTargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 658 of file TargetInfo.h.
Referenced by ChangeIntegralSignedness(), clang::Sema::checkTypeSupport(), clang::CodeGen::DefaultABIInfo::classifyArgumentType(), ConvertDeclSpecToType(), clang::Sema::Initialize(), InitializePredefinedMacros(), and clang::CodeGen::swiftcall::isLegalIntegerType().
|
inlinevirtual |
Determine whether _Float16 is supported on this target.
Definition at line 690 of file TargetInfo.h.
Referenced by clang::QualType::UseExcessPrecision().
|
inlinevirtual |
Determine whether the long double type is supported on this target.
Definition at line 714 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport().
|
inline |
Return true if {|} are normal characters in the asm string.
If this returns false (the default), then {abc|xyz} is syntax that says that when compiling for asm variant #0, "abc" should be generated, but when compiling for asm variant #1, "xyz" should be generated.
Definition at line 1602 of file TargetInfo.h.
|
inlinevirtual |
Does this target support "protected" visibility?
Any target which dynamic libraries will naturally support something like "default" (meaning that the symbol is visible outside this shared object) and "hidden" (meaning that it isn't) visibilities, but "protected" is really an ELF-specific concept with weird semantics designed around the convenience of dynamic linker implementations. Which is not to suggest that there's consistent target-independent semantics for "default" visibility either; the entire thing is pretty badly mangled.
Definition at line 1289 of file TargetInfo.h.
Referenced by handleVisibilityAttr().
|
inlinevirtual |
Definition at line 1299 of file TargetInfo.h.
Referenced by computeKeyFunction(), and ShouldUseExternalRTTIDescriptor().
|
inline |
Returns whether or not the RISC-V V built-in types are available on this target.
Definition at line 1043 of file TargetInfo.h.
Referenced by clang::Sema::checkTypeSupport(), and clang::Sema::Initialize().
|
inlinevirtual |
Controls if __builtin_longjmp / __builtin_setjmp can be lowered to llvm.eh.sjlj.longjmp / llvm.eh.sjlj.setjmp.
Reimplemented in clang::targets::ARMTargetInfo, clang::targets::PPCTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::VETargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1721 of file TargetInfo.h.
|
inlinevirtual |
Determine whether constrained floating point is supported on this target.
Definition at line 721 of file TargetInfo.h.
|
inline |
Return true iff unaligned accesses are a single instruction (rather than a synthesized sequence).
Definition at line 891 of file TargetInfo.h.
|
virtual |
Initialize the map with the default set of target features for the CPU this should include all legal feature strings on the target.
Reimplemented in clang::targets::ARMTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::X86TargetInfo, clang::targets::AMDGPUTargetInfo, and clang::targets::SPIRV64AMDGCNTargetInfo.
Definition at line 549 of file TargetInfo.cpp.
References clang::DiagnosticsEngine::Report(), and setFeatureEnabled().
Referenced by clang::targets::ARMTargetInfo::initFeatureMap(), clang::targets::HexagonTargetInfo::initFeatureMap(), clang::targets::LoongArchTargetInfo::initFeatureMap(), clang::targets::PPCTargetInfo::initFeatureMap(), clang::targets::RISCVTargetInfo::initFeatureMap(), clang::targets::X86TargetInfo::initFeatureMap(), clang::targets::AMDGPUTargetInfo::initFeatureMap(), and clang::targets::SPIRV64AMDGCNTargetInfo::initFeatureMap().
Returns true if an address space can be safely converted to another.
A | address space of target in source language. |
B | address space of source in source language. |
Reimplemented in clang::targets::AMDGPUTargetInfo, and clang::targets::NVPTXTargetInfo.
Definition at line 492 of file TargetInfo.h.
Referenced by clang::Qualifiers::isTargetAddressSpaceSupersetOf().
|
inline |
Definition at line 1665 of file TargetInfo.h.
Referenced by ARMMVEVectorReinterpret(), EmitSignBit(), InitializePredefinedMacros(), and clang::interp::interp__builtin_memcmp().
|
inlinevirtual |
Determine if the Architecture in this TargetInfo supports branch protection.
Reimplemented in clang::targets::ARMTargetInfo.
Definition at line 1456 of file TargetInfo.h.
|
inlinevirtual |
The __builtin_clz* and __builtin_ctz* built-in functions are specified to have undefined results for zero inputs, but on targets that support these operations in a way that provides well-defined results for zero without loss of performance, it is a good idea to avoid optimizing based on that undef behavior.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::MipsTargetInfo, and clang::targets::PPCTargetInfo.
Definition at line 1027 of file TargetInfo.h.
|
inline |
Definition at line 1666 of file TargetInfo.h.
Referenced by clang::interp::DoBitCast(), clang::interp::DoBitCastPtr(), InitializeStandardPredefinedMacros(), and clang::interp::readPointerToBuffer().
|
inlinevirtual |
Returns true if NaN encoding is IEEE 754-2008.
Only MIPS allows a different encoding.
Reimplemented in clang::targets::MipsTargetInfo.
Definition at line 1250 of file TargetInfo.h.
Referenced by clang::interp::interp__builtin_nan(), and TryEvaluateBuiltinNaN().
|
inline |
Determine whether the given target feature is read only.
Definition at line 1491 of file TargetInfo.h.
|
inline |
Whether the target supports SEH __try.
Definition at line 1590 of file TargetInfo.h.
Referenced by clang::Sema::ActOnSEHTryBlock().
|
inlinevirtual |
Reimplemented in clang::targets::PPCTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1073 of file TargetInfo.h.
|
inline |
Whether the target supports thread-local storage.
Definition at line 1576 of file TargetInfo.h.
Referenced by clang::Sema::ActOnVariableDeclarator(), clang::Sema::DiagnoseUseOfDecl(), clang::CodeGen::CGOpenMPRuntime::emitThreadPrivateVarDefinition(), clang::CodeGen::CGOpenMPRuntime::getAddrOfArtificialThreadPrivate(), clang::CodeGen::CGOpenMPRuntime::getAddrOfThreadPrivate(), clang::CodeGen::CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate(), clang::CodeGen::CGOpenMPRuntime::getOrCreateThreadPrivateCache(), and handleDeclspecThreadAttr().
Returns true if the type is signed; false otherwise.
isTypeSigned - Return whether an integer types is signed.
Returns true if the type is signed; false otherwise.
Definition at line 386 of file TargetInfo.cpp.
References clang::TransferrableTargetInfo::SignedChar, clang::TransferrableTargetInfo::SignedInt, clang::TransferrableTargetInfo::SignedLong, clang::TransferrableTargetInfo::SignedLongLong, clang::TransferrableTargetInfo::SignedShort, clang::T, clang::TransferrableTargetInfo::UnsignedChar, clang::TransferrableTargetInfo::UnsignedInt, clang::TransferrableTargetInfo::UnsignedLong, clang::TransferrableTargetInfo::UnsignedLongLong, and clang::TransferrableTargetInfo::UnsignedShort.
Referenced by DefineExactWidthIntType(), DefineExactWidthIntTypeSize(), DefineFmt(), DefineTypeSize(), EvaluateValue(), clang::ASTContext::InitBuiltinTypes(), and InitializePredefinedMacros().
bool TargetInfo::isValidClobber | ( | StringRef | Name | ) | const |
Returns whether the passed in string is a valid clobber in an inline asm statement.
isValidClobber - Returns whether the passed in string is a valid clobber in an inline asm statement.
This is used by Sema.
Definition at line 648 of file TargetInfo.cpp.
References isValidGCCRegisterName().
Referenced by clang::Sema::ActOnGCCAsmStmt().
|
inlinevirtual |
Determine whether this TargetInfo supports the given CPU name.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::MipsTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SparcV9TargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1346 of file TargetInfo.h.
Referenced by clang::Sema::checkTargetAttr(), and clang::Sema::checkTargetClonesAttrString().
|
inlinevirtual |
Determine whether this TargetInfo supports the given feature.
Reimplemented in clang::targets::ARMTargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1392 of file TargetInfo.h.
Referenced by CheckMultiVersionValue(), clang::Sema::checkTargetAttr(), clang::Sema::checkTargetClonesAttrString(), and clang::TargetOMPContext::TargetOMPContext().
|
virtual |
Returns whether the passed in string is a valid register name according to GCC.
isValidGCCRegisterName - Returns whether the passed in string is a valid register name according to GCC.
This is used by Sema for inline asm statements.
Reimplemented in clang::targets::BPFTargetInfo.
Definition at line 656 of file TargetInfo.cpp.
References getGCCAddlRegNames(), getGCCRegAliases(), getGCCRegNames(), clang::isDigit(), and removeGCCRegisterPrefix().
Referenced by clang::Sema::ActOnVariableDeclarator(), getNormalizedGCCRegisterName(), and isValidClobber().
|
inlinevirtual |
Determine whether this TargetInfo supports the given CPU name for tuning.
Reimplemented in clang::targets::RISCVTargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1352 of file TargetInfo.h.
|
inline |
Whether target supports variable-length arrays.
Definition at line 1587 of file TargetInfo.h.
Referenced by actOnOMPReductionKindClause(), and clang::Sema::BuildArrayType().
|
inline |
Definition at line 920 of file TargetInfo.h.
Referenced by clang::CompilerInstance::ExecuteAction().
|
virtual |
Reimplemented in clang::targets::AArch64TargetInfo, and clang::targets::RISCVTargetInfo.
Definition at line 565 of file TargetInfo.cpp.
Referenced by clang::CodeGen::ABIInfo::appendAttributeMangling(), CheckDeclarationCausesMultiVersioning(), CheckMultiVersionAdditionalDecl(), CheckMultiVersionValue(), clang::Sema::checkTargetAttr(), clang::Sema::checkTargetClonesAttrString(), and clang::Sema::checkTargetVersionAttr().
|
protected |
Definition at line 190 of file TargetInfo.cpp.
References DataLayoutString, and UserLabelPrefix.
Referenced by clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::CygwinARMTargetInfo::CygwinARMTargetInfo(), clang::targets::M68kTargetInfo::M68kTargetInfo(), and clang::targets::NVPTXTargetInfo::NVPTXTargetInfo().
bool TargetInfo::resolveSymbolicName | ( | const char *& | Name, |
ArrayRef< ConstraintInfo > | OutputConstraints, | ||
unsigned & | Index | ||
) | const |
Definition at line 816 of file TargetInfo.cpp.
References getName().
Referenced by validateInputConstraint().
|
inlinevirtual |
Use the specified ABI.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::ARMTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::LoongArch32TargetInfo, clang::targets::LoongArch64TargetInfo, clang::targets::MipsTargetInfo, clang::targets::PPC64TargetInfo, clang::targets::RISCV32TargetInfo, clang::targets::RISCV64TargetInfo, and clang::targets::WebAssemblyTargetInfo.
Definition at line 1366 of file TargetInfo.h.
|
inlinevirtual |
Reimplemented in clang::targets::AMDGPUTargetInfo, and clang::targets::SPIRV64AMDGCNTargetInfo.
Definition at line 1816 of file TargetInfo.h.
Referenced by clang::CompilerInstance::createTarget().
|
inlinevirtual |
Set supported OpenCL extensions as written on command line.
Definition at line 1756 of file TargetInfo.h.
References V.
|
inlinevirtual |
Target the specified CPU.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::SparcV9TargetInfo, clang::targets::SystemZTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1333 of file TargetInfo.h.
|
inlinevirtual |
Enable or disable a specific target feature; the feature name must be valid.
Reimplemented in clang::targets::X86TargetInfo, clang::targets::AArch64TargetInfo, clang::targets::BPFTargetInfo, and clang::targets::PPCTargetInfo.
Definition at line 1385 of file TargetInfo.h.
Referenced by initFeatureMap().
|
inlinevirtual |
Use the specified unit for FP math.
Reimplemented in clang::targets::ARMTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1373 of file TargetInfo.h.
|
inlinevirtual |
Set the maximum inline or promote width lock-free atomic operation for the given target.
Reimplemented in clang::targets::LoongArch32TargetInfo, clang::targets::LoongArch64TargetInfo, clang::targets::PPC64TargetInfo, clang::targets::RISCV32TargetInfo, clang::targets::RISCV64TargetInfo, clang::targets::X86_32TargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 840 of file TargetInfo.h.
|
inlinevirtual |
Set supported OpenCL extensions and optional core features.
Reimplemented in clang::targets::AMDGPUTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::BaseSPIRTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1747 of file TargetInfo.h.
|
inlinevirtual |
Does this target aim for semantic compatibility with Microsoft C++ code using dllimport/export attributes?
Definition at line 1293 of file TargetInfo.h.
Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::Sema::checkClassLevelDLLAttribute(), checkDLLAttributeRedeclaration(), and handleDLLAttr().
Definition at line 1749 of file TargetInfo.h.
|
inlinevirtual |
Reimplemented in clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1519 of file TargetInfo.h.
|
inlinevirtual |
Reimplemented in clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1518 of file TargetInfo.h.
Referenced by BuiltinCpu().
|
inlinevirtual |
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1517 of file TargetInfo.h.
Referenced by BuiltinCpu().
|
inlinevirtual |
Whether the option -fextend-arguments={32,64} is supported on the target.
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1669 of file TargetInfo.h.
Referenced by clang::Sema::DefaultArgumentPromotion().
|
inline |
Identify whether this target supports IFuncs.
Definition at line 1503 of file TargetInfo.h.
Referenced by AppendCPUSpecificCPUDispatchMangling().
|
inline |
Identify whether this target supports multiversioning of functions, which requires support for cpu_supports and cpu_is functionality.
Definition at line 1497 of file TargetInfo.h.
Referenced by CheckMultiVersionAdditionalRules().
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 825 of file TargetInfo.h.
|
inlinevirtual |
Determine whether this TargetInfo supports tune in target attribute.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1359 of file TargetInfo.h.
Referenced by clang::Sema::checkTargetAttr().
|
inline |
Specify if mangling based on address space map should be used or not for language specific address spaces.
Definition at line 1001 of file TargetInfo.h.
Referenced by isAddrSpaceMapManglingEnabled().
|
inline |
Check whether the alignment of bit-field types is respected when laying out structures.
Definition at line 926 of file TargetInfo.h.
|
inline |
Check whether explicit bitfield alignment attributes should be.
Definition at line 954 of file TargetInfo.h.
|
inlinevirtual |
Check whether llvm intrinsics such as llvm.convert.to.fp16 should be used to convert to and from __fp16.
FIXME: This function should be removed once all targets stop using the conversion intrinsics.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARMTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::WebAssemblyTargetInfo, and clang::targets::X86TargetInfo.
Definition at line 995 of file TargetInfo.h.
Referenced by clang::CodeGen::CodeGenTypes::ConvertType(), needsConversionOfHalfVec(), and clang::CodeGen::ConstantEmitter::tryEmitPrivate().
|
inline |
Check whether zero length bitfield alignment is respected if they are leading members.
Definition at line 938 of file TargetInfo.h.
|
inline |
Check whether _Complex long double should use the "fp2ret" flavor of Objective-C message passing on this target.
Definition at line 987 of file TargetInfo.h.
Referenced by clang::CodeGen::CodeGenModule::ReturnTypeUsesFP2Ret().
|
inline |
Check whether the given real type should use the "fpret" flavor of Objective-C message passing on this target.
Definition at line 981 of file TargetInfo.h.
References clang::T.
Referenced by clang::CodeGen::CodeGenModule::ReturnTypeUsesFPRet().
|
inline |
Check if the Objective-C built-in boolean type should be signed char.
Otherwise, if this returns false, the normal built-in boolean type should also be used for Objective-C.
Definition at line 917 of file TargetInfo.h.
Referenced by InitializePredefinedMacros().
|
inline |
Check whether zero length bitfields should force alignment of the next member.
Definition at line 932 of file TargetInfo.h.
|
pure virtual |
Implemented in clang::targets::AArch64TargetInfo, clang::targets::AMDGPUTargetInfo, clang::targets::ARCTargetInfo, clang::targets::ARMTargetInfo, clang::targets::AVRTargetInfo, clang::targets::BPFTargetInfo, clang::targets::CSKYTargetInfo, clang::targets::DirectXTargetInfo, clang::targets::HexagonTargetInfo, clang::targets::LanaiTargetInfo, clang::targets::LoongArchTargetInfo, clang::targets::M68kTargetInfo, clang::targets::MipsTargetInfo, clang::targets::MSP430TargetInfo, clang::targets::NVPTXTargetInfo, clang::targets::PNaClTargetInfo, clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::SparcTargetInfo, clang::targets::BaseSPIRTargetInfo, clang::targets::SPIRV64AMDGCNTargetInfo, clang::targets::SystemZTargetInfo, clang::targets::TCETargetInfo, clang::targets::VETargetInfo, clang::targets::X86TargetInfo, and clang::targets::XCoreTargetInfo.
Referenced by validateInputConstraint(), and validateOutputConstraint().
|
inlinevirtual |
Determine if this TargetInfo supports the given branch protection specification.
Reimplemented in clang::targets::AArch64TargetInfo, and clang::targets::ARMTargetInfo.
Definition at line 1462 of file TargetInfo.h.
Referenced by clang::Sema::checkTargetAttr().
|
inlinevirtual |
Reimplemented in clang::targets::AArch64TargetInfo, and clang::targets::ARMTargetInfo.
Definition at line 1215 of file TargetInfo.h.
Referenced by clang::Sema::ActOnGCCAsmStmt().
|
inlinevirtual |
Reimplemented in clang::targets::RISCVTargetInfo, clang::targets::X86TargetInfo, and clang::targets::PPCTargetInfo.
Definition at line 1533 of file TargetInfo.h.
Referenced by BuiltinCpu(), and CheckMultiVersionValue().
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1537 of file TargetInfo.h.
Referenced by handleCPUSpecificAttr().
|
inlinevirtual |
Reimplemented in clang::targets::PPCTargetInfo, clang::targets::RISCVTargetInfo, clang::targets::AArch64TargetInfo, and clang::targets::X86TargetInfo.
Definition at line 1523 of file TargetInfo.h.
Referenced by BuiltinCpu(), CheckMultiVersionValue(), clang::Sema::checkTargetClonesAttrString(), and clang::Sema::checkTargetVersionAttr().
|
inlinevirtual |
Validate register name used for global register variables.
This function returns true if the register passed in RegName can be used for global register variables on this target. In addition, it returns true in HasSizeMismatch if the size of the register doesn't match the variable size passed in RegSize.
Reimplemented in clang::targets::AArch64TargetInfo, clang::targets::RISCVTargetInfo, clang::targets::X86TargetInfo, and clang::targets::X86_64TargetInfo.
Definition at line 1189 of file TargetInfo.h.
bool TargetInfo::validateInputConstraint | ( | MutableArrayRef< ConstraintInfo > | OutputConstraints, |
ConstraintInfo & | info | ||
) | const |
Definition at line 839 of file TargetInfo.cpp.
References clang::TargetInfo::ConstraintInfo::ConstraintStr, clang::TargetInfo::ConstraintInfo::getTiedOperand(), clang::TargetInfo::ConstraintInfo::hasTiedOperand(), resolveSymbolicName(), clang::TargetInfo::ConstraintInfo::setAllowsMemory(), clang::TargetInfo::ConstraintInfo::setAllowsRegister(), clang::TargetInfo::ConstraintInfo::setRequiresImmediate(), clang::TargetInfo::ConstraintInfo::setTiedOperand(), and validateAsmConstraint().
Referenced by clang::Sema::ActOnGCCAsmStmt().
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1209 of file TargetInfo.h.
Referenced by clang::Sema::ActOnGCCAsmStmt().
|
virtual |
Check that OpenCL target has valid options setting based on OpenCL version.
validateOpenCLTarget - Check that OpenCL target has valid options setting based on OpenCL version.
Definition at line 841 of file Targets.cpp.
References clang::OpenCLOptions::diagnoseFeatureExtensionDifferences(), clang::OpenCLOptions::diagnoseUnsupportedFeatureDependencies(), clang::LangOptions::getOpenCLCompatibleVersion(), clang::LangOptions::getOpenCLVersionTuple(), getSupportedOpenCLOpts(), hasFeatureEnabled(), clang::OpenCLOptions::isOpenCLOptionCoreIn(), and clang::DiagnosticsEngine::Report().
bool TargetInfo::validateOutputConstraint | ( | ConstraintInfo & | Info | ) | const |
Definition at line 742 of file TargetInfo.cpp.
References clang::TargetInfo::ConstraintInfo::allowsMemory(), clang::TargetInfo::ConstraintInfo::allowsRegister(), clang::TargetInfo::ConstraintInfo::earlyClobber(), clang::TargetInfo::ConstraintInfo::getConstraintStr(), clang::TargetInfo::ConstraintInfo::isReadWrite(), clang::TargetInfo::ConstraintInfo::setAllowsMemory(), clang::TargetInfo::ConstraintInfo::setAllowsRegister(), clang::TargetInfo::ConstraintInfo::setEarlyClobber(), clang::TargetInfo::ConstraintInfo::setIsReadWrite(), and validateAsmConstraint().
Referenced by clang::Sema::ActOnGCCAsmStmt().
|
inlinevirtual |
Reimplemented in clang::targets::X86TargetInfo.
Definition at line 1203 of file TargetInfo.h.
Referenced by clang::Sema::ActOnGCCAsmStmt().
|
virtual |
Determine whether the given pointer-authentication key is valid.
The value has been coerced to type 'int'.
Reimplemented in clang::targets::AArch64TargetInfo.
Definition at line 956 of file TargetInfo.cpp.
Referenced by clang::Sema::checkConstantPointerAuthKey().
|
inlinevirtual |
Check the target is valid after it is fully initialized.
Reimplemented in clang::targets::AArch64TargetInfo, and clang::targets::MipsTargetInfo.
Definition at line 1807 of file TargetInfo.h.
|
protected |
Definition at line 250 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), adjust(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), clang::targets::AMDGPUTargetInfo::setAddressSpaceMap(), and TargetInfo().
|
protected |
Definition at line 272 of file TargetInfo.h.
Referenced by clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::AMDGPUTargetInfo::getTargetDefines(), and TargetInfo().
|
protected |
Definition at line 277 of file TargetInfo.h.
Referenced by clang::targets::ARMTargetInfo::handleTargetFeatures(), and TargetInfo().
|
protected |
Definition at line 226 of file TargetInfo.h.
Referenced by clang::targets::MipsTargetInfo::getTargetDefines(), and TargetInfo().
|
protected |
Definition at line 260 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 283 of file TargetInfo.h.
|
protected |
Definition at line 245 of file TargetInfo.h.
Referenced by resetDataLayout().
|
protected |
Definition at line 232 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::ARMTargetInfo::handleTargetFeatures(), and TargetInfo().
|
protected |
Definition at line 266 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), and TargetInfo().
|
protected |
Definition at line 256 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
|
protected |
Definition at line 263 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), and TargetInfo().
|
protected |
Definition at line 233 of file TargetInfo.h.
Referenced by clang::targets::PPCTargetInfo::getTargetDefines(), clang::targets::X86TargetInfo::getTargetDefines(), clang::targets::PPCTargetInfo::handleTargetFeatures(), clang::targets::PPCTargetInfo::hasFeature(), clang::targets::AMDGPUTargetInfo::setAuxTarget(), clang::targets::SPIRV64AMDGCNTargetInfo::setAuxTarget(), and TargetInfo().
|
protected |
Definition at line 234 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::ARMTargetInfo::handleTargetFeatures(), clang::targets::HexagonTargetInfo::handleTargetFeatures(), clang::targets::X86TargetInfo::handleTargetFeatures(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), clang::targets::RISCVTargetInfo::RISCVTargetInfo(), and TargetInfo().
|
protected |
Definition at line 241 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 236 of file TargetInfo.h.
Referenced by clang::targets::ARMTargetInfo::handleTargetFeatures(), clang::targets::X86TargetInfo::handleTargetFeatures(), clang::targets::X86TargetInfo::hasFeature(), and TargetInfo().
|
protected |
Definition at line 239 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 230 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::ARMTargetInfo::getTargetDefines(), clang::targets::ARMTargetInfo::handleTargetFeatures(), clang::targets::HexagonTargetInfo::handleTargetFeatures(), clang::targets::RISCVTargetInfo::handleTargetFeatures(), clang::targets::X86TargetInfo::handleTargetFeatures(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), and TargetInfo().
|
protected |
Definition at line 240 of file TargetInfo.h.
Referenced by clang::targets::X86TargetInfo::handleTargetFeatures(), and TargetInfo().
|
protected |
Definition at line 269 of file TargetInfo.h.
Referenced by clang::targets::RISCVTargetInfo::RISCVTargetInfo(), and TargetInfo().
|
protected |
Definition at line 242 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::PPCTargetInfo::handleTargetFeatures(), clang::targets::RISCVTargetInfo::RISCVTargetInfo(), and TargetInfo().
|
protected |
Definition at line 275 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::AArch64TargetInfo::getTargetDefines(), clang::targets::ARMTargetInfo::getTargetDefines(), clang::targets::AArch64TargetInfo::handleTargetFeatures(), clang::targets::ARMTargetInfo::handleTargetFeatures(), clang::targets::LoongArchTargetInfo::handleTargetFeatures(), and TargetInfo().
|
protected |
Definition at line 244 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::PPCTargetInfo::adjust(), clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), and TargetInfo().
|
protected |
Definition at line 244 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), and TargetInfo().
|
protected |
Definition at line 281 of file TargetInfo.h.
Referenced by adjust(), and TargetInfo().
|
protected |
Definition at line 279 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 247 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::ARMTargetInfo::ARMTargetInfo(), clang::targets::RISCVTargetInfo::RISCVTargetInfo(), and TargetInfo().
|
protected |
Definition at line 229 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::ARMTargetInfo::ARMTargetInfo(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), and TargetInfo().
|
mutableprotected |
Definition at line 253 of file TargetInfo.h.
Referenced by TargetInfo().
|
mutableprotected |
Definition at line 252 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 296 of file TargetInfo.h.
Referenced by clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo().
|
protected |
Definition at line 258 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 248 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 248 of file TargetInfo.h.
Referenced by TargetInfo().
|
protected |
Definition at line 249 of file TargetInfo.h.
Referenced by clang::targets::AArch64TargetInfo::AArch64TargetInfo(), clang::targets::ARMTargetInfo::ARMTargetInfo(), and TargetInfo().
|
protected |
Definition at line 227 of file TargetInfo.h.
Referenced by clang::targets::CygwinARMTargetInfo::CygwinARMTargetInfo(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), and TargetInfo().
|
protected |
Specify if mangling based on address space map should be used or not for language specific address spaces.
Definition at line 367 of file TargetInfo.h.
Referenced by clang::targets::AMDGPUTargetInfo::AMDGPUTargetInfo(), clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), and TargetInfo().
|
protected |
Definition at line 246 of file TargetInfo.h.
Referenced by resetDataLayout(), and TargetInfo().
|
protected |
Definition at line 228 of file TargetInfo.h.
Referenced by clang::targets::NVPTXTargetInfo::NVPTXTargetInfo(), and TargetInfo().