Lines Matching refs:CCState

985 struct CCState {  struct
986 CCState(unsigned CC) : CC(CC), FreeRegs(0), FreeSSERegs(0) {} in CCState() function
1033 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
1035 ABIArgInfo getIndirectReturnResult(QualType Ty, CCState &State) const;
1041 ABIArgInfo classifyReturnType(QualType RetTy, CCState &State) const;
1042 ABIArgInfo classifyArgumentType(QualType RetTy, CCState &State) const;
1046 bool updateFreeRegs(QualType Ty, CCState &State) const;
1048 bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
1050 bool shouldPrimitiveUseInReg(QualType Ty, CCState &State) const;
1061 void computeVectorCallArgs(CGFunctionInfo &FI, CCState &State,
1362 ABIArgInfo X86_32ABIInfo::getIndirectReturnResult(QualType RetTy, CCState &State) const { in getIndirectReturnResult()
1374 CCState &State) const { in classifyReturnType()
1509 CCState &State) const { in getIndirectResult()
1545 bool X86_32ABIInfo::updateFreeRegs(QualType Ty, CCState &State) const { in updateFreeRegs()
1576 bool X86_32ABIInfo::shouldAggregateUseDirect(QualType Ty, CCState &State, in shouldAggregateUseDirect()
1606 bool X86_32ABIInfo::shouldPrimitiveUseInReg(QualType Ty, CCState &State) const { in shouldPrimitiveUseInReg()
1627 CCState &State) const { in classifyArgumentType()
1736 void X86_32ABIInfo::computeVectorCallArgs(CGFunctionInfo &FI, CCState &State, in computeVectorCallArgs()
1789 CCState State(FI.getCallingConvention()); in computeInfo()
7437 bool shouldUseInReg(QualType Ty, CCState &State) const;
7440 CCState State(FI.getCallingConvention()); in computeInfo()
7455 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
7456 ABIArgInfo classifyArgumentType(QualType RetTy, CCState &State) const;
7460 bool LanaiABIInfo::shouldUseInReg(QualType Ty, CCState &State) const { in shouldUseInReg()
7478 CCState &State) const { in getIndirectResult()
7496 CCState &State) const { in classifyArgumentType()
8288 void updateState(const ABIArgInfo &Info, QualType Ty, CCState &State) const { in updateState()
8303 CCState State(FI.getCallingConvention()); in computeInfo()