Home
last modified time | relevance | path

Searched refs:CC_RISCVVectorCall (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h299 CC_RISCVVectorCall, // __attribute__((riscv_vector_cc)) enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp478 case CC_RISCVVectorCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1114 case CC_RISCVVectorCall: in printFunctionAfter()
H A DType.cpp3511 case CC_RISCVVectorCall: return "riscv_vector_cc"; in getNameForCallConv()
H A DItaniumMangle.cpp3454 case CC_RISCVVectorCall: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp78 case CC_RISCVVectorCall: return llvm::CallingConv::RISCV_VectorCall; in ClangCallConvToLLVMCallConv()
267 return CC_RISCVVectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1555 case CC_RISCVVectorCall: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4959 CC = CC_RISCVVectorCall; in CheckCallingConvAttr()