Searched refs:systemz (Results 1 – 21 of 21) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | mature-mc-support.ll | 6 ; SKIP: not llc -march=systemz < %s > /dev/null 2> %t1 9 ; RUN: not llc -march=systemz -filetype=obj < %s > /dev/null 2> %t2
|
D | tail-call-mem-intrinsics.ll | 1 ; RUN: llc -march=systemz < %s | FileCheck %s
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 63 else if (Arch == Triple::systemz) in getMaxStubSize() 70 if (Arch == Triple::systemz) in getStubAlignment()
|
D | RuntimeDyldELF.cpp | 883 case Triple::systemz: in resolveRelocation() 1234 } else if (Arch == Triple::systemz && in processRelocationRef() 1370 case Triple::systemz: in getGOTEntrySize()
|
D | RuntimeDyld.cpp | 730 } else if (Arch == Triple::systemz) { in createStubFunction()
|
/external/llvm/lib/Target/SystemZ/TargetInfo/ |
D | SystemZTargetInfo.cpp | 18 RegisterTarget<Triple::systemz, /*HasJIT=*/true> in LLVMInitializeSystemZTargetInfo()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 40 case systemz: return "s390x"; in getArchTypeName() 95 case systemz: return "s390"; in getArchTypePrefix() 214 .Case("systemz", systemz) in getArchTypeForLLVMName() 313 .Case("s390x", Triple::systemz) in parseArch() 456 case Triple::systemz: in getDefaultFormat() 943 case llvm::Triple::systemz: in getArchPointerBitWidth() 974 case Triple::systemz: in get32BitArchVariant() 1046 case Triple::systemz: in get64BitArchVariant()
|
/external/clang/lib/Headers/ |
D | module.modulemap | 173 explicit module systemz { 174 requires systemz
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 67 systemz, // SystemZ: s390x enumerator
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 117 case Triple::systemz: in visitELF()
|
D | ELFObjectFile.h | 927 return Triple::systemz; in getArch()
|
/external/llvm/docs/ |
D | BuildingLLVMWithAutotools.rst | 103 powerpc, nvptx, r600, sparc, systemz, x86, x86_64, xcore``.
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 365 case Triple::systemz: in InitELFMCObjectFileInfo()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 499 case llvm::Triple::systemz: in isSignedCharDefault() 1564 case llvm::Triple::systemz: in getCPUName() 1933 case llvm::Triple::systemz: in getTargetFeatures() 2385 case llvm::Triple::systemz: in shouldUseFramePointerForTarget() 7574 case llvm::Triple::systemz: { in ConstructJob() 7697 } else if (ToolChain.getArch() == llvm::Triple::systemz) in getLinuxDynamicLinker() 7765 case llvm::Triple::systemz: in getLDMOption()
|
D | ToolChains.cpp | 1477 case llvm::Triple::systemz: in CollectLibDirsAndTriples() 2079 getTriple().getArch() == llvm::Triple::systemz; in IsIntegratedAssemblerDefault()
|
/external/llvm/autoconf/ |
D | configure.ac | 1095 xcore, msp430, nvptx, systemz, r600, and cpp (default=all)]),, 1120 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 6960 case llvm::Triple::systemz: in AllocateTarget()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 7060 case llvm::Triple::systemz: in getTargetCodeGenInfo()
|
D | CGBuiltin.cpp | 1868 case llvm::Triple::systemz: in EmitTargetBuiltinExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 549 case llvm::Triple::systemz: in CheckBuiltinFunctionCall()
|
/external/llvm/ |
D | configure | 5643 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
|