Lines Matching refs:CCState

93 struct CCState {  struct
94 CCState(CGFunctionInfo &FI) in CCState() function
142 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
144 ABIArgInfo getIndirectReturnResult(QualType Ty, CCState &State) const;
150 ABIArgInfo classifyReturnType(QualType RetTy, CCState &State) const;
151 ABIArgInfo classifyArgumentType(QualType RetTy, CCState &State,
156 bool updateFreeRegs(QualType Ty, CCState &State) const;
158 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
160 bool shouldPrimitiveUseInReg(QualType Ty, CCState &State) const;
171 void runVectorCallFirstPass(CGFunctionInfo &FI, CCState &State) const;
469 ABIArgInfo X86_32ABIInfo::getIndirectReturnResult(QualType RetTy, CCState &State) const { in getIndirectReturnResult()
482 CCState &State) const { in classifyReturnType()
608 CCState &State) const { in getIndirectResult()
644 bool X86_32ABIInfo::updateFreeRegs(QualType Ty, CCState &State) const { in updateFreeRegs()
675 bool X86_32ABIInfo::shouldAggregateUseDirect(QualType Ty, CCState &State, in shouldAggregateUseDirect()
705 bool X86_32ABIInfo::shouldPrimitiveUseInReg(QualType Ty, CCState &State) const { in shouldPrimitiveUseInReg()
724 void X86_32ABIInfo::runVectorCallFirstPass(CGFunctionInfo &FI, CCState &State) const { in runVectorCallFirstPass()
750 ABIArgInfo X86_32ABIInfo::classifyArgumentType(QualType Ty, CCState &State, in classifyArgumentType()
912 CCState State(FI); in computeInfo()
1075 CCState State(*const_cast<CGFunctionInfo *>(CGF.CurFnInfo)); in EmitVAArg()