Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DCallingConv.h58 WebKit_JS = 12, enumerator
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallingConv.td391 // 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>>,
H A DX86FastISel.cpp3195 case CallingConv::WebKit_JS: in fastLowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp436 case CallingConv::WebKit_JS: in isArgumentRegister()
H A DAArch64CallingConvention.td283 // The WebKit_JS calling convention only passes the first argument (the callee)
H A DAArch64FastISel.cpp337 if (CC == CallingConv::WebKit_JS) in CCAssignFnForCall()
3789 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in selectRet()
H A DAArch64ISelLowering.cpp5718 case CallingConv::WebKit_JS: in CCAssignFnForCall()
5749 return CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS in CCAssignFnForReturn()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td78 def CConvWebKitJS : LLVM_EnumAttrCase<"WebKit_JS", "webkit_jscc",
79 "WebKit_JS", 12>;
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp293 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break; in PrintCallingConv()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1938 case lltok::kw_webkit_jscc: CC = CallingConv::WebKit_JS; break; in parseOptionalCallingConv()