Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dmature-mc-support.ll6 ; SKIP: not llc -march=systemz < %s > /dev/null 2> %t1
9 ; RUN: not llc -march=systemz -filetype=obj < %s > /dev/null 2> %t2
Dtail-call-mem-intrinsics.ll1 ; RUN: llc -march=systemz < %s | FileCheck %s
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h63 else if (Arch == Triple::systemz) in getMaxStubSize()
70 if (Arch == Triple::systemz) in getStubAlignment()
DRuntimeDyldELF.cpp883 case Triple::systemz: in resolveRelocation()
1234 } else if (Arch == Triple::systemz && in processRelocationRef()
1370 case Triple::systemz: in getGOTEntrySize()
DRuntimeDyld.cpp730 } else if (Arch == Triple::systemz) { in createStubFunction()
/external/llvm/lib/Target/SystemZ/TargetInfo/
DSystemZTargetInfo.cpp18 RegisterTarget<Triple::systemz, /*HasJIT=*/true> in LLVMInitializeSystemZTargetInfo()
/external/llvm/lib/Support/
DTriple.cpp40 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/
Dmodule.modulemap173 explicit module systemz {
174 requires systemz
/external/llvm/include/llvm/ADT/
DTriple.h67 systemz, // SystemZ: s390x enumerator
/external/llvm/include/llvm/Object/
DRelocVisitor.h117 case Triple::systemz: in visitELF()
DELFObjectFile.h927 return Triple::systemz; in getArch()
/external/llvm/docs/
DBuildingLLVMWithAutotools.rst103 powerpc, nvptx, r600, sparc, systemz, x86, x86_64, xcore``.
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp365 case Triple::systemz: in InitELFMCObjectFileInfo()
/external/clang/lib/Driver/
DTools.cpp499 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()
DToolChains.cpp1477 case llvm::Triple::systemz: in CollectLibDirsAndTriples()
2079 getTriple().getArch() == llvm::Triple::systemz; in IsIntegratedAssemblerDefault()
/external/llvm/autoconf/
Dconfigure.ac1095 xcore, msp430, nvptx, systemz, r600, and cpp (default=all)]),,
1120 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
/external/clang/lib/Basic/
DTargets.cpp6960 case llvm::Triple::systemz: in AllocateTarget()
/external/clang/lib/CodeGen/
DTargetInfo.cpp7060 case llvm::Triple::systemz: in getTargetCodeGenInfo()
DCGBuiltin.cpp1868 case llvm::Triple::systemz: in EmitTargetBuiltinExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp549 case llvm::Triple::systemz: in CheckBuiltinFunctionCall()
/external/llvm/
Dconfigure5643 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;