Home
last modified time | relevance | path

Searched refs:Consider (Results 1 – 25 of 97) sorted by relevance

1234

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/openmp/
H A Duse-default-none.rst36 // 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 Dlsan_flags.inc41 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 Dresume.ll6 ; Consider `resume` to be cold.
/llvm-project-15.0.7/polly/cmake/
H A DFindISL.cmake4 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 DGrammarBNF.cpp55 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 Ddynamic-static-initializers.rst18 Consider the following code:
H A Dforwarding-reference-overload.rst14 Consider the following example:
H A Dmove-forwarding-reference.rst35 ``foo()``. However, this is not true. Consider this example:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dexplicit-constructor.rst11 Consider this example:
/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A DREADME.md4 implementations from machine dependent implementations. Consider the example of
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md22 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 DREADME.txt81 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 DBUILD.gn3 # FIXME: Consider making it a shared_library everywhere like in cmake?
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-scopes.test1 Consider this program:
H A Dpdb-comdat.test1 Consider this example program with an inline function "foo":
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dpr39282.ll15 ; Consider that %addr1 = %addr2 + 1, in which case %addr2i and %addr1i are
/llvm-project-15.0.7/llvm/utils/unittest/
H A DCMakeLists.txt4 # Consider this a prototype. It will change drastically. For now,
/llvm-project-15.0.7/mlir/docs/
H A DBufferDeallocationInternals.md198 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 Dwidened.ll9 ; 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 DUnspecifiedBehaviorRandomization.rst8 Consider the follow snippet which steadily happens in tests:
H A DUniquePtrTrivialAbi.rst8 Consider the follow snippets
/llvm-project-15.0.7/clang/docs/
H A DTooling.rst14 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 DREADME-SSE.txt207 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 DREADME.txt20 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 Duse-emplace.rst93 For more info read item 42 - "Consider emplacement instead of insertion." of

1234