Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsInt

307     int Cycles = Stage->getValueAsInt("Cycles");
320 int TimeInc = Stage->getValueAsInt("TimeInc");
323 int Kind = Stage->getValueAsInt("Kind");
521 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0;
614 int V = R ? R->getValueAsInt(Name) : -1;
637 int BufferSize = PRDef->getValueAsInt("BufferSize");
642 NumUnits += (*RUI)->getValueAsInt("NumUnits");
652 NumUnits = PRDef->getValueAsInt("NumUnits");
954 WLEntry.Cycles += WriteRes->getValueAsInt("Latency");
955 SCDesc.NumMicroOps += WriteRes->getValueAsInt("NumMicroOps");
1019 RAEntry.Cycles = ReadAdvance->getValueAsInt("Cycles");