Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp562 bool IsFastCall) const;
564 bool IsFastCall, bool &NeedsPadding) const;
847 bool IsFastCall, bool &NeedsPadding) const { in shouldUseInReg() argument
866 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() local
972 if (IsFastCall) in computeInfo()
[all …]