Home
last modified time | relevance | path

Searched refs:MTM (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp146 : 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 …]
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp699 const MipsTargetMachine &MTM = static_cast<const MipsTargetMachine &>(TM); in EmitStartOfAsmFile() local
700 const MipsSubtarget STI(TT, CPU, FS, MTM.isLittleEndian(), MTM); in EmitStartOfAsmFile()
703 const MipsABIInfo &ABI = MTM.getABI(); in EmitStartOfAsmFile()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h318 MachineTraceMetrics &MTM;