Home
last modified time | relevance | path

Searched refs:With (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DMemberwiseConstructorTests.cpp80 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 Dlower-intrinsics-afn-mass.ll18 ; 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 Dlower-intrinsics-nofast-mass.ll19 ; 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 Dlower-intrinsics-fast-mass.ll18 ; 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 Drv64zkne-only-invalid.s1 # With Zk extension:
5 # With Zkn extension:
9 # With Zkne extension:
H A Drv32zkne-only-invalid.s1 # With Zk extension:
5 # With Zkn extension:
9 # With Zkne extension:
H A Drv32zknd-only-invalid.s1 # With Zk extension:
5 # With Zkn extension:
9 # With Zknd extension:
H A Drv64zksed-invalid.s1 # With Zks extension:
5 # With Zksed extension:
H A Drv32zksed-invalid.s1 # With Zks extension:
5 # With Zksed extension:
H A Drv32zbbp-only-valid.s1 # With Bitmanip base extension:
8 # With Bitmanip permutation extension:
H A Drv64zbbp-valid.s1 # With Bitmanip base extension:
8 # With Bitmanip permutation extension:
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h116 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 Dsubtest.ll3 ; 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 D2002-05-15-SubReassociate.ll4 ; 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 DProjectAwareIndexTests.cpp50 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 Darm64-AnInfiniteLoopInDAGCombine.ll6 ; 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 Dchange-unsafe-fp-math.ll31 ; 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 Dignore-noninstrumented.mm11 // 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 Dgmock-generated-function-mockers.h151 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 Dspec-07-13.test8 !bar "With directives"
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dfunction_metadata.ll8 ;; 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 Dexponential-nontrivial-unswitch.ll21 ; 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 Dspecial-member-functions.rst41 …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 Dtail-call-float.ll30 ; 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 Demit-relocs-icf2.s4 ## With ICF, merged sections do not have output sections assigned.

12345678910>>...18