Searched refs:IsFastCall (Results 1 – 1 of 1) sorted by relevance
562 bool IsFastCall) const;564 bool IsFastCall, bool &NeedsPadding) const;847 bool IsFastCall, bool &NeedsPadding) const { in shouldUseInReg() argument866 if (IsFastCall) { in shouldUseInReg()890 bool IsFastCall) const { in classifyArgumentType()912 if (shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding)) { in classifyArgumentType()926 return ABIArgInfo::getExpandWithPadding(IsFastCall, PaddingType); in classifyArgumentType()953 bool InReg = shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding); in classifyArgumentType()970 bool IsFastCall = CC == llvm::CallingConv::X86_FastCall; in computeInfo() local972 if (IsFastCall) in computeInfo()[all …]