Lines Matching refs:TE
1159 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1161 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI); in getPHIDepth()
1167 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1177 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1179 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1187 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1193 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1194 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth()
1205 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1206 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
1218 PI = TE.MTM.SchedModel.getWriteProcResBegin(SC), in getResourceLength()
1219 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC); in getResourceLength()
1224 (PI->Cycles * TE.MTM.SchedModel.getResourceFactor(ResourceIdx)); in getResourceLength()
1233 PRCycles += TE.MTM.getProcResourceCycles(MBB->getNumber())[K]; in getResourceLength()
1239 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1245 Instrs += TE.MTM.getResources(MBB)->InstrCount; in getResourceLength()
1248 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceLength()
1259 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI.getParent()->getNumber()]; in isDepInTrace()
1260 const TraceBlockInfo &TBI = TE.BlockInfo[UseMI.getParent()->getNumber()]; in isDepInTrace()
1303 unsigned MBBNum = &TBI - &TE.BlockInfo[0]; in print()
1305 OS << TE.getName() << " trace BB#" << TBI.Head << " --> BB#" << MBBNum in print()
1317 Block = &TE.BlockInfo[Num]; in print()
1325 Block = &TE.BlockInfo[Num]; in print()