Lines Matching refs:IsO32
7703 bool IsO32; member in __anon6bad40bc0d11::MipsABIInfo
7712 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8), in MipsABIInfo()
7713 StackAlignInBytes(IsO32 ? 8 : 16) {} in MipsABIInfo()
7726 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) in MIPSTargetCodeGenInfo() argument
7727 : TargetCodeGenInfo(std::make_unique<MipsABIInfo>(CGT, IsO32)), in MIPSTargetCodeGenInfo()
7728 SizeOfUnwindException(IsO32 ? 24 : 32) {} in MIPSTargetCodeGenInfo()
7812 if (IsO32) { in HandleAggregates()
7922 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
7975 if (!IsO32 && Size == 0) in classifyReturnType()
7985 if (!IsO32 || in classifyReturnType()
8012 RetTy->isSignedIntegerOrEnumerationType()) && Size == 32 && !IsO32) in classifyReturnType()
8036 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg()