Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp21 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 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.cpp21 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 DRuntimeDyldELF.h76 else if (Arch == Triple::systemz) in getMaxStubSize()
83 if (Arch == Triple::systemz) in getStubAlignment()
H A DRuntimeDyldELF.cpp1072 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 DTriple.cpp77 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 DThreadElfCore.cpp141 case llvm::Triple::systemz: in CreateRegisterContextForFrame()
219 case llvm::Triple::systemz: in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmodule.modulemap136 explicit module systemz {
137 requires systemz
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h58 Triple::ArchType getArch() const override { return Triple::systemz; } in getArch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp172 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 DCommonArgs.cpp127 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 DGnu.cpp281 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 DNativeProcessProtocol.cpp535 case llvm::Triple::systemz: in GetSoftwareBreakpointTrapOpcode()
565 case llvm::Triple::systemz: in GetSoftwareBreakpointPCOffset()
H A DHostInfoBase.cpp348 case llvm::Triple::systemz: in ComputeHostArchitectureSupport()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h80 systemz, // SystemZ: s390x enumerator
1016 return getArch() == Triple::systemz; in isSystemZ()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp47 case Triple::systemz: in OMPContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h462 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/llvm/lib/Object/
H A DRelocationResolver.cpp801 case Triple::systemz: in getRelocationResolver()
/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.cpp195 {eByteOrderBig, 8, 2, 6, llvm::Triple::systemz,
731 case llvm::Triple::systemz: in CharIsSignedByDefault()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp766 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 DTargets.cpp518 case llvm::Triple::systemz: in AllocateTarget()

12