Searched refs:Swift (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp751 return SourceLanguage::Swift;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp67 case CC_Swift: return llvm::CallingConv::Swift;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp379 case CallingConv::Swift: Out << "swiftcc"; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2958 if (CC != CallingConv::C && CC != CallingConv::Swift)
H A DAArch64ISelLowering.cpp3657 case CallingConv::Swift:
4112 case CallingConv::Swift:
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6400 /// Swift ABI (4.1, 4.2)
6410 /// Swift ABI (5.0)
6422 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2056 case lltok::kw_swiftcc: CC = CallingConv::Swift; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1978 case CallingConv::Swift:
4021 // Swift happens to implement ISHST barriers in a way that's compatible with
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2750 // Swift calling convention does not require we copy the sret argument
2751 // into %rax/%eax for the return, and SRetReturnReg is not set for Swift.
3145 // Swift:
3146 case CallingConv::Swift:
3689 // Swift calling convention does not require we copy the sret argument
3690 // into %rax/%eax for the return. We don't set SRetReturnReg for Swift.
3691 if (CallConv == CallingConv::Swift)
[all...]

Completed in 513 milliseconds

12