Searched refs:WebKit_JS (Results 1 – 8 of 8) sorted by relevance
58 WebKit_JS = 12, enumerator
379 // 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>>,
3199 case CallingConv::WebKit_JS: in fastLowerCall()
305 // The WebKit_JS calling convention only passes the first argument (the callee)
337 if (CC == CallingConv::WebKit_JS) in CCAssignFnForCall()3777 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in selectRet()
4773 case CallingConv::WebKit_JS: in CCAssignFnForCall()4804 return CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in CCAssignFnForReturn()
360 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break; in PrintCallingConv()
2173 case lltok::kw_webkit_jscc: CC = CallingConv::WebKit_JS; break; in parseOptionalCallingConv()