Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 25 of 102) sorted by relevance

12345

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-noexcept.rst20 transforms to:
46 transforms to:
77 transforms to:
H A Duse-nullptr.rst25 transforms to:
58 transforms to:
H A Duse-nodiscard.rst40 transforms to:
63 transforms to:
H A Dreturn-braced-init-list.rst17 // transforms to:
H A Duse-bool-literals.rst15 // transforms to
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-naming.rst236 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 DARCMT.cpp247 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 DTransforms.cpp584 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 Darcmt-test.cpp177 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 Dcpp11-migrate.rst3 All :program:`clang-modernize` transforms have moved to :doc:`clang-tidy/index`
H A Dclang-modernize.rst3 All :program:`clang-modernize` transforms have moved to :doc:`clang-tidy/index`
/llvm-project-15.0.7/llvm/bindings/ocaml/
H A DCMakeLists.txt11 add_subdirectory(transforms)
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/vectorize/
H A Dllvm_vectorize.mli11 This interface provides an OCaml API for LLVM vectorize transforms, the
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td28 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 Dno-sse.ll4 ; Don't spend time on vector transforms if the target does not support vectors.
H A Dno-sse-inseltpoison.ll4 ; 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 Dicmp_sdiv_with_and_without_range.ll4 ; Test that presence of range does not cause unprofitable transforms with bit
H A Dstruct-assign-tbaa-new.ll52 ; Note that the memcpy() call in test2() transforms into an
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dbinary-input-and-output.test15 ## -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 D2008-06-13-NotVolatileLoadStore.ll3 ; These transforms are turned off for load volatiles and stores.
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dvectorize.ml54 suite "transforms" test_transforms;
H A Dscalar_opts.ml89 suite "transforms" test_transforms;
H A Dipo.ml69 suite "transforms" test_transforms;
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dx86-lea-fixup-2.mir3 # Test that several LEA => ADD transforms get substitutions applied to them,
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dspeculation-hardening-sls-blr.mir6 # Check that the BLR SLS hardening transforms a BLR into a BL with operands as

12345