clang 22.0.0git
clang::SemaX86 Class Reference

#include "clang/Sema/SemaX86.h"

Inheritance diagram for clang::SemaX86:
[legend]

Public Member Functions

 SemaX86 (Sema &S)
bool CheckBuiltinRoundingOrSAE (unsigned BuiltinID, CallExpr *TheCall)
bool CheckBuiltinGatherScatterScale (unsigned BuiltinID, CallExpr *TheCall)
bool CheckBuiltinTileArguments (unsigned BuiltinID, CallExpr *TheCall)
bool CheckBuiltinTileArgumentsRange (CallExpr *TheCall, ArrayRef< int > ArgNums)
bool CheckBuiltinTileDuplicate (CallExpr *TheCall, ArrayRef< int > ArgNums)
bool CheckBuiltinTileRangeAndDuplicate (CallExpr *TheCall, ArrayRef< int > ArgNums)
bool CheckBuiltinFunctionCall (const TargetInfo &TI, unsigned BuiltinID, CallExpr *TheCall)
void handleAnyInterruptAttr (Decl *D, const ParsedAttr &AL)
void handleForceAlignArgPointerAttr (Decl *D, const ParsedAttr &AL)
bool checkTargetClonesAttr (SmallVectorImpl< StringRef > &Params, SmallVectorImpl< SourceLocation > &Locs, SmallVectorImpl< SmallString< 64 > > &NewParams)
Public Member Functions inherited from clang::SemaBase
 SemaBase (Sema &S)
ASTContextgetASTContext () const
DiagnosticsEnginegetDiagnostics () const
const LangOptionsgetLangOpts () const
DeclContextgetCurContext () const
SemaDiagnosticBuilder Diag (SourceLocation Loc, unsigned DiagID, bool DeferHint=false)
 Emit a diagnostic.
SemaDiagnosticBuilder Diag (SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint=false)
 Emit a partial diagnostic.
SemaDiagnosticBuilder DiagCompat (SourceLocation Loc, unsigned CompatDiagId, bool DeferHint=false)
 Emit a compatibility diagnostic.
PartialDiagnostic PDiag (unsigned DiagID=0)
 Build a partial diagnostic.

Additional Inherited Members

Public Attributes inherited from clang::SemaBase
SemaSemaRef

Detailed Description

Definition at line 24 of file SemaX86.h.

Constructor & Destructor Documentation

◆ SemaX86()

clang::SemaX86::SemaX86 ( Sema & S)

Definition at line 26 of file SemaX86.cpp.

References clang::SemaBase::SemaBase().

Member Function Documentation

◆ CheckBuiltinFunctionCall()

◆ CheckBuiltinGatherScatterScale()

◆ CheckBuiltinRoundingOrSAE()

◆ CheckBuiltinTileArguments()

bool clang::SemaX86::CheckBuiltinTileArguments ( unsigned BuiltinID,
CallExpr * TheCall )

◆ CheckBuiltinTileArgumentsRange()

bool clang::SemaX86::CheckBuiltinTileArgumentsRange ( CallExpr * TheCall,
ArrayRef< int > ArgNums )

◆ CheckBuiltinTileDuplicate()

◆ CheckBuiltinTileRangeAndDuplicate()

bool clang::SemaX86::CheckBuiltinTileRangeAndDuplicate ( CallExpr * TheCall,
ArrayRef< int > ArgNums )

◆ checkTargetClonesAttr()

bool clang::SemaX86::checkTargetClonesAttr ( SmallVectorImpl< StringRef > & Params,
SmallVectorImpl< SourceLocation > & Locs,
SmallVectorImpl< SmallString< 64 > > & NewParams )

◆ handleAnyInterruptAttr()

◆ handleForceAlignArgPointerAttr()


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