Searched refs:HiPE (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | CallingConv.h | 55 HiPE = 11, enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 118 // 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>>,
|
D | X86RegisterInfo.cpp | 184 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false); in getPointerRegClass() 232 case CallingConv::HiPE: in getCalleeSavedRegs() 292 case CallingConv::HiPE: in getCallPreservedMask()
|
D | X86FrameLowering.cpp | 1561 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister()
|
D | X86FastISel.cpp | 2785 CC == CallingConv::HiPE) in computeBytesPoppedByCallee()
|
D | X86ISelLowering.cpp | 2159 CC == CallingConv::HiPE); in IsTailCallConvention() 3606 case CallingConv::HiPE: in isCalleePop()
|
/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/CodeGen/ |
D | PrologEpilogInserter.cpp | 745 if (Fn.getFunction()->getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2029 calling convention) or ``cc 11`` (HiPE calling convention).
|
D | LangRef.rst | 296 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*
|