Home
last modified time | relevance | path

Searched refs:Itanium (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Deh-unknown.ll3 ; An unknown personality forces us to emit an Itanium LSDA. Make sure that the
4 ; Itanium call site table actually tells the personality to keep unwinding,
Deh-null-personality.ll4 ; is usually Itanium.
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp134 WinEHEncodingType = WinEH::EncodingType::Itanium; in X86MCAsmInfoMicrosoft()
161 WinEHEncodingType = WinEH::EncodingType::Itanium; in X86MCAsmInfoGNUCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp130 WinEHEncodingType = WinEH::EncodingType::Itanium; in X86MCAsmInfoMicrosoft()
157 WinEHEncodingType = WinEH::EncodingType::Itanium; in X86MCAsmInfoGNUCOFF()
/external/clang/include/clang/Basic/
DABI.h55 } Itanium; member
121 } Itanium; member
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompilerWriterInfo.rst29 Itanium (ia64)
32 * `Itanium documentation <http://developer.intel.com/design/itanium2/documentation.htm>`_
98 * `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_…
122 * `Itanium C++ ABI <http://itanium-cxx-abi.github.io/cxx-abi/>`_
DExceptionHandling.rst18 Itanium ABI Zero-cost Exception Handling
27 The Itanium ABI Exception Handling Specification defines a methodology for
33 A more complete description of the Itanium ABI exception handling runtime
34 support of can be found at `Itanium C++ ABI: Exception Handling
529 on Itanium C++ ABI platforms. The fundamental difference between the two models
530 is that Itanium EH is designed around the idea of "successive unwinding," while
533 Under Itanium, throwing an exception typically involes allocating thread local
608 and Itanium C++ exceptions. They make very few assumptions about the data
612 represent Itanium EH, the landingpad model is strictly better for optimization
/external/llvm/docs/
DCompilerWriterInfo.rst29 Itanium (ia64)
32 * `Itanium documentation <http://developer.intel.com/design/itanium2/documentation.htm>`_
95 * `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_…
114 * `Itanium C++ ABI <http://mentorembedded.github.io/cxx-abi/>`_
DExceptionHandling.rst18 Itanium ABI Zero-cost Exception Handling
27 The Itanium ABI Exception Handling Specification defines a methodology for
33 A more complete description of the Itanium ABI exception handling runtime
34 support of can be found at `Itanium C++ ABI: Exception Handling
529 on Itanium C++ ABI platforms. The fundamental difference between the two models
530 is that Itanium EH is designed around the idea of "successive unwinding," while
533 Under Itanium, throwing an exception typically involes allocating thread local
608 and Itanium C++ exceptions. They make very few assumptions about the data
612 represent Itanium EH, the landingpad model is strictly better for optimization
DExtensions.rst227 The Windows ARM Itanium ABI extends the base ABI by adding support for emitting
/external/llvm/test/CodeGen/X86/
Deh-null-personality.ll4 ; is usually Itanium.
/external/clang/test/CodeGenObjCXX/
Dblock-id.mm7 // block-ids believed it was handling Itanium-style discriminators.
/external/clang/lib/AST/
DVTableBuilder.cpp1196 Adjustment.Virtual.Itanium.VBaseOffsetOffset = in ComputeReturnAdjustment()
1199 Adjustment.Virtual.Itanium.VBaseOffsetOffset = in ComputeReturnAdjustment()
1296 Adjustment.Virtual.Itanium.VCallOffsetOffset = in ComputeThisAdjustment()
1538 if (ThisAdjustment.Virtual.Itanium.VCallOffsetOffset && in AddMethods()
1962 if (Thunk.Return.Virtual.Itanium.VBaseOffsetOffset) { in dumpLayout()
1963 Out << ", " << Thunk.Return.Virtual.Itanium.VBaseOffsetOffset; in dumpLayout()
1975 if (Thunk.This.Virtual.Itanium.VCallOffsetOffset) { in dumpLayout()
1976 Out << ", " << Thunk.This.Virtual.Itanium.VCallOffsetOffset; in dumpLayout()
2010 if (Thunk.This.Virtual.Itanium.VCallOffsetOffset) { in dumpLayout()
2011 Out << ", " << Thunk.This.Virtual.Itanium.VCallOffsetOffset; in dumpLayout()
[all …]
/external/xz-embedded/
DREADME134 XZ_DEC_IA64 Itanium (IA-64) Big or little endian
141 architectures. That's why Itanium and SPARC filters work for both big
142 and little endian executables (Itanium has little endian instructions
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h196 Itanium, enumerator
517 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium; in isWindowsItaniumEnvironment()
/external/llvm/include/llvm/ADT/
DTriple.h189 Itanium, enumerator
500 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium; in isWindowsItaniumEnvironment()
/external/python/cpython2/PC/VS7.1/
Dreadme.txt212 architecture (/SRV64 for Itanium, /X64 for AMD64)
214 target ("Release IA64" for Itanium, "Release AMD64" for AMD64), e.g.
257 Building for Itanium
261 Win64/Itanium binaries. For this to work, you need to install the Platform
262 SDK, in particular the 64-bit support. This includes an Itanium compiler
273 to the Itanium configuration; make sure you use the latest version of
/external/python/cpython2/Lib/msilib/
D__init__.py12 Itanium = "Itanium" in sys.version variable
13 Win64 = AMD64 or Itanium
154 if Itanium:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h205 Itanium, enumerator
539 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium; in isWindowsItaniumEnvironment()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dcfi-sections.ll1 ; When using Itanium ABI, do not emit .debug_frame.
/external/python/cpython2/PC/VS9.0/
Dreadme.txt184 Building for Itanium
187 Official support for Itanium builds have been dropped from the build. Please
188 contact us and provide patches if you are interested in Itanium builds.
/external/llvm/include/llvm/MC/
DMCAsmInfo.h38 Itanium, /// Windows x64, Windows Itanium (IA-64) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h41 Itanium, /// Windows x64, Windows Itanium (IA-64) enumerator
/external/libunwind/doc/
Dlibunwind-ia64.tex17 the Itanium Processor Family. This includes both little-endian Linux
59 please see the ``Itanium Software Conventions and Runtime Architecture
/external/curl/packages/vms/
Dgenerate_vax_transfer.com6 $! Alpha/Itanium gnv_libcurl_symbols.opt file.

123