| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/openmp/ |
| H A D | use-default-none.rst | 36 // clause. Consider specifying ``default(none)`` clause. 52 // clause. Consider using ``default(none)`` clause instead. 61 // clause. Consider using ``default(none)`` clause instead.
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_flags.inc | 41 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.") 43 "Consider pointers found in poisoned memory to be valid.")
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | resume.ll | 6 ; Consider `resume` to be cold.
|
| /llvm-project-15.0.7/polly/cmake/ |
| H A D | FindISL.cmake | 4 message(FATAL_ERROR "No libisl found on this system. Consider setting PKG_CONFIG_PATH.")
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/ |
| H A D | GrammarBNF.cpp | 55 auto Consider = [&](llvm::StringRef Name) { in build() local 60 Consider(Spec.Target); in build() 62 Consider(Elt.Symbol); in build()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | dynamic-static-initializers.rst | 18 Consider the following code:
|
| H A D | forwarding-reference-overload.rst | 14 Consider the following example:
|
| H A D | move-forwarding-reference.rst | 35 ``foo()``. However, this is not true. Consider this example:
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | explicit-constructor.rst | 11 Consider this example:
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/generic/ |
| H A D | README.md | 4 implementations from machine dependent implementations. Consider the example of
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 22 and operand position that the value is defined in. Consider the LLVM IR way of 33 codegen backend of LLVM, after instruction selection. Consider the X86 assembly 155 operand pair to new instruction number / operand pair. Consider if we replace
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 81 Consider implementing optimizeSelect, optimizeCompareInstr, optimizeCondBranch, 141 coloring. Consider experimenting with the MachineScheduler (enable via
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 3 # FIXME: Consider making it a shared_library everywhere like in cmake?
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-scopes.test | 1 Consider this program:
|
| H A D | pdb-comdat.test | 1 Consider this example program with an inline function "foo":
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ |
| H A D | pr39282.ll | 15 ; Consider that %addr1 = %addr2 + 1, in which case %addr2i and %addr1i are
|
| /llvm-project-15.0.7/llvm/utils/unittest/ |
| H A D | CMakeLists.txt | 4 # Consider this a prototype. It will change drastically. For now,
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | BufferDeallocationInternals.md | 198 copies to eliminate them. Consider the following example in which the 346 associated branch terminators that can jump to the current block. Consider the 374 Consider the following inner-region control-flow sample that uses an imaginary 402 `RegionBranchOpInterface`. Consider the following example that uses an “scf.if” 508 Consider the following “scf.for” use case containing a nested structured 653 Consider the following example where a generic test operation writes the result
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopPredication/ |
| H A D | widened.ll | 9 ; Consider range check of type i16 and i32, while IV is of type i64 76 ; Consider an IV of type long and an array access into int array.
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UnspecifiedBehaviorRandomization.rst | 8 Consider the follow snippet which steadily happens in tests:
|
| H A D | UniquePtrTrivialAbi.rst | 8 Consider the follow snippets
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | Tooling.rst | 14 you want to use. Consider the other interfaces only when you have a good
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README-SSE.txt | 207 Consider: 230 Here's a sick and twisted idea. Consider code like this: 521 Consider: 716 Consider using movlps instead of movsd to implement (scalar_to_vector (loadf64))
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | README.txt | 20 Crazy idea: Consider code that uses lots of 8-bit or 16-bit values. By the 143 * Consider this silly example: 301 2) Consider spliting a indexed load / store into a pair of add/sub + load/store 635 Consider the following simple C code:
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-emplace.rst | 93 For more info read item 42 - "Consider emplacement instead of insertion." of
|