Searched refs:systemz (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/TargetInfo/
H A DSystemZTargetInfo.cpp21 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X(
22 getTheSystemZTarget(), "systemz", "SystemZ", "SystemZ");
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp21 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D,
24 systemz::FloatABI ABI = systemz::FloatABI::Hard;
32 ABI = systemz::FloatABI::Soft;
37 std::string systemz::getSystemZTargetCPU(const ArgList &Args) {
54 void systemz::getSystemZTargetFeatures(const Driver &D, const ArgList &Args,
71 systemz::FloatABI FloatABI = systemz::getSystemZFloatABI(D, Args);
72 if (FloatABI == systemz
[all...]
H A DSystemZ.h21 namespace systemz { namespace in namespace:clang::driver::tools
35 } // end namespace systemz
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_s390x.cpp22 case llvm::Triple::systemz:
32 case llvm::Triple::systemz:
42 case llvm::Triple::systemz:
H A DRegisterContextPOSIX_s390x.cpp87 case llvm::Triple::systemz:
155 case llvm::Triple::systemz:
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h76 else if (Arch == Triple::systemz)
83 if (Arch == Triple::systemz)
H A DRuntimeDyldELF.cpp1073 case Triple::systemz:
1714 } else if (Arch == Triple::systemz &&
2225 case Triple::systemz:
H A DRuntimeDyld.cpp1059 } else if (Arch == Triple::systemz) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h55 Triple::ArchType getArch() const override { return Triple::systemz; }
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp77 case systemz: return "s390x";
166 case systemz: return "s390";
395 .Case("s390x", systemz)
396 .Case("systemz", systemz)
539 .Cases("s390x", "systemz", Triple::systemz)
901 case Triple::systemz:
1508 case llvm::Triple::systemz:
1538 case Triple::systemz
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp140 case llvm::Triple::systemz:
213 case llvm::Triple::systemz:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h80 systemz, // SystemZ: s390x enumerator in enum:llvm::Triple::ArchType
982 return getArch() == Triple::systemz;
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp348 case llvm::Triple::systemz:
H A DNativeProcessProtocol.cpp535 case llvm::Triple::systemz:
565 case llvm::Triple::systemz:
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp169 case llvm::Triple::systemz:
584 case llvm::Triple::systemz:
790 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz;
H A DCommonArgs.cpp137 case llvm::Triple::systemz:
607 case llvm::Triple::systemz:
608 return systemz::getSystemZTargetCPU(Args);
661 case llvm::Triple::systemz:
662 systemz::getSystemZTargetFeatures(D, Args, Features);
H A DGnu.cpp281 case llvm::Triple::systemz:
932 case llvm::Triple::systemz: {
935 std::string CPUName = systemz::getSystemZTargetCPU(Args);
2843 case llvm::Triple::systemz:
H A DClang.cpp1353 case llvm::Triple::systemz:
1669 case llvm::Triple::systemz:
2178 systemz::FloatABI FloatABI =
2179 systemz::getSystemZFloatABI(getToolChain().getDriver(), Args);
2180 bool HasSoftFloat = (FloatABI == systemz::FloatABI::Soft);
6542 if (Arch == llvm::Triple::systemz || TC.getTriple().isX86())
6549 if (Arch == llvm::Triple::systemz)
6556 if (Arch == llvm::Triple::systemz)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h465 T.getArch() == Triple::systemz) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp190 if (arch.GetTriple().getArch() == llvm::Triple::systemz) {
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp195 {eByteOrderBig, 8, 2, 6, llvm::Triple::systemz,
731 case llvm::Triple::systemz:
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp801 case Triple::systemz:
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp78 .Case("s390", Triple::systemz)
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp518 case llvm::Triple::systemz:
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp762 if (TargetTriple.getArch() == Triple::systemz) {
1021 case Triple::systemz:
1508 if (MS.TargetTriple.getArch() == Triple::systemz)
1751 if (MS.TargetTriple.getArch() == Triple::systemz) {
5771 else if (TargetTriple.getArch() == Triple::systemz)

Completed in 409 milliseconds

12