Lines Matching refs:MipsABIInfo
5465 class MipsABIInfo : public ABIInfo { class
5474 MipsABIInfo(CodeGenTypes &CGT, bool _IsO32) : in MipsABIInfo() function in __anona890a3f30a11::MipsABIInfo
5489 : TargetCodeGenInfo(new MipsABIInfo(CGT, IsO32)), in MIPSTargetCodeGenInfo()
5518 void MipsABIInfo::CoerceToIntArgs(uint64_t TySize, in CoerceToIntArgs()
5536 llvm::Type* MipsABIInfo::HandleAggregates(QualType Ty, uint64_t TySize) const { in HandleAggregates()
5592 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, in getPaddingType()
5601 MipsABIInfo::classifyArgumentType(QualType Ty, uint64_t &Offset) const { in classifyArgumentType()
5646 MipsABIInfo::returnAggregateInRegs(QualType RetTy, uint64_t Size) const { in returnAggregateInRegs()
5687 ABIArgInfo MipsABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5725 void MipsABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()
5737 llvm::Value* MipsABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, in EmitVAArg()