| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | ordered_set.bench.cpp | 23 enum class HitType { Hit, Miss }; enumerator 49 TestSets makeTestingSets(size_t TableSize, size_t NumTables, HitType Hit, in makeTestingSets() argument 56 R.Keys.push_back(Hit == HitType::Hit ? 2 * I : 2 * I + 1); in makeTestingSets() 104 template <class Hit, class Access> 109 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access()); in run() 121 return "BM_Find" + Hit::name() + Access::name() + baseName(); in name() 125 template <class Hit, class Access> 130 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access()); in run() 142 return "BM_FindNeEnd" + Hit::name() + Access::name() + baseName(); in name() 151 auto Data = makeTestingSets(TableSize, NumTables, HitType::Hit, Access()); in run()
|
| H A D | map.bench.cpp | 28 enum class Mode { Hit, Miss }; enumerator 251 if (Mode() == ::Mode::Hit) { in run() 293 if (Mode() == ::Mode::Hit) { in run() 328 if (Mode() == ::Mode::Hit) { in run() 370 if (Mode() == ::Mode::Hit) { in run() 760 MapSize, Mode::Hit, in run() 832 if (Mode() == ::Mode::Hit) { in run() 864 if (Mode() == ::Mode::Hit) { in run() 896 if (Mode() == ::Mode::Hit) { in run() 936 if (Mode() == ::Mode::Hit) { in run() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | legalize-ext-csedebug-output.mir | 19 ; CHECK: CSEInfo::CSE Hit for Opc {{[0-9]+}} : 1 20 ; CHECK: CSEInfo::CSE Hit for Opc {{[0-9]+}} : 1 21 ; CHECK: CSEInfo::CSE Hit for Opc {{[0-9]+}} : 1
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/ |
| H A D | find.pass.cpp | 48 template <typename T, typename Value, typename Hit, typename Miss> 50 test(Value value, Hit hit, Miss miss) in test()
|
| H A D | find_if.pass.cpp | 52 template <typename T, typename Predicate, typename Hit, typename Miss> 54 test(Predicate pred, Hit hit, Miss miss) in test()
|
| /llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/Inputs/ |
| H A D | stop-hook-threads-2.lldbinit | 5 target stop-hook add -G true -o "script print('Hit stop hook')
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 112 > print "Hit this watchpoint!" in CommandObjectWatchpointCommandAdd() 136 > out_string = "Hit watchpoint number " + repr (wp_no) in CommandObjectWatchpointCommandAdd() 148 > print "Hit this watchpoint " + repr(wp_count) + " times!" in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectBreakpointCommand.cpp | 129 print("Hit this breakpoint!") in CommandObjectBreakpointCommandAdd() 158 print("Hit this breakpoint " + repr(bp_count) + " times!") in CommandObjectBreakpointCommandAdd()
|
| /llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/ |
| H A D | stop-hook-threads.test | 29 # CHECK-FILTER-NEXT: script print('Hit stop hook')
|
| /llvm-project-15.0.7/llvm/utils/vim/indent/ |
| H A D | llvm.vim | 58 " Hit the start of the file, use zero indent.
|
| /llvm-project-15.0.7/mlir/utils/vim/indent/ |
| H A D | mlir.vim | 60 " Hit the start of the file, use zero indent.
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 342 [&Columns, this](unsigned Hit, unsigned Total, float Pctg) { in emitFileSummary() argument 350 RSO << '(' << Hit << '/' << Total << ')'; in emitFileSummary()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | troubleshooting.rst | 7 File and Line Breakpoints Are Not Getting Hit
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | dbginfo.ll | 23 %"struct.std::Hit" = type { double, %struct.Vec }
|