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.h301 CC_RISCVVectorCall, // __attribute__((riscv_vector_cc)) enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp597 case CC_RISCVVectorCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1139 case CC_RISCVVectorCall: in printFunctionAfter()
H A DType.cpp3648 case CC_RISCVVectorCall: return "riscv_vector_cc"; in getNameForCallConv()
H A DItaniumMangle.cpp3546 case CC_RISCVVectorCall: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp101 case CC_RISCVVectorCall: return llvm::CallingConv::RISCV_VectorCall; in ClangCallConvToLLVMCallConv()
310 return CC_RISCVVectorCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1703 case CC_RISCVVectorCall: in getDwarfCC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5616 CC = CC_RISCVVectorCall; in CheckCallingConvAttr()