Lines Matching refs:ABIArgInfo
31 ABIArgInfo classifyArgumentType(QualType Ty, int &ArgGPRsLeft,
34 ABIArgInfo classifyReturnType(QualType RetTy) const;
47 bool IsRetIndirect = FI.getReturnInfo().getKind() == ABIArgInfo::Indirect; in computeInfo()
74 ABIArgInfo CSKYABIInfo::classifyArgumentType(QualType Ty, int &ArgGPRsLeft, in classifyArgumentType()
91 return ABIArgInfo::getIgnore(); in classifyArgumentType()
95 return ABIArgInfo::getDirect(CGT.ConvertType(QualType(SeltTy, 0))); in classifyArgumentType()
102 return ABIArgInfo::getDirect(); in classifyArgumentType()
111 return ABIArgInfo::getDirect(); in classifyArgumentType()
123 return ABIArgInfo::getExtend(Ty); in classifyArgumentType()
127 return ABIArgInfo::getExtend(Ty); in classifyArgumentType()
130 return ABIArgInfo::getDirect(); in classifyArgumentType()
140 return ABIArgInfo::getDirect( in classifyArgumentType()
143 return ABIArgInfo::getDirect(llvm::ArrayType::get( in classifyArgumentType()
150 ABIArgInfo CSKYABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
152 return ABIArgInfo::getIgnore(); in classifyReturnType()