Home
last modified time | relevance | path

Searched refs:HHVM (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DCallingConv.h179 HHVM = 81, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp133 if (LLVM_UNLIKELY(MF.getFunction().getCallingConv() == CallingConv::HHVM)) in getStackAlignmentSkew()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86CallingConv.td421 // X86-64 HHVM return-value convention.
474 // Handle HHVM calls.
475 CCIfCC<"CallingConv::HHVM", CCDelegateTo<RetCC_X86_64_HHVM>>,
594 // Calling convention for X86-64 HHVM.
602 // Calling convention for helper functions in HHVM.
1066 CCIfCC<"CallingConv::HHVM", CCDelegateTo<CC_X86_64_HHVM>>,
1179 // Only R12 is preserved for PHP calls in HHVM.
DX86RegisterInfo.cpp330 case CallingConv::HHVM: in getCalleeSavedRegs()
452 case CallingConv::HHVM: in getCallPreservedMask()
DX86ISelLowering.cpp3192 CC == CallingConv::HHVM || CC == CallingConv::Tail || in canGuaranteeTCO()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAsmWriter.cpp327 case CallingConv::HHVM: Out << "hhvmcc"; break; in PrintCallingConv()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1854 case lltok::kw_hhvmcc: CC = CallingConv::HHVM; break; in parseOptionalCallingConv()