Home | History | Annotate | Download | only in X86

Lines Matching defs:Size

731       // constant scale size.  See if we can push the scale into immediates.
998 if (ValLocs.size() != 1)
1072 for (unsigned i = 0, e = RetRegs.size(); i != e; ++i)
2222 unsigned Size = VT.getSizeInBits()/8;
2223 Len -= Size;
2224 DestAM.Disp += Size;
2225 SrcAM.Disp += Size;
2850 for (int i = 0, e = OutVals.size(); i != e; ++i) {
2914 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
3136 for (unsigned i = 0; i != RVLocs.size(); ++i) {
3160 // Round the f80 to the right size, which also moves it to the appropriate
3178 CLI.NumResultRegs = RVLocs.size();
3504 unsigned Size = DL.getTypeAllocSize(LI->getType());
3515 Size, Alignment, /*AllowCommute=*/true);