Searched refs:HiPE (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | CallingConv.h | 55 HiPE = 11, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 238 bool hasHipeCC = (F.getCallingConv() == CallingConv::HiPE); in getGPRsForTailCall() 300 case CallingConv::HiPE: in getCalleeSavedRegs() 423 case CallingConv::HiPE: in getCallPreservedMask()
|
| H A D | X86CallingConv.td | 310 // X86-32 HiPE return-value convention. 370 // X86-64 HiPE return-value convention. 445 // If HiPE, use RetCC_X86_32_HiPE. 446 CCIfCC<"CallingConv::HiPE", CCDelegateTo<RetCC_X86_32_HiPE>>, 456 // HiPE uses RetCC_X86_64_HiPE 457 CCIfCC<"CallingConv::HiPE", CCDelegateTo<RetCC_X86_64_HiPE>>, 1046 CCIfCC<"CallingConv::HiPE", CCDelegateTo<CC_X86_32_HiPE>>, 1056 CCIfCC<"CallingConv::HiPE", CCDelegateTo<CC_X86_64_HiPE>>,
|
| H A D | X86FrameLowering.cpp | 2698 if (CallingConvention == CallingConv::HiPE) { in GetScratchRegister() 3392 MF.getFunction().getCallingConv() != CallingConv::HiPE && in enableShrinkWrapping()
|
| H A D | X86FastISel.cpp | 3148 CC == CallingConv::HiPE || CC == CallingConv::Tail || in computeBytesPoppedByCalleeForSRet()
|
| H A D | X86ISelLowering.cpp | 3187 CC == CallingConv::X86_RegCall || CC == CallingConv::HiPE || in canGuaranteeTCO()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 1140 if (MF.getFunction().getCallingConv() == CallingConv::HiPE) in insertPrologEpilogCode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CodeGenerator.rst | 2071 calling convention), ``cc 11`` (HiPE calling convention), ``tailcc``, or
|
| H A D | LangRef.rst | 302 be optimized when this, the tailcc, the GHC or the HiPE convention is 334 "``cc 11``" - The HiPE calling convention 337 (HiPE) <http://www.it.uu.se/research/group/hipe/>`_ compiler, *the* 440 the GHC or the HiPE convention is used. <CodeGenerator.html#id80>`_ This
|