Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h258 CC_X86VectorCall, // __attribute__((vectorcall)) enumerator
284 case CC_X86VectorCall: in supportsVariadicCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h351 case CC_X86VectorCall: in checkCallingConvention()
723 case CC_X86VectorCall: in checkCallingConvention()
798 case CC_X86VectorCall: in checkCallingConvention()
H A DAArch64.cpp851 case CC_X86VectorCall: in checkCallingConvention()
H A DARM.cpp1214 case CC_X86VectorCall: in checkCallingConvention()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp102 case CC_X86VectorCall: in getCallingConvMangling()
H A DTypePrinter.cpp945 case CC_X86VectorCall: in printFunctionAfter()
H A DMicrosoftMangle.cpp2750 case CC_X86VectorCall: Out << 'Q'; break; in mangleCallingConvention()
H A DType.cpp3137 case CC_X86VectorCall: return "vectorcall"; in getNameForCallConv()
H A DExpr.cpp712 case CC_X86VectorCall: POut << "__vectorcall "; break; in ComputeName()
H A DItaniumMangle.cpp3077 case CC_X86VectorCall: in getCallingConvQualifierName()
H A DASTContext.cpp11072 return CC_X86VectorCall; in getDefaultCallingConvention()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp347 return clang::CC_X86VectorCall; in TranslateCallingConvention()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp144 return clang::CallingConv::CC_X86VectorCall; in TranslateCallingConvention()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1298 CC_C, CC_X86StdCall, CC_X86FastCall, CC_X86VectorCall, in repeatForLambdaConversionFunctionCallingConvs()
H A DSemaDeclAttr.cpp4819 CC = CC_X86VectorCall; in CheckCallingConvAttr()
H A DSemaExpr.cpp16926 case CC_X86VectorCall: in funcHasParameterSizeMangling()
16962 case CC_X86VectorCall: in CheckCompleteParameterTypesForMangler()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp62 case CC_X86VectorCall: return llvm::CallingConv::X86_VectorCall; in ClangCallConvToLLVMCallConv()
219 return CC_X86VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1269 case CC_X86VectorCall: in getDwarfCC()