Home
last modified time | relevance | path

Searched refs:HiPE (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/IR/
DCallingConv.h55 HiPE = 11, enumerator
/external/llvm/lib/Target/X86/
DX86CallingConv.td118 // X86-32 HiPE return-value convention.
127 // X86-32 HiPE return-value convention.
165 // X86-64 HiPE return-value convention.
198 // If HiPE, use RetCC_X86_32_HiPE.
199 CCIfCC<"CallingConv::HiPE", CCDelegateTo<RetCC_X86_32_HiPE>>,
208 // HiPE uses RetCC_X86_64_HiPE
209 CCIfCC<"CallingConv::HiPE", CCDelegateTo<RetCC_X86_64_HiPE>>,
656 CCIfCC<"CallingConv::HiPE", CCDelegateTo<CC_X86_32_HiPE>>,
665 CCIfCC<"CallingConv::HiPE", CCDelegateTo<CC_X86_64_HiPE>>,
DX86RegisterInfo.cpp184 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false); in getPointerRegClass()
232 case CallingConv::HiPE: in getCalleeSavedRegs()
292 case CallingConv::HiPE: in getCallPreservedMask()
DX86FrameLowering.cpp1561 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister()
DX86FastISel.cpp2785 CC == CallingConv::HiPE) in computeBytesPoppedByCallee()
DX86ISelLowering.cpp2159 CC == CallingConv::HiPE); in IsTailCallConvention()
3606 case CallingConv::HiPE: in isCalleePop()
/external/llvm/test/CodeGen/X86/
Dhipe-prologue.ll4 ; The HiPE compiler (i.e., the native code compiler of the Erlang/OTP system)
Dhipe-cc.ll3 ; Check the HiPE calling convention works (x86-32)
Dhipe-cc64.ll3 ; Check the HiPE calling convention works (x86-64)
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp745 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
/external/llvm/docs/
DCodeGenerator.rst2029 calling convention) or ``cc 11`` (HiPE calling convention).
DLangRef.rst296 be optimized when this, the GHC or the HiPE convention is
328 "``cc 11``" - The HiPE calling convention
331 (HiPE) <http://www.it.uu.se/research/group/hipe/>`_ compiler, *the*