Home
last modified time | relevance | path

Searched refs:Hit (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dordered_set.bench.cpp23 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 Dmap.bench.cpp28 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 Dlegalize-ext-csedebug-output.mir19 ; 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 Dfind.pass.cpp48 template <typename T, typename Value, typename Hit, typename Miss>
50 test(Value value, Hit hit, Miss miss) in test()
H A Dfind_if.pass.cpp52 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 Dstop-hook-threads-2.lldbinit5 target stop-hook add -G true -o "script print('Hit stop hook')
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp112 > 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 DCommandObjectBreakpointCommand.cpp129 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 Dstop-hook-threads.test29 # CHECK-FILTER-NEXT: script print('Hit stop hook')
/llvm-project-15.0.7/llvm/utils/vim/indent/
H A Dllvm.vim58 " Hit the start of the file, use zero indent.
/llvm-project-15.0.7/mlir/utils/vim/indent/
H A Dmlir.vim60 " Hit the start of the file, use zero indent.
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp342 [&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 Dtroubleshooting.rst7 File and Line Breakpoints Are Not Getting Hit
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Ddbginfo.ll23 %"struct.std::Hit" = type { double, %struct.Vec }