| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | MemberwiseConstructorTests.cpp | 80 auto With = [](llvm::StringRef Type) { in TEST_F() local 84 EXPECT_THAT(apply(With("Immovable")), Fail); in TEST_F() 85 EXPECT_THAT(apply(With("MoveOnly")), Move); in TEST_F() 86 EXPECT_THAT(apply(With("CopyOnly")), CopyRef); in TEST_F() 87 EXPECT_THAT(apply(With("CopyTrivial")), Copy); in TEST_F() 88 EXPECT_THAT(apply(With("int")), Copy); in TEST_F() 89 EXPECT_THAT(apply(With("IntAlias")), Copy); in TEST_F() 90 EXPECT_THAT(apply(With("Immovable*")), Copy); in TEST_F() 91 EXPECT_THAT(apply(With("Immovable&")), Copy); in TEST_F() 93 EXPECT_THAT(apply("template <typename T>" + With("T")), Move); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | lower-intrinsics-afn-mass.ll | 18 ; With afn flag specified per-function 28 ; With afn flag specified per-function 38 ; With afn flag specified per-function 48 ; With afn flag specified per-function 58 ; With afn flag specified per-function 68 ; With afn flag specified per-function 78 ; With afn flag specified per-function 88 ; With afn flag specified per-function 98 ; With afn flag specified per-function 108 ; With afn flag specified per-function [all …]
|
| H A D | lower-intrinsics-nofast-mass.ll | 19 ; With no fast math flag specified per-function 29 ; With no fast math flag specified per-function 39 ; With no fast math flag specified per-function 49 ; With no fast math flag specified per-function 59 ; With no fast math flag specified per-function 69 ; With no fast math flag specified per-function 79 ; With no fast math flag specified per-function 89 ; With no fast math flag specified per-function 99 ; With no fast math flag specified per-function 109 ; With no fast math flag specified per-function [all …]
|
| H A D | lower-intrinsics-fast-mass.ll | 18 ; With fast-math flag specified per-function 28 ; With fast-math flag specified per-function 38 ; With fast-math flag specified per-function 48 ; With fast-math flag specified per-function 58 ; With fast-math flag specified per-function 68 ; With fast-math flag specified per-function 78 ; With fast-math flag specified per-function 88 ; With fast-math flag specified per-function 98 ; With fast-math flag specified per-function 108 ; With fast-math flag specified per-function [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | rv64zkne-only-invalid.s | 1 # With Zk extension: 5 # With Zkn extension: 9 # With Zkne extension:
|
| H A D | rv32zkne-only-invalid.s | 1 # With Zk extension: 5 # With Zkn extension: 9 # With Zkne extension:
|
| H A D | rv32zknd-only-invalid.s | 1 # With Zk extension: 5 # With Zkn extension: 9 # With Zknd extension:
|
| H A D | rv64zksed-invalid.s | 1 # With Zks extension: 5 # With Zksed extension:
|
| H A D | rv32zksed-invalid.s | 1 # With Zks extension: 5 # With Zksed extension:
|
| H A D | rv32zbbp-only-valid.s | 1 # With Bitmanip base extension: 8 # With Bitmanip permutation extension:
|
| H A D | rv64zbbp-valid.s | 1 # With Bitmanip base extension: 8 # With Bitmanip permutation extension:
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyLibCalls.h | 116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() argument 117 I->replaceAllUsesWith(With); in replaceAllUsesWithDefault() 124 void replaceAllUsesWith(Instruction *I, Value *With); 130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent() argument 131 replaceAllUsesWith(I, With); in substituteInParent()
|
| /llvm-project-15.0.7/llvm/test/Transforms/Reassociate/ |
| H A D | subtest.ll | 3 ; With sub reassociation, constant folding can eliminate the 12 and -12 constants. 16 ; With sub reassociation, constant folding can eliminate the uses of %a.
|
| H A D | 2002-05-15-SubReassociate.ll | 4 ; With sub reassociation, constant folding can eliminate all of the constants. 17 ; With sub reassociation, constant folding can eliminate the two 12 constants.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ProjectAwareIndexTests.cpp | 50 WithContextValue With(Config::Key, std::move(C)); in TEST() local 76 WithContextValue With(Config::Key, std::move(C)); in TEST() local
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-AnInfiniteLoopInDAGCombine.ll | 6 ; With: 0x2c4d128: v4i32 = sign_extend 0x2c4cd08 [ORD=4] 9 ; With: 0x2c509f0: v4i32 = any_extend 0x2c4cd08 [ORD=4]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | change-unsafe-fp-math.ll | 31 ; With unsafe math enabled, can change this div to a mul. 48 ; With unsafe math enabled, can change this div to a mul.
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | ignore-noninstrumented.mm | 11 // With ignore_noninstrumented_modules=1, no races are reported. 14 // With ignore_noninstrumented_modules=1, races in user's code are still reported.
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 151 return GMOCK_MOCKER_(0, constness, Method).With(); \ 177 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \ 206 return GMOCK_MOCKER_(2, constness, Method).With(gmock_a1, gmock_a2); \ 239 return GMOCK_MOCKER_(3, constness, Method).With(gmock_a1, gmock_a2, \ 276 return GMOCK_MOCKER_(4, constness, Method).With(gmock_a1, gmock_a2, \ 317 return GMOCK_MOCKER_(5, constness, Method).With(gmock_a1, gmock_a2, \ 362 return GMOCK_MOCKER_(6, constness, Method).With(gmock_a1, gmock_a2, \ 410 return GMOCK_MOCKER_(7, constness, Method).With(gmock_a1, gmock_a2, \ 462 return GMOCK_MOCKER_(8, constness, Method).With(gmock_a1, gmock_a2, \ 518 return GMOCK_MOCKER_(9, constness, Method).With(gmock_a1, gmock_a2, \ [all …]
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-07-13.test | 8 !bar "With directives"
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | function_metadata.ll | 8 ;; With replay decisions 57 ; With high threshold, nothing should be imported 60 ; With high threshold and replay, sites that are in the replay (foo, and transitively bar and bar_d…
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | exponential-nontrivial-unswitch.ll | 21 ; With relaxed candidates multiplier (unscaled candidates == 8) we should allow 23 ; With relaxed candidates multiplier (unscaled candidates == 8) we should allow 34 ; With relaxed candidates multiplier (unscaled candidates == 8) and with relaxed
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | special-member-functions.rst | 41 …move constructor or move assignment operator. With this option enabled, the following class won't … 55 …https://google.github.io/styleguide/cppguide.html#Copyable_Movable_Types. With this option enabled…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | tail-call-float.ll | 30 ; With soft-float, general-purpose registers are used and there are not enough 31 ; of them to handle the 6 arguments. With hard-float, we have plenty of regs
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | emit-relocs-icf2.s | 4 ## With ICF, merged sections do not have output sections assigned.
|