Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallingConv.h55 HiPE = 11, enumerator
/external/llvm/lib/Target/X86/
DX86CallingConv.td129 // X86-32 HiPE return-value convention.
138 // X86-32 HiPE return-value convention.
177 // X86-64 HiPE return-value convention.
220 // If HiPE, use RetCC_X86_32_HiPE.
221 CCIfCC<"CallingConv::HiPE", CCDelegateTo<RetCC_X86_32_HiPE>>,
230 // HiPE uses RetCC_X86_64_HiPE
231 CCIfCC<"CallingConv::HiPE", CCDelegateTo<RetCC_X86_64_HiPE>>,
761 CCIfCC<"CallingConv::HiPE", CCDelegateTo<CC_X86_32_HiPE>>,
771 CCIfCC<"CallingConv::HiPE", CCDelegateTo<CC_X86_64_HiPE>>,
DX86RegisterInfo.cpp192 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false); in getGPRsForTailCall()
240 case CallingConv::HiPE: in getCalleeSavedRegs()
319 case CallingConv::HiPE: in getCallPreservedMask()
DX86FrameLowering.cpp2013 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister()
DX86FastISel.cpp2818 CC == CallingConv::HiPE) in computeBytesPoppedByCallee()
DX86ISelLowering.cpp2491 CC == CallingConv::HiPE || CC == CallingConv::HHVM); in canGuaranteeTCO()
/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/Target/WebAssembly/
DWebAssemblyPEI.cpp817 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp801 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
/external/llvm/docs/
DCodeGenerator.rst2038 calling convention) or ``cc 11`` (HiPE calling convention).
DLangRef.rst297 be optimized when this, the GHC or the HiPE convention is
329 "``cc 11``" - The HiPE calling convention
332 (HiPE) <http://www.it.uu.se/research/group/hipe/>`_ compiler, *the*