Searched refs:CC_X86FastCall (Results 1 – 10 of 10) sorted by relevance
207 CC_X86FastCall, // __attribute__((fastcall)) enumerator225 case CC_X86FastCall: in supportsVariadicCall()
89 case CC_X86FastCall: in getCallingConvMangling()
674 case CC_X86FastCall: in printFunctionProtoAfter()
1820 case CC_X86FastCall: Out << 'I'; break; in mangleCallingConvention()
2544 case CC_X86FastCall: return "fastcall"; in getNameForCallConv()
548 case CC_X86FastCall: POut << "__fastcall "; break; in ComputeName()
5763 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()5809 if (CC == CC_X86StdCall || CC == CC_X86FastCall) in handleFunctionTypeAttr()5819 if (CC == CC_X86FastCall && fn->getHasRegParm()) { in handleFunctionTypeAttr()5821 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
3465 case AttributeList::AT_FastCall: CC = CC_X86FastCall; break; in CheckCallingConvAttr()
44 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()124 return CC_X86FastCall; in getCallingConventionForDecl()
2460 CC == CC_X86FastCall || in checkCallingConvention()3937 case CC_X86FastCall: in checkCallingConvention()