| /llvm-project-15.0.7/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 {
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/test/MC/SystemZ/ |
| H A D | invalid-instructions-spellcheck.s | 1 # 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 D | subregliveness-01.ll | 1 ; 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 D | isel-debug.ll | 1 ; 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 D | SystemZTargetInfo.cpp | 20 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
|
| /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/ |
| H A D | systemz-function-name.test | 1 # REQUIRES: systemz-registered-target
|
| H A D | systemz_generated_funcs.test | 1 # REQUIRES: systemz-registered-target
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 76 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 D | call-site-lzer.mir | 26 target triple = "systemz" 42 !1 = !DIFile(filename: "systemz-lzer.c", directory: "/")
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | module.modulemap | 137 explicit module systemz { 138 requires systemz
|
| H A D | CMakeLists.txt | 388 "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 D | oldarch-vectors.ll | 1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z10
|
| H A D | numvectorregs.ll | 1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13…
|
| H A D | load-ptr-cmp-fold.ll | 1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13…
|
| H A D | huge-immediates.ll | 1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13
|
| H A D | cmp-tofp-scalar.ll | 1 ; 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 D | live-ins-02.mir | 2 # REQUIRES: systemz-registered-target
|
| H A D | live-ins-03.mir | 2 # REQUIRES: systemz-registered-target
|
| H A D | live-ins-01.mir | 2 # REQUIRES: systemz-registered-target
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 75 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 D | ppa1.ll | 2 ; REQUIRES: systemz-registered-target
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/SystemZ/ |
| H A D | SLP-cmp-cost-query.ll | 2 ; RUN: opt -mtriple=systemz-unknown -mcpu=z13 -slp-vectorizer -debug-only=SLP \
|