Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SpillSize

75   unsigned SpillSize = ValueType.getSizeInBits() / 8;
76 assert((SpillSize * 8) == ValueType.getSizeInBits() && "Size not in bytes?");
93 if (MFI->getObjectSize(FI) == SpillSize) {