HomeSort by relevance Sort by last modified time
    Searched refs:GHC (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
CallingConv.h 47 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
48 GHC = 10,
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 68 if (F->getCallingConv() == CallingConv::GHC) {
69 // GHC set of callee saved regs is empty as all those regs are
93 if (CC == CallingConv::GHC)
94 // This is academic becase all GHC calls are (supposed to be) tail calls
115 if (CC == CallingConv::GHC)
116 // This is academic becase all GHC calls are (supposed to be) tail calls
ARMFrameLowering.cpp 187 // All calls are tail calls in GHC calling conv, and functions have no
189 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
589 // All calls are tail calls in GHC calling conv, and functions have no
591 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
    [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 223 case CallingConv::GHC:
276 case CallingConv::GHC:
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 235 representation (e.g. support Haskell with `GHC
236 <http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators.html>`_

Completed in 800 milliseconds