Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsInt

38   Size = R->getValueAsInt("Size");
39 Offset = R->getValueAsInt("Offset");
109 CostPerUse(R->getValueAsInt("CostPerUse")),
591 unsigned(Reg->getValueAsInt("CostPerUse")));
712 unsigned Size = R->getValueAsInt("Size");
716 SpillAlignment = R->getValueAsInt("Alignment");
717 CopyCost = R->getValueAsInt("CopyCost");