Home
last modified time | relevance | path

Searched refs:WebKit_JS (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCallingConv.h58 WebKit_JS = 12, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.td379 // X86-64 WebKit_JS return-value convention.
460 CCIfCC<"CallingConv::WebKit_JS", CCDelegateTo<RetCC_X86_64_WebKit_JS>>,
1057 CCIfCC<"CallingConv::WebKit_JS", CCDelegateTo<CC_X86_64_WebKit_JS>>,
H A DX86FastISel.cpp3199 case CallingConv::WebKit_JS: in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td305 // The WebKit_JS calling convention only passes the first argument (the callee)
H A DAArch64FastISel.cpp337 if (CC == CallingConv::WebKit_JS) in CCAssignFnForCall()
3777 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in selectRet()
H A DAArch64ISelLowering.cpp4773 case CallingConv::WebKit_JS: in CCAssignFnForCall()
4804 return CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in CCAssignFnForReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp360 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break; in PrintCallingConv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2173 case lltok::kw_webkit_jscc: CC = CallingConv::WebKit_JS; break; in parseOptionalCallingConv()