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()
481 CCState &State) const { in classifyReturnType()
607 CCState &State) const { in getIndirectResult()
643 bool X86_32ABIInfo::updateFreeRegs(QualType Ty, CCState &State) const { in updateFreeRegs()
674 bool X86_32ABIInfo::shouldAggregateUseDirect(QualType Ty, CCState &State, in shouldAggregateUseDirect()
704 bool X86_32ABIInfo::shouldPrimitiveUseInReg(QualType Ty, CCState &State) const { in shouldPrimitiveUseInReg()
723 void X86_32ABIInfo::runVectorCallFirstPass(CGFunctionInfo &FI, CCState &State) const { in runVectorCallFirstPass()
749 ABIArgInfo X86_32ABIInfo::classifyArgumentType(QualType Ty, CCState &State, in classifyArgumentType()
909 CCState State(FI); in computeInfo()