Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MipsABIInfo

6182 class MipsABIInfo : public ABIInfo {
6191 MipsABIInfo(CodeGenTypes &CGT, bool _IsO32) :
6207 : TargetCodeGenInfo(new MipsABIInfo(CGT, IsO32)),
6256 void MipsABIInfo::CoerceToIntArgs(
6274 llvm::Type* MipsABIInfo::HandleAggregates(QualType Ty, uint64_t TySize) const {
6330 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset,
6339 MipsABIInfo::classifyArgumentType(QualType Ty, uint64_t &Offset) const {
6384 MipsABIInfo::returnAggregateInRegs(QualType RetTy, uint64_t Size) const {
6425 ABIArgInfo MipsABIInfo::classifyReturnType(QualType RetTy) const {
6463 void MipsABIInfo::computeInfo(CGFunctionInfo &FI) const {
6475 Address MipsABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr,
6526 bool MipsABIInfo::shouldSignExtUnsignedType(QualType Ty) const {