| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvm/ |
| H A D | prefer-isa-or-dyn-cast-in-conditionals.rst | 1 .. title:: clang-tidy - llvm-prefer-isa-or-dyn-cast-in-conditionals 3 llvm-prefer-isa-or-dyn-cast-in-conditionals 6 Looks at conditionals and finds and replaces cases of ``cast<>``,
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/Inputs/ |
| H A D | branch-c-general.c | 17 void conditionals() { in conditionals() function 247 conditionals(); in main()
|
| H A D | branch-c-general.proftext | 85 conditionals
|
| /llvm-project-15.0.7/clang/test/Profile/ |
| H A D | c-general.c | 49 void conditionals(void) { in conditionals() function 564 conditionals(); in main()
|
| /llvm-project-15.0.7/clang/test/Profile/Inputs/ |
| H A D | c-general.proftext | 9 conditionals
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | multiple-statement-macro.rst | 6 Detect multiple statement macros that are used in unbraced conditionals. Only
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | branch-noShowBranch.test | 12 // REPORT-NOT: conditionals 24 0 100.00% 15 0 100.00% …
|
| H A D | branch-c-general.test | 12 // CHECK: conditionals() 120 // REPORT-NEXT: conditionals 24 0 100.00% 15 0 100.00% …
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | LoopAnalysis.cpp | 272 auto conditionals = matcher::If(); in isVectorizableLoopBodyWithOpCond() local 274 conditionals.match(forOp, &conditionalsMatched); in isVectorizableLoopBodyWithOpCond()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | c-general.test | 27 TOPN-NEXT: conditionals, max count = 100
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | load-pre-align.ll | 13 ; loads aligned greater than the memory should not be moved past conditionals
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/ |
| H A D | cxx_loop_proto.proto | 13 /// while loops and conditionals. The goal is that the C++ code generated will
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | macro-repeated-side-effects.c | 116 void conditionals(int a, int b) in conditionals() function
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | non_affine_region_2.ll | 4 ; escapes the region. In this test the two conditionals inside the region
|
| H A D | non_affine_region_3.ll | 5 ; escapes the region. In this test the two conditionals inside the region
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | function-cognitive-complexity.rst | 161 * `preprocessor conditionals` (``#ifdef``, ``#if``, ``#elif``, ``#else``,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | 64cond.ll | 2 ; Testing 64-bit conditionals. The sparc64 triple is an alias for sparcv9.
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl01.rst | 14 language that allows you to define functions, use conditionals, math,
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | Rationale.md | 53 and conditionals are regular (involve linear functions of loop iterators and 125 live out of for loops and if conditionals in a function, for which we don't yet 715 conditionals and affine for loops. Discussion of the tradeoff was captured in 728 tiles, complex loop bounds and conditionals making loop nests free of
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ssat.ll | 10 ; checking that conditionals are not transformed if they don't 122 ; Tests where the conditionals that check for upper and lower bounds,
|
| H A D | usat.ll | 11 ; checking that conditionals are not transformed if they don't 140 ; Tests where the conditionals that check for upper and lower bounds,
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | basic.ll | 143 ;; Lexically duplicated conditionals should be threaded.
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 282 "Whether we should eagerly assume evaluations of conditionals, thus, "
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/ |
| H A D | list.rst | 235 …`llvm-prefer-isa-or-dyn-cast-in-conditionals <llvm/prefer-isa-or-dyn-cast-in-conditionals.html>`_,…
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | README.txt | 584 than the Z bit, we'll need additional logic to reverse the conditionals
|