Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/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 {
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/MC/SystemZ/
H A Dinvalid-instructions-spellcheck.s1 # RUN: not llvm-mc -triple=systemz -mcpu=z13 -show-encoding < %s 2>&1 | FileCheck %s
2 # RUN: not llvm-mc -triple=systemz -mcpu=zEC12 -show-encoding < %s 2>&1 | FileCheck %s --check-pref…
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dsubregliveness-01.ll1 ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs -systemz-subreg-liveness < %s |…
2 ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs -systemz-subreg-liveness -early…
H A Disel-debug.ll1 ; RUN: llc < %s -mtriple=s390x-linux-gnu -debug-only=systemz-isel -o - 2>&1 | \
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/TargetInfo/
H A DSystemZTargetInfo.cpp20 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/
H A Dsystemz-function-name.test1 # REQUIRES: systemz-registered-target
H A Dsystemz_generated_funcs.test1 # REQUIRES: systemz-registered-target
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h76 else if (Arch == Triple::systemz) in getMaxStubSize()
83 if (Arch == Triple::systemz) in getStubAlignment()
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/SystemZ/
H A Dcall-site-lzer.mir26 target triple = "systemz"
42 !1 = !DIFile(filename: "systemz-lzer.c", directory: "/")
/llvm-project-15.0.7/clang/lib/Headers/
H A Dmodule.modulemap137 explicit module systemz {
138 requires systemz
H A DCMakeLists.txt388 "systemz-resource-headers"
411 add_header_target("systemz-resource-headers" "${systemz_files}")
531 COMPONENT systemz-resource-headers)
620 add_llvm_install_targets(install-systemz-resource-headers
621 DEPENDS systemz-resource-headers
622 COMPONENT systemz-resource-headers)
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/
H A Doldarch-vectors.ll1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z10
H A Dnumvectorregs.ll1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13…
H A Dload-ptr-cmp-fold.ll1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13…
H A Dhuge-immediates.ll1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13
H A Dcmp-tofp-scalar.ll1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13…
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dlive-ins-02.mir2 # REQUIRES: systemz-registered-target
H A Dlive-ins-03.mir2 # REQUIRES: systemz-registered-target
H A Dlive-ins-01.mir2 # REQUIRES: systemz-registered-target
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp75 case systemz: return "s390x"; in getArchTypeName()
133 case systemz: return "s390"; in getArchTypePrefix()
340 .Case("s390x", systemz) in getArchTypeForLLVMName()
341 .Case("systemz", systemz) in getArchTypeForLLVMName()
481 .Cases("s390x", "systemz", Triple::systemz) in parseArch()
846 case Triple::systemz: in getDefaultFormat()
1435 case llvm::Triple::systemz: in getArchPointerBitWidth()
1465 case Triple::systemz: in get32BitArchVariant()
1576 case Triple::systemz: in get64BitArchVariant()
1689 case Triple::systemz: in getLittleEndianArchVariant()
/llvm-project-15.0.7/llvm/test/MC/GOFF/
H A Dppa1.ll2 ; REQUIRES: systemz-registered-target
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/SystemZ/
H A DSLP-cmp-cost-query.ll2 ; RUN: opt -mtriple=systemz-unknown -mcpu=z13 -slp-vectorizer -debug-only=SLP \

12345