Lines Matching refs:IsO32
4580 bool IsO32;
4589 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
4590 StackAlignInBytes(IsO32 ? 8 : 16) {}
4602 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32)
4603 : TargetCodeGenInfo(new MipsABIInfo(CGT, IsO32)),
4604 SizeOfUnwindException(IsO32 ? 24 : 32) {}
4653 if (IsO32) {
4751 IsO32 ? 0 : getPaddingType(Align, OrigOffset));
4811 if (IsO32 && RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())
4814 if (!IsO32)