/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/ |
H A D | interleave_count_for_known_tc.ll | 8 ; For this loop with known TC of 32, when the auto-vectorizer chooses VF 16, it should choose 35 ; When the auto-vectorizer chooses VF 16, it should choose IC 1 to leave a smaller scalar remainder 56 ; For this loop with known TC of 33, when the auto-vectorizer chooses VF 16, it should choose 80 ; For this loop with known TC of 39, when the auto-vectorizer chooses VF 16, it should choose 104 ; For this loop with known TC of 48, when the auto-vectorizer chooses VF 16, it should choose 128 ; For this loop with known TC of 49, when the auto-vectorizer chooses VF 16, it should choose 152 ; For this loop with known TC of 55, when the auto-vectorizer chooses VF 16, it should choose 176 ; For this loop with known TC of 100, when the auto-vectorizer chooses VF 16, it should choose 200 ; For this loop with known TC of 128, when the auto-vectorizer chooses VF 16, it should choose 232 ; When the auto-vectorizer chooses VF 16, it should choose IC 2 to leave a smaller scalar [all …]
|
H A D | interleave_count_for_estimated_tc.ll | 8 ; For a loop with a profile-guided estimated TC of 32, when the auto-vectorizer chooses VF 16, 32 ; For a loop with a profile-guided estimated TC of 33, when the auto-vectorizer chooses VF 16, 56 ; For a loop with a profile-guided estimated TC of 48, when the auto-vectorizer chooses VF 16, 80 ; For a loop with a profile-guided estimated TC of 63, when the auto-vectorizer chooses VF 16, 104 ; For a loop with a profile-guided estimated TC of 64, when the auto-vectorizer chooses VF 16, 131 ; When the auto-vectorizer chooses VF 16, it should choose IC 1 to leave a smaller scalar 152 ; For a loop with a profile-guided estimated TC of 100, when the auto-vectorizer chooses VF 16, 176 ; For a loop with a profile-guided estimated TC of 128, when the auto-vectorizer chooses VF 16, 213 ; When the auto-vectorizer chooses VF 16, it should choose IC 2 to leave a smaller scalar 243 ; For a loop with a profile-guided estimated TC of 129, when the auto-vectorizer chooses VF 16, [all …]
|
/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Stencil.h | 108 /// Chooses between the two stencil parts, based on whether \p ID is bound in 112 /// Chooses between the two strings, based on whether \p ID is bound in the 120 /// Chooses between multiple stencils, based on the presence of bound nodes. \p
|
H A D | MatchConsumer.h | 44 /// Chooses between the two consumers, based on whether \p ID is bound in the
|
/llvm-project/clang/test/Modules/Inputs/available-is-better/ |
H A D | module.modulemap | 1 // There is some order-dependence to how clang chooses modules, so make
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValVisitor.h | 82 // If the implementation chooses not to implement a certain visit method, fall 111 // If the implementation chooses not to implement a certain visit method, fall
|
/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/ |
H A D | amdgpu_function_alt.test | 10 # implementation details of how llvm-lit chooses %t.
|
/llvm-project/llvm/docs/HistoricalNotes/ |
H A D | 2001-07-06-LoweringIRForCodeGen.txt | 22 the static compiler itself if it chooses) can transform that into more
|
/llvm-project/llvm/test/tools/llvm-objdump/ |
H A D | multiple-symbols-mangling.s | 21 // The default disassembly chooses just the alphabetically later symbol, which
|
H A D | multiple-symbols.s | 41 // The default disassembly chooses just the alphabetically later symbol of each
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.h | 20 /// Implements `dwim-print`, a printing command that chooses the most direct,
|
/llvm-project/mlir/include/mlir/Dialect/Func/Transforms/ |
H A D | Passes.td | 19 name. The pass chooses one representative per equivalence class, erases
|
/llvm-project/clang/include/clang/AST/ |
H A D | AttrVisitor.h | 42 // If the implementation chooses not to implement a certain visit
|
H A D | DeclVisitor.h | 47 // If the implementation chooses not to implement a certain visit
|
H A D | TemplateArgumentVisitor.h | 49 // If the implementation chooses not to implement a certain visit
|
H A D | TypeVisitor.h | 78 // If the implementation chooses not to implement a certain visit method, fall
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.h | 12 /// use of various lightweight schedules, scores them, chooses best one based on
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | BufferDeallocationOpInterfaceImpl.cpp | 24 /// `arith.select` chooses the MemRef operand. If at least one of the operand's
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | Disambiguate.h |
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | twoaddr-coalesce-3.ll | 2 ; This test is to ensure the TwoAddrInstruction pass chooses the proper operands to
|
/llvm-project/libcxx/test/std/language.support/support.srcloc/ |
H A D | general.pass.cpp | 30 // implementation of current() chooses which location to report for more complex
|
/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
H A D | nonintegral.ll | 9 ; How exactly SCEV chooses to materialize isn't all that important, as
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocBase.h | 29 // of registers, if a more sophisticated allocator chooses to do that.
|
/llvm-project/llvm/unittests/ADT/ |
H A D | RangeAdapterTest.cpp | 37 // get a linker error if reverse() chooses begin()/end() over rbegin(), rend().
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.h | 78 /// Chooses a lattice element that approximates the current element at a
|