Lines Matching refs:IsO32
22 bool IsO32; member in __anon00d9b2600111::MipsABIInfo
31 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8), in MipsABIInfo()
32 StackAlignInBytes(IsO32 ? 8 : 16) {} in MipsABIInfo()
45 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) in MIPSTargetCodeGenInfo() argument
46 : TargetCodeGenInfo(std::make_unique<MipsABIInfo>(CGT, IsO32)), in MIPSTargetCodeGenInfo()
47 SizeOfUnwindException(IsO32 ? 24 : 32) {} in MIPSTargetCodeGenInfo()
131 if (IsO32) { in HandleAggregates()
241 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
294 if (!IsO32 && Size == 0) in classifyReturnType()
304 if (!IsO32 || in classifyReturnType()
331 RetTy->isSignedIntegerOrEnumerationType()) && Size == 32 && !IsO32) in classifyReturnType()
355 unsigned SlotSizeInBits = IsO32 ? 32 : 64; in EmitVAArg()