Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSystemZ.cpp23 const Builtin::Info SystemZTargetInfo::BuiltinInfo[] = {
31 const char *const SystemZTargetInfo::GCCRegNames[] = {
48 ArrayRef<const char *> SystemZTargetInfo::getGCCRegNames() const { in getGCCRegNames()
52 ArrayRef<TargetInfo::AddlRegName> SystemZTargetInfo::getGCCAddlRegNames() const { in getGCCAddlRegNames()
56 bool SystemZTargetInfo::validateAsmConstraint( in validateAsmConstraint()
98 int SystemZTargetInfo::getISARevision(StringRef Name) const { in getISARevision()
108 void SystemZTargetInfo::fillValidCPUList( in fillValidCPUList()
114 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature()
128 void SystemZTargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
150 ArrayRef<Builtin::Info> SystemZTargetInfo::getTargetBuiltins() const { in getTargetBuiltins()
H A DSystemZ.h24 class LLVM_LIBRARY_VISIBILITY SystemZTargetInfo : public TargetInfo {
35 SystemZTargetInfo(const llvm::Triple &Triple, const TargetOptions &) in SystemZTargetInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/TargetInfo/
H A DCMakeLists.txt2 SystemZTargetInfo.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/TargetInfo/
H A DBUILD.gn5 sources = [ "SystemZTargetInfo.cpp" ]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp473 return new LinuxTargetInfo<SystemZTargetInfo>(Triple, Opts); in AllocateTarget()
475 return new ZOSTargetInfo<SystemZTargetInfo>(Triple, Opts); in AllocateTarget()
477 return new SystemZTargetInfo(Triple, Opts); in AllocateTarget()