Searched refs:WebKit_JS (Results 1 – 10 of 10) sorted by relevance
58 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>>,
3195 case CallingConv::WebKit_JS: in fastLowerCall()
436 case CallingConv::WebKit_JS: in isArgumentRegister()
283 // The WebKit_JS calling convention only passes the first argument (the callee)
337 if (CC == CallingConv::WebKit_JS) in CCAssignFnForCall()3789 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in selectRet()
5718 case CallingConv::WebKit_JS: in CCAssignFnForCall()5749 return CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in CCAssignFnForReturn()
78 def CConvWebKitJS : LLVM_EnumAttrCase<"WebKit_JS", "webkit_jscc",79 "WebKit_JS", 12>;
293 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break; in PrintCallingConv()
1938 case lltok::kw_webkit_jscc: CC = CallingConv::WebKit_JS; break; in parseOptionalCallingConv()