Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp851 InstrCycles &MICycles = Cycles[&UseMI]; in computeInstrDepths() local
852 MICycles.Depth = Cycle; in computeInstrDepths()
859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths()
1097 InstrCycles &MICycles = Cycles[&MI]; in computeInstrHeights() local
1098 MICycles.Height = Cycle; in computeInstrHeights()
1104 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp809 InstrCycles &MICycles = Cycles[&UseMI]; in updateDepth() local
810 MICycles.Depth = Cycle; in updateDepth()
814 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()
1121 InstrCycles &MICycles = Cycles[&MI]; in computeInstrHeights() local
1122 MICycles.Height = Cycle; in computeInstrHeights()
1128 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()
/external/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp808 InstrCycles &MICycles = Cycles[&UseMI]; in updateDepth() local
809 MICycles.Depth = Cycle; in updateDepth()
813 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()
1121 InstrCycles &MICycles = Cycles[&MI]; in computeInstrHeights() local
1122 MICycles.Height = Cycle; in computeInstrHeights()
1128 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth); in computeInstrHeights()