Home
last modified time | relevance | path

Searched refs:SystemZTargetInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.cpp40 const char *const SystemZTargetInfo::GCCRegNames[] = {
57 ArrayRef<const char *> SystemZTargetInfo::getGCCRegNames() const { in getGCCRegNames()
61 ArrayRef<TargetInfo::AddlRegName> SystemZTargetInfo::getGCCAddlRegNames() const { in getGCCAddlRegNames()
65 bool SystemZTargetInfo::validateAsmConstraint( in validateAsmConstraint()
120 int SystemZTargetInfo::getISARevision(StringRef Name) const { in getISARevision()
130 void SystemZTargetInfo::fillValidCPUList( in fillValidCPUList()
136 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature()
152 unsigned SystemZTargetInfo::getMinGlobalAlign(uint64_t Size, in getMinGlobalAlign()
162 void SystemZTargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
200 SystemZTargetInfo::getTargetBuiltins() const { in getTargetBuiltins()
H A DSystemZ.h52 class LLVM_LIBRARY_VISIBILITY SystemZTargetInfo : public TargetInfo {
63 SystemZTargetInfo(const llvm::Triple &Triple, const TargetOptions &) in SystemZTargetInfo() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp530 return std::make_unique<LinuxTargetInfo<SystemZTargetInfo>>(Triple, Opts); in AllocateTarget()
532 return std::make_unique<ZOSTargetInfo<SystemZTargetInfo>>(Triple, Opts); in AllocateTarget()
534 return std::make_unique<SystemZTargetInfo>(Triple, Opts); in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11785 …BAL__N_117SystemZTargetInfoD1Ev", "(anonymous namespace)::SystemZTargetInfo::~SystemZTargetInfo()"…
11786 …BAL__N_117SystemZTargetInfoD0Ev", "(anonymous namespace)::SystemZTargetInfo::~SystemZTargetInfo()"…
11787 …N5clang11LangOptionsERNS1_12MacroBuilderE", "(anonymous namespace)::SystemZTargetInfo::getTargetDe…
11788 …TargetBuiltinsERPKN5clang7Builtin4InfoERj", "(anonymous namespace)::SystemZTargetInfo::getTargetBu…
11789 …SystemZTargetInfo20getVAListDeclarationEv", "(anonymous namespace)::SystemZTargetInfo::getVAListDe…
11790 {"_ZNK12_GLOBAL__N_117SystemZTargetInfo11getClobbersEv", "(anonymous namespace)::SystemZTargetInfo:…
11791 …ystemZTargetInfo14getGCCRegNamesERPKPKcRj", "(anonymous namespace)::SystemZTargetInfo::getGCCRegNa…
11792 …esERPKN5clang10TargetInfo11GCCRegAliasERj", "(anonymous namespace)::SystemZTargetInfo::getGCCRegAl…
11793 …RPKcRN5clang10TargetInfo14ConstraintInfoE", "(anonymous namespace)::SystemZTargetInfo::validateAsm…
25506 {"_ZTVN12_GLOBAL__N_117SystemZTargetInfoE", "vtable for (anonymous namespace)::SystemZTargetInfo"},
[all …]