Searched refs:RegSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3585 unsigned RegSizeInBytes = CC.regSize(); local
3586 unsigned Alignment = std::min(Flags.getByValAlign(), RegSizeInBytes);
3587 EVT PtrTy = getPointerTy(), RegTy = MVT::getIntegerVT(RegSizeInBytes * 8);
3591 bool LeftoverBytes = (ByVal.NumRegs * RegSizeInBytes > ByValSizeInBytes);
3596 ++I, OffsetInBytes += RegSizeInBytes) {
3614 (ByValSizeInBytes < OffsetInBytes + RegSizeInBytes) &&
3615 "Size of the remainder should be smaller than RegSizeInBytes.");
3618 for (unsigned LoadSizeInBytes = RegSizeInBytes / 2, TotalBytesLoaded = 0;
3639 Shamt = (RegSizeInBytes - (TotalBytesLoaded + LoadSizeInBytes)) * 8;

Completed in 128 milliseconds