Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h283 CC_X86VectorCall, // __attribute__((vectorcall)) enumerator
326 case CC_X86VectorCall: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h405 case CC_X86VectorCall: in checkCallingConvention()
792 case CC_X86VectorCall: in checkCallingConvention()
928 case CC_X86VectorCall: in checkCallingConvention()
H A DMips.cpp336 case CC_X86VectorCall: in checkCallingConvention()
H A DARM.cpp1479 case CC_X86VectorCall: in checkCallingConvention()
H A DAArch64.cpp1704 case CC_X86VectorCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp116 case CC_X86VectorCall: in getCallingConvMangling()
H A DTypePrinter.cpp1085 case CC_X86VectorCall: in printFunctionAfter()
H A DMicrosoftMangle.cpp3180 case CC_X86VectorCall: in mangleCallingConvention()
H A DType.cpp3613 case CC_X86VectorCall: in getNameForCallConv()
H A DItaniumMangle.cpp3532 case CC_X86VectorCall: in getCallingConvQualifierName()
H A DExpr.cpp792 case CC_X86VectorCall: POut << "__vectorcall "; break; in ComputeName()
H A DASTContext.cpp13106 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.cpp1625 CC_C, CC_X86StdCall, CC_X86FastCall, CC_X86VectorCall, in repeatForLambdaConversionFunctionCallingConvs()
H A DSemaDeclAttr.cpp5565 CC = CC_X86VectorCall; in CheckCallingConvAttr()
5683 CC == CC_X86VectorCall) { in CheckCallingConvAttr()
H A DSemaExpr.cpp18180 case CC_X86VectorCall: in funcHasParameterSizeMangling()
18216 case CC_X86VectorCall: in CheckCompleteParameterTypesForMangler()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp78 case CC_X86VectorCall: in ClangCallConvToLLVMCallConv()
271 return CC_X86VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1669 case CC_X86VectorCall: in getDwarfCC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1062 return clang::CC_X86VectorCall; in ConvertDWARFCallingConventionToClang()