Home | History | Annotate | Download | only in Sparc

Lines Matching refs:getSizeInBits

82   assert((LocVT == MVT::f32 || LocVT.getSizeInBits() == 64) &&
121 assert(LocVT.getSizeInBits() == 32 && "Can't handle non-32 bits locations");
461 unsigned Offset = 4-std::max(1U, VA.getValVT().getSizeInBits()/8);
593 unsigned ValSize = VA.getValVT().getSizeInBits() / 8;
1657 DAG.getIntPtrConstant(VT.getSizeInBits()/8));
1665 std::min(PtrVT.getSizeInBits(), VT.getSizeInBits())/8);