Searched refs:HiPE (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 55 HiPE = 11, enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 129 // 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>>,
|
D | X86RegisterInfo.cpp | 192 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false); in getGPRsForTailCall() 240 case CallingConv::HiPE: in getCalleeSavedRegs() 319 case CallingConv::HiPE: in getCallPreservedMask()
|
D | X86FrameLowering.cpp | 2013 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister()
|
D | X86FastISel.cpp | 2818 CC == CallingConv::HiPE) in computeBytesPoppedByCallee()
|
D | X86ISelLowering.cpp | 2491 CC == CallingConv::HiPE || CC == CallingConv::HHVM); in canGuaranteeTCO()
|
/external/llvm/test/CodeGen/X86/ |
D | hipe-prologue.ll | 4 ; The HiPE compiler (i.e., the native code compiler of the Erlang/OTP system)
|
D | hipe-cc.ll | 3 ; Check the HiPE calling convention works (x86-32)
|
D | hipe-cc64.ll | 3 ; Check the HiPE calling convention works (x86-64)
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyPEI.cpp | 817 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 801 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2038 calling convention) or ``cc 11`` (HiPE calling convention).
|
D | LangRef.rst | 297 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*
|