Lines Matching defs:IsO32
5112 bool IsO32;
5121 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
5122 StackAlignInBytes(IsO32 ? 8 : 16) {}
5134 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32)
5135 : TargetCodeGenInfo(new MipsABIInfo(CGT, IsO32)),
5136 SizeOfUnwindException(IsO32 ? 24 : 32) {}
5185 if (IsO32) {
5282 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset));
5339 if (IsO32 && RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())
5342 if (!IsO32)