| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | SystemZ.cpp | 20 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D, in getSystemZFloatABI() 23 systemz::FloatABI ABI = systemz::FloatABI::Hard; in getSystemZFloatABI() 31 ABI = systemz::FloatABI::Soft; in getSystemZFloatABI() 36 std::string systemz::getSystemZTargetCPU(const ArgList &Args, in getSystemZTargetCPU() 56 void systemz::getSystemZTargetFeatures(const Driver &D, const ArgList &Args, in getSystemZTargetFeatures() 73 systemz::FloatABI FloatABI = systemz::getSystemZFloatABI(D, Args); in getSystemZTargetFeatures() 74 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 | 23 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 92 else if (Arch == Triple::systemz) in getMaxStubSize() 99 if (Arch == Triple::systemz) in getStubAlignment()
|
| H A D | RuntimeDyldELF.cpp | 1439 case Triple::systemz: in resolveRelocation() 2100 } else if (Arch == Triple::systemz && in processRelocationRef() 2627 case Triple::systemz: in getGOTEntrySize()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 76 case systemz: return "s390x"; in getArchTypeName() 210 case systemz: return "s390"; in getArchTypePrefix() 460 .Case("s390x", systemz) in getArchTypeForLLVMName() 461 .Case("systemz", systemz) in getArchTypeForLLVMName() 603 .Cases("s390x", "systemz", Triple::systemz) in parseArch() 998 case Triple::systemz: in getDefaultFormat() 1727 case llvm::Triple::systemz: in getArchPointerBitWidth() 1775 case Triple::systemz: in get32BitArchVariant() 1886 case Triple::systemz: in get64BitArchVariant() 1999 case Triple::systemz: in getLittleEndianArchVariant() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | module.modulemap | 142 explicit module systemz { 143 requires systemz
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 59 Triple::ArchType getArch() const override { return Triple::systemz; } in getArch()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 174 case llvm::Triple::systemz: in getMultiarchTriple() 596 case llvm::Triple::systemz: in getDynamicLinker() 809 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz; in getSupportedSanitizers()
|
| H A D | CommonArgs.cpp | 121 case llvm::Triple::systemz: in useFramePointerForTargetByDefault() 605 case llvm::Triple::systemz: in getLDMOption() 785 case llvm::Triple::systemz: in getCPUName() 786 return systemz::getSystemZTargetCPU(Args, T); in getCPUName() 844 case llvm::Triple::systemz: in getTargetFeatures() 845 systemz::getSystemZTargetFeatures(D, Args, Features); in getTargetFeatures()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 146 case llvm::Triple::systemz: in CreateRegisterContextForFrame() 234 case llvm::Triple::systemz: in CreateRegisterContextForFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 47 case Triple::systemz: in OMPContext() 93 case Triple::systemz: in OMPContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 538 case llvm::Triple::systemz: in GetSoftwareBreakpointTrapOpcode() 568 case llvm::Triple::systemz: in GetSoftwareBreakpointPCOffset()
|
| H A D | HostInfoBase.cpp | 350 case llvm::Triple::systemz: in ComputeHostArchitectureSupport()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 307 case Triple::ArchType::systemz: { in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 53 case llvm::Triple::systemz: in XRayArgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 83 systemz, // SystemZ: s390x enumerator 1094 return getArch() == Triple::systemz; in isSystemZ()
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 255 case Triple::systemz: in convertTripleArchTypeToEMachine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 478 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/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 | 200 {eByteOrderBig, 8, 2, 6, llvm::Triple::systemz, 754 case llvm::Triple::systemz: in CharIsSignedByDefault()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 808 case Triple::systemz: in getRelocationResolver()
|