Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h268 CC_X86VectorCall, // __attribute__((vectorcall)) enumerator
296 case CC_X86VectorCall: in supportsVariadicCall()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.h364 case CC_X86VectorCall: in checkCallingConvention()
738 case CC_X86VectorCall: in checkCallingConvention()
813 case CC_X86VectorCall: in checkCallingConvention()
H A DAArch64.cpp953 case CC_X86VectorCall: in checkCallingConvention()
H A DARM.cpp1300 case CC_X86VectorCall: in checkCallingConvention()
/llvm-project-15.0.7/clang/lib/AST/
H A DMangle.cpp100 case CC_X86VectorCall: in getCallingConvMangling()
H A DTypePrinter.cpp964 case CC_X86VectorCall: in printFunctionAfter()
H A DMicrosoftMangle.cpp2787 case CC_X86VectorCall: Out << 'Q'; break; in mangleCallingConvention()
H A DType.cpp3181 case CC_X86VectorCall: return "vectorcall"; in getNameForCallConv()
H A DExpr.cpp721 case CC_X86VectorCall: POut << "__vectorcall "; break; in ComputeName()
H A DItaniumMangle.cpp3152 case CC_X86VectorCall: in getCallingConvQualifierName()
H A DASTContext.cpp11709 return CC_X86VectorCall; in getDefaultCallingConvention()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp349 return clang::CC_X86VectorCall; in TranslateCallingConvention()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1297 CC_C, CC_X86StdCall, CC_X86FastCall, CC_X86VectorCall, in repeatForLambdaConversionFunctionCallingConvs()
H A DSemaExpr.cpp17820 case CC_X86VectorCall: in funcHasParameterSizeMangling()
17856 case CC_X86VectorCall: in CheckCompleteParameterTypesForMangler()
H A DSemaDeclAttr.cpp5130 CC = CC_X86VectorCall; in CheckCallingConvAttr()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp204 return clang::CallingConv::CC_X86VectorCall; in TranslateCallingConvention()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp63 case CC_X86VectorCall: return llvm::CallingConv::X86_VectorCall; in ClangCallConvToLLVMCallConv()
222 return CC_X86VectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1321 case CC_X86VectorCall: in getDwarfCC()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp875 return clang::CC_X86VectorCall; in ConvertDWARFCallingConventionToClang()