Home
last modified time | relevance | path

Searched refs:CC_X86VectorCall (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h280 CC_X86VectorCall, // __attribute__((vectorcall)) enumerator
311 case CC_X86VectorCall: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h393 case CC_X86VectorCall: in checkCallingConvention()
762 case CC_X86VectorCall: in checkCallingConvention()
841 case CC_X86VectorCall: in checkCallingConvention()
H A DARM.cpp1404 case CC_X86VectorCall: in checkCallingConvention()
H A DAArch64.cpp1582 case CC_X86VectorCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp100 case CC_X86VectorCall: in getCallingConvMangling()
H A DTypePrinter.cpp1059 case CC_X86VectorCall: in printFunctionAfter()
H A DMicrosoftMangle.cpp3042 case CC_X86VectorCall: in mangleCallingConvention()
H A DType.cpp3492 case CC_X86VectorCall: return "vectorcall"; in getNameForCallConv()
H A DExpr.cpp790 case CC_X86VectorCall: POut << "__vectorcall "; break; in ComputeName()
H A DItaniumMangle.cpp3439 case CC_X86VectorCall: in getCallingConvQualifierName()
H A DASTContext.cpp12474 return CC_X86VectorCall; in getDefaultCallingConvention()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp356 return clang::CC_X86VectorCall; in TranslateCallingConvention()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp153 return clang::CallingConv::CC_X86VectorCall; in TranslateCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1600 CC_C, CC_X86StdCall, CC_X86FastCall, CC_X86VectorCall, in repeatForLambdaConversionFunctionCallingConvs()
H A DSemaDeclAttr.cpp4903 CC = CC_X86VectorCall; in CheckCallingConvAttr()
H A DSemaExpr.cpp17739 case CC_X86VectorCall: in funcHasParameterSizeMangling()
17775 case CC_X86VectorCall: in CheckCompleteParameterTypesForMangler()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp65 case CC_X86VectorCall: return llvm::CallingConv::X86_VectorCall; in ClangCallConvToLLVMCallConv()
228 return CC_X86VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1520 case CC_X86VectorCall: in getDwarfCC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp974 return clang::CC_X86VectorCall; in ConvertDWARFCallingConventionToClang()