Home
last modified time | relevance | path

Searched refs:conditionals (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvm/
H A Dprefer-isa-or-dyn-cast-in-conditionals.rst1 .. 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 Dbranch-c-general.c17 void conditionals() { in conditionals() function
247 conditionals(); in main()
H A Dbranch-c-general.proftext85 conditionals
/llvm-project-15.0.7/clang/test/Profile/
H A Dc-general.c49 void conditionals(void) { in conditionals() function
564 conditionals(); in main()
/llvm-project-15.0.7/clang/test/Profile/Inputs/
H A Dc-general.proftext9 conditionals
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dmultiple-statement-macro.rst6 Detect multiple statement macros that are used in unbraced conditionals. Only
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dbranch-noShowBranch.test12 // REPORT-NOT: conditionals 24 0 100.00% 15 0 100.00% …
H A Dbranch-c-general.test12 // 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 DLoopAnalysis.cpp272 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 Dc-general.test27 TOPN-NEXT: conditionals, max count = 100
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A Dload-pre-align.ll13 ; loads aligned greater than the memory should not be moved past conditionals
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto13 /// 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 Dmacro-repeated-side-effects.c116 void conditionals(int a, int b) in conditionals() function
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dnon_affine_region_2.ll4 ; escapes the region. In this test the two conditionals inside the region
H A Dnon_affine_region_3.ll5 ; 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 Dfunction-cognitive-complexity.rst161 * `preprocessor conditionals` (``#ifdef``, ``#if``, ``#elif``, ``#else``,
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A D64cond.ll2 ; Testing 64-bit conditionals. The sparc64 triple is an alias for sparcv9.
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl01.rst14 language that allows you to define functions, use conditionals, math,
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md53 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 Dssat.ll10 ; checking that conditionals are not transformed if they don't
122 ; Tests where the conditionals that check for upper and lower bounds,
H A Dusat.ll11 ; 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 Dbasic.ll143 ;; Lexically duplicated conditionals should be threaded.
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def282 "Whether we should eagerly assume evaluations of conditionals, thus, "
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst235 …`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 DREADME.txt584 than the Z bit, we'll need additional logic to reverse the conditionals

12