Searched defs:IsO32 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h356 MipsCC(CallingConv::ID CallConv, bool IsO32, bool IsFP64, CCState &Info,
381 unsigned regSize() const { return IsO32 ? 4 : 8; }
430 bool IsO32, IsFP64; member in class:llvm::MipsTargetLowering::MipsCC
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5112 bool IsO32; member in class:__anon17884::MipsABIInfo
5121 ABIInfo(CGT), IsO32(_IsO32), MinABIStackAlignInBytes(IsO32 ? 4 : 8),
5122 StackAlignInBytes(IsO32 ? 8 : 16) {}
5134 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) argument
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
[all...]

Completed in 1208 milliseconds