Lines Matching refs:CGFunctionInfo
94 CCState(CGFunctionInfo &FI) in CCState()
166 void rewriteWithInAlloca(CGFunctionInfo &FI) const;
171 void runVectorCallFirstPass(CGFunctionInfo &FI, CCState &State) const;
175 void computeInfo(CGFunctionInfo &FI) const override;
724 void X86_32ABIInfo::runVectorCallFirstPass(CGFunctionInfo &FI, CCState &State) const { in runVectorCallFirstPass()
911 void X86_32ABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()
1026 void X86_32ABIInfo::rewriteWithInAlloca(CGFunctionInfo &FI) const { in rewriteWithInAlloca()
1036 CGFunctionInfo::arg_iterator I = FI.arg_begin(), E = FI.arg_end(); in rewriteWithInAlloca()
1075 CCState State(*const_cast<CGFunctionInfo *>(CGF.CurFnInfo)); in EmitVAArg()
1369 void computeInfo(CGFunctionInfo &FI) const override;
1388 void computeInfo(CGFunctionInfo &FI) const override;
2904 void X86_64ABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()
2961 for (CGFunctionInfo::arg_iterator it = FI.arg_begin(), ie = FI.arg_end(); in computeInfo()
3361 void WinX86_64ABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()