Home
last modified time | relevance | path

Searched refs:systemz (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp20 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 DSystemZ.h21 namespace systemz {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_s390x.cpp22 case llvm::Triple::systemz: in GetRegisterInfoPtr()
32 case llvm::Triple::systemz: in GetRegisterInfoCount()
42 case llvm::Triple::systemz: in GetUserRegisterInfoCount()
H A DRegisterContextPOSIX_s390x.cpp87 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 DSystemZTargetInfo.cpp23 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h92 else if (Arch == Triple::systemz) in getMaxStubSize()
99 if (Arch == Triple::systemz) in getStubAlignment()
H A DRuntimeDyldELF.cpp1439 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 DTriple.cpp76 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 Dmodule.modulemap142 explicit module systemz {
143 requires systemz
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h59 Triple::ArchType getArch() const override { return Triple::systemz; } in getArch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp174 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 DCommonArgs.cpp121 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 DThreadElfCore.cpp146 case llvm::Triple::systemz: in CreateRegisterContextForFrame()
234 case llvm::Triple::systemz: in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp47 case Triple::systemz: in OMPContext()
93 case Triple::systemz: in OMPContext()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp538 case llvm::Triple::systemz: in GetSoftwareBreakpointTrapOpcode()
568 case llvm::Triple::systemz: in GetSoftwareBreakpointPCOffset()
H A DHostInfoBase.cpp350 case llvm::Triple::systemz: in ComputeHostArchitectureSupport()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp307 case Triple::ArchType::systemz: { in run()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp53 case llvm::Triple::systemz: in XRayArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h83 systemz, // SystemZ: s390x enumerator
1094 return getArch() == Triple::systemz; in isSystemZ()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp255 case Triple::systemz: in convertTripleArchTypeToEMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h478 T.getArch() == Triple::systemz) { in initExtensionsForTriple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp190 if (arch.GetTriple().getArch() == llvm::Triple::systemz) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp78 .Case("s390", Triple::systemz) in stringTo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp200 {eByteOrderBig, 8, 2, 6, llvm::Triple::systemz,
754 case llvm::Triple::systemz: in CharIsSignedByDefault()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp808 case Triple::systemz: in getRelocationResolver()

12