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

  /external/llvm/include/llvm/IR/
CallingConv.h 50 // HiPE - Calling convention used by the High-Performance Erlang Compiler
51 // (HiPE).
52 HiPE = 11,
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 178 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false);
224 case CallingConv::HiPE:
277 case CallingConv::HiPE:
X86FrameLowering.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 693 // HiPE native code (if needed) when loaded in the Erlang/OTP runtime. The
697 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE)
    [all...]

Completed in 3915 milliseconds