Searched refs:WebKit_JS (Results 1 – 9 of 9) sorted by relevance
56 WebKit_JS = 12, enumerator
391 // X86-64 WebKit_JS return-value convention.472 CCIfCC<"CallingConv::WebKit_JS", CCDelegateTo<RetCC_X86_64_WebKit_JS>>,1095 CCIfCC<"CallingConv::WebKit_JS", CCDelegateTo<CC_X86_64_WebKit_JS>>,
3197 case CallingConv::WebKit_JS: in fastLowerCall()
545 case CallingConv::WebKit_JS: in isArgumentRegister()
323 // The WebKit_JS calling convention only passes the first argument (the callee)
337 if (CC == CallingConv::WebKit_JS) in CCAssignFnForCall()3821 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in selectRet()
6204 case CallingConv::WebKit_JS: in CCAssignFnForCall()6245 return CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in CCAssignFnForReturn()
293 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break; in PrintCallingConv()
2059 case lltok::kw_webkit_jscc: CC = CallingConv::WebKit_JS; break; in parseOptionalCallingConv()