/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | SystemZ.cpp | 21 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D, in getSystemZFloatABI() 24 systemz::FloatABI ABI = systemz::FloatABI::Hard; in getSystemZFloatABI() 32 ABI = systemz::FloatABI::Soft; in getSystemZFloatABI() 37 std::string systemz::getSystemZTargetCPU(const ArgList &Args) { in getSystemZTargetCPU() 54 void systemz::getSystemZTargetFeatures(const Driver &D, const ArgList &Args, in getSystemZTargetFeatures() 71 systemz::FloatABI FloatABI = systemz::getSystemZFloatABI(D, Args); in getSystemZTargetFeatures() 72 if (FloatABI == systemz::FloatABI::Soft) in getSystemZTargetFeatures()
|
H A D | SystemZ.h | 21 namespace systemz {
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextLinux_s390x.cpp | 22 case llvm::Triple::systemz: in GetRegisterInfoPtr() 32 case llvm::Triple::systemz: in GetRegisterInfoCount() 42 case llvm::Triple::systemz: in GetUserRegisterInfoCount()
|
H A D | RegisterContextPOSIX_s390x.cpp | 87 case llvm::Triple::systemz: in RegisterContextPOSIX_s390x() 155 case llvm::Triple::systemz: in GetRegisterSet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/TargetInfo/ |
H A D | SystemZTargetInfo.cpp | 21 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo() 22 getTheSystemZTarget(), "systemz", "SystemZ", "SystemZ"); in LLVMInitializeSystemZTargetInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 76 else if (Arch == Triple::systemz) in getMaxStubSize() 83 if (Arch == Triple::systemz) in getStubAlignment()
|
H A D | RuntimeDyldELF.cpp | 1072 case Triple::systemz: in resolveRelocation() 1719 } else if (Arch == Triple::systemz && in processRelocationRef() 2230 case Triple::systemz: in getGOTEntrySize()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 77 case systemz: return "s390x"; in getArchTypeName() 191 case systemz: return "s390"; in getArchTypePrefix() 428 .Case("s390x", systemz) in getArchTypeForLLVMName() 429 .Case("systemz", systemz) in getArchTypeForLLVMName() 573 .Cases("s390x", "systemz", Triple::systemz) in parseArch() 958 case Triple::systemz: in getDefaultFormat() 1661 case llvm::Triple::systemz: in getArchPointerBitWidth() 1691 case Triple::systemz: in get32BitArchVariant() 1805 case Triple::systemz: in get64BitArchVariant() 1921 case Triple::systemz: in getLittleEndianArchVariant()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.cpp | 141 case llvm::Triple::systemz: in CreateRegisterContextForFrame() 219 case llvm::Triple::systemz: in CreateRegisterContextForFrame()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 136 explicit module systemz { 137 requires systemz
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 58 Triple::ArchType getArch() const override { return Triple::systemz; } in getArch()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 172 case llvm::Triple::systemz: in getMultiarchTriple() 592 case llvm::Triple::systemz: in getDynamicLinker() 798 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers()
|
H A D | CommonArgs.cpp | 127 case llvm::Triple::systemz: in useFramePointerForTargetByDefault() 656 case llvm::Triple::systemz: in getCPUName() 657 return systemz::getSystemZTargetCPU(Args); in getCPUName() 710 case llvm::Triple::systemz: in getTargetFeatures() 711 systemz::getSystemZTargetFeatures(D, Args, Features); in getTargetFeatures()
|
H A D | Gnu.cpp | 281 case llvm::Triple::systemz: in getLDMOption() 937 case llvm::Triple::systemz: { in ConstructJob() 940 std::string CPUName = systemz::getSystemZTargetCPU(Args); in ConstructJob() 2848 case llvm::Triple::systemz: in CollectLibDirsAndTriples()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 535 case llvm::Triple::systemz: in GetSoftwareBreakpointTrapOpcode() 565 case llvm::Triple::systemz: in GetSoftwareBreakpointPCOffset()
|
H A D | HostInfoBase.cpp | 348 case llvm::Triple::systemz: in ComputeHostArchitectureSupport()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 80 systemz, // SystemZ: s390x enumerator 1016 return getArch() == Triple::systemz; in isSystemZ()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 47 case Triple::systemz: in OMPContext()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 462 T.getArch() == Triple::systemz) { in initExtensionsForTriple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 190 if (arch.GetTriple().getArch() == llvm::Triple::systemz) { in CreateInstance()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 801 case Triple::systemz: in getRelocationResolver()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.cpp | 78 .Case("s390", Triple::systemz) in stringTo()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 195 {eByteOrderBig, 8, 2, 6, llvm::Triple::systemz, 731 case llvm::Triple::systemz: in CharIsSignedByDefault()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 766 if (TargetTriple.getArch() == Triple::systemz) { in getOrInsertMsanMetadataFunction() 1025 case Triple::systemz: in initializeModule() 1520 if (MS.TargetTriple.getArch() == Triple::systemz) in insertKmsanPrologue() 1768 if (MS.TargetTriple.getArch() == Triple::systemz) { in createMetadataCall() 6032 else if (TargetTriple.getArch() == Triple::systemz) in CreateVarArgHelper()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Targets.cpp | 518 case llvm::Triple::systemz: in AllocateTarget()
|