/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-graph-diff.cpp | 113 static cl::opt<GraphRenderer::StatType> GraphDiffEdgeLabel( 116 cl::init(GraphRenderer::StatType::NONE), 117 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 119 clEnumValN(GraphRenderer::StatType::COUNT, "count", 121 clEnumValN(GraphRenderer::StatType::MIN, "min", 123 clEnumValN(GraphRenderer::StatType::MED, "med", 125 clEnumValN(GraphRenderer::StatType::PCT90, "90p", 127 clEnumValN(GraphRenderer::StatType::PCT99, "99p", 129 clEnumValN(GraphRenderer::StatType::MAX, "max", 131 clEnumValN(GraphRenderer::StatType::SUM, "sum", [all …]
|
D | xray-graph.cpp | 62 static cl::opt<GraphRenderer::StatType> 66 cl::init(GraphRenderer::StatType::NONE), 67 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 69 clEnumValN(GraphRenderer::StatType::COUNT, 71 clEnumValN(GraphRenderer::StatType::MIN, "min", 73 clEnumValN(GraphRenderer::StatType::MED, "med", 75 clEnumValN(GraphRenderer::StatType::PCT90, "90p", 77 clEnumValN(GraphRenderer::StatType::PCT99, "99p", 79 clEnumValN(GraphRenderer::StatType::MAX, "max", 81 clEnumValN(GraphRenderer::StatType::SUM, "sum", [all …]
|
D | xray-graph-diff.h | 32 using StatType = GraphRenderer::StatType; 63 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE, 64 StatType EdgeColor = StatType::NONE, 65 StatType VertexLabel = StatType::NONE, 66 StatType VertexColor = StatType::NONE,
|
D | xray-graph.h | 40 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enum 52 std::string getString(StatType T) const; 53 double getDouble(StatType T) const; 158 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE, 159 StatType EdgeColor = StatType::NONE, 160 StatType VertexLabel = StatType::NONE, 161 StatType VertexColor = StatType::NONE);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.h | 45 explicit Mutex(MutexType type, StatType stat_type); 62 StatType stat_type_;
|
D | tsan_stat.h | 19 enum StatType { enum
|
D | tsan_rtl.cc | 585 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl1() 770 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess() 779 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess() 793 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess() 818 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl()
|
D | tsan_mutex.cc | 211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
|
D | tsan_rtl.h | 607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { 612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
|
D | tsan_interface_atomic.cc | 481 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
|
/external/libchrome/dbus/ |
D | dbus_statistics.cc | 55 enum StatType { enum in dbus::__anon30846f1e0111::DBusStatistics 65 StatType type) { in AddStat()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 623 } UENUM1BYTE(StatType);
|