|
clang 22.0.0git
|
#include "PPC.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/MacroBuilder.h"#include "clang/Basic/TargetBuiltins.h"#include "llvm/TargetParser/PPCTargetParser.h"#include <optional>#include "clang/Basic/BuiltinsPPC.def"#include "llvm/TargetParser/PPCTargetParser.def"Go to the source code of this file.
Macros | |
| #define | BUILTIN CLANG_BUILTIN_STR_TABLE |
| #define | TARGET_BUILTIN CLANG_TARGET_BUILTIN_STR_TABLE |
| #define | BUILTIN CLANG_BUILTIN_ENTRY |
| #define | TARGET_BUILTIN CLANG_TARGET_BUILTIN_ENTRY |
| #define | LIBBUILTIN CLANG_LIBBUILTIN_ENTRY |
| #define | PPC_AIX_FEATURE(NAME, DESC, SUPPORT_METHOD, INDEX, MASK, COMP_OP, VALUE) |
| #define | PPC_LNX_FEATURE(NAME, DESC, ENUMNAME, ENUMVAL, HWCAPN) |
| #define | PPC_CPU(NAME, Linux_SUPPORT_METHOD, LinuxID, AIX_SUPPORT_METHOD, AIXID) |
Functions | |
| static void | defineXLCompatMacros (MacroBuilder &Builder) |
| static bool | ppcUserFeaturesCheck (DiagnosticsEngine &Diags, const std::vector< std::string > &FeaturesVec) |
Variables | |
| static constexpr int | NumBuiltins |
| static constexpr llvm::StringTable | BuiltinStrings |
| static constexpr auto | BuiltinInfos |
| const TargetInfo::AddlRegName | GCCAddlRegNames [] |
| #define BUILTIN CLANG_BUILTIN_STR_TABLE |
| #define BUILTIN CLANG_BUILTIN_ENTRY |
| #define LIBBUILTIN CLANG_LIBBUILTIN_ENTRY |
| #define PPC_AIX_FEATURE | ( | NAME, | |
| DESC, | |||
| SUPPORT_METHOD, | |||
| INDEX, | |||
| MASK, | |||
| COMP_OP, | |||
| VALUE ) |
| #define PPC_CPU | ( | NAME, | |
| Linux_SUPPORT_METHOD, | |||
| LinuxID, | |||
| AIX_SUPPORT_METHOD, | |||
| AIXID ) |
| #define PPC_LNX_FEATURE | ( | NAME, | |
| DESC, | |||
| ENUMNAME, | |||
| ENUMVAL, | |||
| HWCAPN ) |
Referenced by clang::CodeGen::CodeGenFunction::EmitPPCBuiltinExpr().
| #define TARGET_BUILTIN CLANG_TARGET_BUILTIN_STR_TABLE |
| #define TARGET_BUILTIN CLANG_TARGET_BUILTIN_ENTRY |
|
static |
Definition at line 91 of file PPC.cpp.
Referenced by clang::targets::PPCTargetInfo::getTargetDefines().
|
static |
Definition at line 467 of file PPC.cpp.
References Feature, clang::Found, and clang::DiagnosticsEngine::Report().
Referenced by clang::targets::PPCTargetInfo::initFeatureMap().
|
staticconstexpr |
|
staticconstexpr |
| const TargetInfo::AddlRegName GCCAddlRegNames[] |
Definition at line 731 of file PPC.cpp.
Referenced by clang::targets::PPCTargetInfo::getGCCAddlRegNames(), and clang::targets::SystemZTargetInfo::getGCCAddlRegNames().
|
staticconstexpr |