| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/TargetInfo/ |
| SystemZTargetInfo.cpp | 1 //===-- SystemZTargetInfo.cpp - SystemZ target implementation -------------===// 20 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( 21 getTheSystemZTarget(), "systemz", "SystemZ", "SystemZ");
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| SystemZ.cpp | 1 //===--- SystemZ.cpp - SystemZ Helpers for Tools ----------------*- C++ -*-===// 9 #include "SystemZ.h" 21 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D, 24 systemz::FloatABI ABI = systemz::FloatABI::Hard; 32 ABI = systemz::FloatABI::Soft; 37 std::string systemz::getSystemZTargetCPU(const ArgList &Args) { 54 void systemz::getSystemZTargetFeatures(const Driver &D, const ArgList &Args [all...] |
| SystemZ.h | 1 //===--- SystemZ.h - SystemZ-specific Tool Helpers --------------*- C++ -*-===// 21 namespace systemz { namespace in namespace:clang::driver::tools 35 } // end namespace systemz
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| module.modulemap | 137 explicit module systemz { 138 requires systemz
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldELF.h | 76 else if (Arch == Triple::systemz) 83 if (Arch == Triple::systemz)
|
| RuntimeDyldELF.cpp | 1030 case Triple::systemz: 1672 } else if (Arch == Triple::systemz && 1683 LLVM_DEBUG(dbgs() << "\t\tThis is a SystemZ indirect relocation."); 1851 case Triple::systemz:
|
| RuntimeDyld.cpp | 1040 } else if (Arch == Triple::systemz) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 70 case systemz: return "s390x"; 128 case systemz: return "s390"; 308 .Case("systemz", systemz) 442 .Cases("s390x", "systemz", Triple::systemz) 748 case Triple::systemz: 1327 case llvm::Triple::systemz: 1357 case Triple::systemz: 1454 case Triple::systemz [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 78 systemz, // SystemZ: s390x enumerator in enum:llvm::Triple::ArchType 777 /// Tests whether the target is SystemZ. 779 return getArch() == Triple::systemz;
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| Linux.cpp | 131 case llvm::Triple::systemz: 509 case llvm::Triple::systemz: 699 const bool IsSystemZ = getTriple().getArch() == llvm::Triple::systemz;
|
| Gnu.cpp | 15 #include "Arch/SystemZ.h" 294 case llvm::Triple::systemz: 920 case llvm::Triple::systemz: { 923 std::string CPUName = systemz::getSystemZTargetCPU(Args); 2459 case llvm::Triple::systemz: 2755 case llvm::Triple::systemz:
|
| CommonArgs.cpp | 15 #include "Arch/SystemZ.h" 450 case llvm::Triple::systemz: 451 return systemz::getSystemZTargetCPU(Args);
|
| Clang.cpp | 18 #include "Arch/SystemZ.h" 341 case llvm::Triple::systemz: 342 systemz::getSystemZTargetFeatures(D, Args, Features); 574 case llvm::Triple::systemz: 1457 case llvm::Triple::systemz: 1698 case llvm::Triple::systemz: 2116 systemz::FloatABI FloatABI = 2117 systemz::getSystemZFloatABI(getToolChain().getDriver(), Args); 2118 bool HasSoftFloat = (FloatABI == systemz::FloatABI::Soft); 5773 if (Arch == llvm::Triple::systemz || TC.getTriple().isX86() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| RelocationResolver.cpp | 672 case Triple::systemz:
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Targets.cpp | 35 #include "Targets/SystemZ.h" 470 case llvm::Triple::systemz:
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELFObjectFile.h | 1274 return Triple::systemz;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| TargetLibraryInfo.cpp | 138 // PowerPC64, Sparc64, SystemZ need signext/zeroext on i32 parameters and 141 T.getArch() == Triple::systemz) {
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenFunction.cpp | 1038 llvm::Triple::systemz)
|
| TargetInfo.cpp | 7210 // SystemZ ABI Implementation 11128 case llvm::Triple::systemz: {
|
| CGBuiltin.cpp | 5242 case llvm::Triple::systemz: 15819 /// Handle a SystemZ function in which the final argument is a pointer 15840 case SystemZ::BI__builtin_tbegin: { 15846 case SystemZ::BI__builtin_tbegin_nofloat: { 15852 case SystemZ::BI__builtin_tbeginc: { 15858 case SystemZ::BI__builtin_tabort: { 15863 case SystemZ::BI__builtin_non_tx_store: { 15875 case SystemZ::BI__builtin_s390_vpopctb: 15876 case SystemZ::BI__builtin_s390_vpopcth: 15877 case SystemZ::BI__builtin_s390_vpopctf [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| TargetLoweringObjectFileImpl.cpp | 277 case Triple::systemz:
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| MemorySanitizer.cpp | 955 case Triple::systemz: 4959 /// SystemZ-specific implementation of VarArgHelper. 5301 else if (TargetTriple.getArch() == Triple::systemz)
|
| AddressSanitizer.cpp | 450 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; 549 // offset is not necessary 1/8-th of the address space. On SystemZ,
|
| /src/external/apache2/llvm/autoconf/ |
| configure | 1558 hexagon, xcore, msp430, nvptx, systemz, r600, bpf, 4249 s390x-*) llvm_cv_target_arch="SystemZ" ;; 4287 s390x-*) host_arch="SystemZ" ;; 5042 SystemZ) TARGET_HAS_JIT=1 5051 TARGETS_WITH_JIT="ARM AArch64 Mips PowerPC SystemZ X86" 5420 ALL_TARGETS="AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC Sparc SystemZ X86 XCore" 5456 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; 5472 SystemZ) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ; [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaChecking.cpp | 1421 case llvm::Triple::systemz: 3488 if (BuiltinID == SystemZ::BI__builtin_tabort) { 3501 case SystemZ::BI__builtin_s390_lcbb: i = 1; l = 0; u = 15; break; 3502 case SystemZ::BI__builtin_s390_verimb: 3503 case SystemZ::BI__builtin_s390_verimh: 3504 case SystemZ::BI__builtin_s390_verimf: 3505 case SystemZ::BI__builtin_s390_verimg: i = 3; l = 0; u = 255; break; 3506 case SystemZ::BI__builtin_s390_vfaeb: 3507 case SystemZ::BI__builtin_s390_vfaeh: 3508 case SystemZ::BI__builtin_s390_vfaef [all...] |