Lines Matching defs:IsO32
22 bool IsO32;
31 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
32 StackAlignInBytes(IsO32 ? 8 : 16) {}
45 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32)
46 : TargetCodeGenInfo(std::make_unique<MipsABIInfo>(CGT, IsO32)),
47 SizeOfUnwindException(IsO32 ? 24 : 32) {}
111 WindowsMIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32)
112 : MIPSTargetCodeGenInfo(CGT, IsO32) {}
148 if (IsO32) {
258 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset));
311 if (!IsO32 && Size == 0)
321 if (!IsO32 ||
348 RetTy->isSignedIntegerOrEnumerationType()) && Size == 32 && !IsO32)
372 unsigned SlotSizeInBits = IsO32 ? 32 : 64;