Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/TargetInfo/
DSystemZTargetInfo.cpp20 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h76 else if (Arch == Triple::systemz) in getMaxStubSize()
83 if (Arch == Triple::systemz) in getStubAlignment()
DRuntimeDyldELF.cpp964 case Triple::systemz: in resolveRelocation()
1604 } else if (Arch == Triple::systemz && in processRelocationRef()
1780 case Triple::systemz: in getGOTEntrySize()
DRuntimeDyld.cpp1020 } else if (Arch == Triple::systemz) { in createStubFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp63 case systemz: return "s390x"; in getArchTypeName()
118 case systemz: return "s390"; in getArchTypePrefix()
294 .Case("systemz", systemz) in getArchTypeForLLVMName()
424 .Cases("s390x", "systemz", Triple::systemz) in parseArch()
703 case Triple::systemz: in getDefaultFormat()
1289 case llvm::Triple::systemz: in getArchPointerBitWidth()
1320 case Triple::systemz: in get32BitArchVariant()
1411 case Triple::systemz: in get64BitArchVariant()
1505 case Triple::systemz: in getLittleEndianArchVariant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h73 systemz, // SystemZ: s390x enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp560 case Triple::systemz: in getRelocationResolver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h1165 return Triple::systemz; in getArch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp95 T.getArch() == Triple::systemz) { in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp246 case Triple::systemz: in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp436 bool IsSystemZ = TargetTriple.getArch() == Triple::systemz; in getShadowMapping()