Searched refs:MTM (Results 1 – 3 of 3) sorted by relevance
146 : MTM(*ct) { in Ensemble()147 BlockInfo.resize(MTM.BlockInfo.size()); in Ensemble()148 unsigned PRKinds = MTM.SchedModel.getNumProcResourceKinds(); in Ensemble()149 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()150 ProcResourceHeights.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()158 return MTM.Loops->getLoopFor(MBB); in getLoopFor()166 unsigned PRKinds = MTM.SchedModel.getNumProcResourceKinds(); in computeDepthResources()183 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources()189 ArrayRef<unsigned> PredPRCycles = MTM.getProcResourceCycles(PredNum); in computeDepthResources()199 unsigned PRKinds = MTM.SchedModel.getNumProcResourceKinds(); in computeHeightResources()[all …]
699 const MipsTargetMachine &MTM = static_cast<const MipsTargetMachine &>(TM); in EmitStartOfAsmFile() local700 const MipsSubtarget STI(TT, CPU, FS, MTM.isLittleEndian(), MTM); in EmitStartOfAsmFile()703 const MipsABIInfo &ABI = MTM.getABI(); in EmitStartOfAsmFile()
318 MachineTraceMetrics &MTM;