| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-noexcept.rst | 20 transforms to: 46 transforms to: 77 transforms to:
|
| H A D | use-nullptr.rst | 25 transforms to: 58 transforms to:
|
| H A D | use-nodiscard.rst | 40 transforms to: 63 transforms to:
|
| H A D | return-braced-init-list.rst | 17 // transforms to:
|
| H A D | use-bool-literals.rst | 15 // transforms to
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | identifier-naming.rst | 236 Identifies and/or transforms class names as follows: 440 Identifies and/or transforms constant names as follows: 840 Identifies and/or transforms function names as follows: 1406 Identifies and/or transforms member names as follows: 1450 Identifies and/or transforms method names as follows: 1494 Identifies and/or transforms namespace names as follows: 1544 Identifies and/or transforms parameter names as follows: 2106 Identifies and/or transforms struct names as follows: 2274 Identifies and/or transforms typedef names as follows: 2356 Identifies and/or transforms union names as follows: [all …]
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 247 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, in checkForManualIssues() local 249 assert(!transforms.empty()); in checkForManualIssues() 321 for (unsigned i=0, e = transforms.size(); i != e; ++i) in checkForManualIssues() 322 transforms[i](pass); in checkForManualIssues() 360 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, in applyTransforms() local 362 assert(!transforms.empty()); in applyTransforms() 364 for (unsigned i=0, e = transforms.size(); i != e; ++i) { in applyTransforms() 365 bool err = migration.applyTransform(transforms[i]); in applyTransforms()
|
| H A D | Transforms.cpp | 584 std::vector<TransformFn> transforms; in getAllTransformations() local 587 transforms.push_back(GCRewriteFinalize); in getAllTransformations() 588 transforms.push_back(independentTransforms); in getAllTransformations() 590 transforms.push_back(removeEmptyStatementsAndDeallocFinalize); in getAllTransformations() 592 return transforms; in getAllTransformations()
|
| /llvm-project-15.0.7/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 177 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations() local 179 assert(!transforms.empty()); in performTransformations() 185 for (unsigned i=0, e = transforms.size(); i != e; ++i) { in performTransformations() 186 bool err = migration.applyTransform(transforms[i], transformPrinter.get()); in performTransformations()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | cpp11-migrate.rst | 3 All :program:`clang-modernize` transforms have moved to :doc:`clang-tidy/index`
|
| H A D | clang-modernize.rst | 3 All :program:`clang-modernize` transforms have moved to :doc:`clang-tidy/index`
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/ |
| H A D | CMakeLists.txt | 11 add_subdirectory(transforms)
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/transforms/vectorize/ |
| H A D | llvm_vectorize.mli | 11 This interface provides an OCaml API for LLVM vectorize transforms, the
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/ |
| H A D | TransformOps.td | 28 let summary = "Attempts sequences of transforms until one succeeds"; 32 regions are visited in order of appearance, and transforms in them are 33 applied in their respective order of appearance. If one of these transforms 48 no check that the transforms are indeed scoped as their "apply" methods can 50 ensure that the transforms are scoped correctly, or to produce an 56 The changes to the IR within the scope performed by transforms in the failed 296 let summary = "Contains PDL patterns available for use in transforms";
|
| /llvm-project-15.0.7/llvm/test/Transforms/VectorCombine/X86/ |
| H A D | no-sse.ll | 4 ; Don't spend time on vector transforms if the target does not support vectors.
|
| H A D | no-sse-inseltpoison.ll | 4 ; Don't spend time on vector transforms if the target does not support vectors.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | icmp_sdiv_with_and_without_range.ll | 4 ; Test that presence of range does not cause unprofitable transforms with bit
|
| H A D | struct-assign-tbaa-new.ll | 52 ; Note that the memcpy() call in test2() transforms into an
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | binary-input-and-output.test | 15 ## -I binary -O elf* creates an ELF. -O binary transforms it back to the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2008-06-13-NotVolatileLoadStore.ll | 3 ; These transforms are turned off for load volatiles and stores.
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | vectorize.ml | 54 suite "transforms" test_transforms;
|
| H A D | scalar_opts.ml | 89 suite "transforms" test_transforms;
|
| H A D | ipo.ml | 69 suite "transforms" test_transforms;
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | x86-lea-fixup-2.mir | 3 # Test that several LEA => ADD transforms get substitutions applied to them,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | speculation-hardening-sls-blr.mir | 6 # Check that the BLR SLS hardening transforms a BLR into a BL with operands as
|