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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
CallingConv.h 47 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
48 GHC = 10,
  /external/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
51 GHC = 10,
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 43 if (MF->getFunction()->getCallingConv() == CallingConv::GHC)
44 // GHC set of callee saved regs is empty as all those regs are
76 if (CC == CallingConv::GHC)
77 // This is academic becase all GHC calls are (supposed to be) tail calls
111 assert(CC != CallingConv::GHC && "should not be GHC calling convention.");
AArch64FrameLowering.cpp 424 // All calls are tail calls in GHC calling conv, and functions have no
426 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
661 // All calls are tail calls in GHC calling conv, and functions have no
663 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
    [all...]
AArch64FastISel.cpp 306 if (CC == CallingConv::GHC)
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 252 case CallingConv::GHC:
349 case CallingConv::GHC:
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 70 if (F->getCallingConv() == CallingConv::GHC) {
71 // GHC set of callee saved regs is empty as all those regs are
114 if (CC == CallingConv::GHC)
115 // This is academic becase all GHC calls are (supposed to be) tail calls
152 if (CC == CallingConv::GHC)
153 // This is academic becase all GHC calls are (supposed to be) tail calls
ARMFrameLowering.cpp 319 // All calls are tail calls in GHC calling conv, and functions have no
321 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
710 // All calls are tail calls in GHC calling conv, and functions have no
712 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
    [all...]
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.cpp 144 // All calls are tail calls in GHC calling conv, and functions have no prologue/epilogue.
145 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
335 // All calls are tail calls in GHC calling conv, and functions have no prologue/epilogue.
336 if (MF.getFunction()->getCallingConv() == CallingConv::GHC)
    [all...]
ARMBaseRegisterInfo.cpp 70 ghcCall = (F ? F->getCallingConv() == CallingConv::GHC : false);
    [all...]
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.cpp 345 ghcCall = (F ? F->getCallingConv() == CallingConv::GHC : false);
  /external/llvm/lib/IR/
AsmWriter.cpp 309 case CallingConv::GHC: Out << "ghccc"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 496 milliseconds

1 2