Lines Matching refs:TE
1187 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1189 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI); in getPHIDepth()
1195 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1205 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1207 ArrayRef<unsigned> PRCycles = TE.MTM.getProcReleaseAtCycles(getBlockNum()); in getResourceDepth()
1215 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1221 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1222 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth()
1233 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1234 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
1246 PI = TE.MTM.SchedModel.getWriteProcResBegin(SC), in getResourceLength()
1247 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC); in getResourceLength()
1252 TE.MTM.SchedModel.getResourceFactor(ResourceIdx)); in getResourceLength()
1261 PRCycles += TE.MTM.getProcReleaseAtCycles(MBB->getNumber())[K]; in getResourceLength()
1267 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1273 Instrs += TE.MTM.getResources(MBB)->InstrCount; in getResourceLength()
1276 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceLength()
1287 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI.getParent()->getNumber()]; in isDepInTrace()
1288 const TraceBlockInfo &TBI = TE.BlockInfo[UseMI.getParent()->getNumber()]; in isDepInTrace()
1331 unsigned MBBNum = &TBI - &TE.BlockInfo[0]; in print()
1333 OS << TE.getName() << " trace %bb." << TBI.Head << " --> %bb." << MBBNum in print()
1345 Block = &TE.BlockInfo[Num]; in print()
1353 Block = &TE.BlockInfo[Num]; in print()