Home
last modified time | relevance | path

Searched refs:Out2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_copy.pass.cpp163 template <class InIter, class Sent, class Out1, class Out2>
168 test_one<InIter, Sent, Out1, Out2, 0, 0, 0>({}, is_odd, {}, {}); in test_iterators_in_sent_out1_out2()
170 test_one<InIter, Sent, Out1, Out2, 1, 1, 0>({1}, is_odd, {1}, {}); in test_iterators_in_sent_out1_out2()
172 test_one<InIter, Sent, Out1, Out2, 1, 0, 1>({2}, is_odd, {}, {2}); in test_iterators_in_sent_out1_out2()
174 test_one<InIter, Sent, Out1, Out2, 2, 1, 1>({2, 1}, is_odd, {1}, {2}); in test_iterators_in_sent_out1_out2()
176 test_one<InIter, Sent, Out1, Out2, 2, 1, 1>({1, 2}, is_odd, {1}, {2}); in test_iterators_in_sent_out1_out2()
178 test_one<InIter, Sent, Out1, Out2, 3, 2, 1>({2, 1, 3}, is_odd, {1, 3}, {2}); in test_iterators_in_sent_out1_out2()
184 test_one<InIter, Sent, Out1, Out2, 3, 3, 0>({1, 1, 1}, is_odd, {1, 1, 1}, {}); in test_iterators_in_sent_out1_out2()
186 test_one<InIter, Sent, Out1, Out2, 3, 0, 3>({2, 2, 2}, is_odd, {}, {2, 2, 2}); in test_iterators_in_sent_out1_out2()
188 test_one<InIter, Sent, Out1, Out2, 6, 3, 3>({1, 3, 5, 4, 6, 8}, is_odd, {1, 3, 5}, {4, 6, 8}); in test_iterators_in_sent_out1_out2()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/
H A Dmatmul.ll115 %Res.i.sroa.4.0.Out2.i.sroa_idx2 = getelementptr inbounds double, double* %Out, i64 1
116 store double %add20.i, double* %Res.i.sroa.4.0.Out2.i.sroa_idx2, align 8
117 %Res.i.sroa.5.0.Out2.i.sroa_idx4 = getelementptr inbounds double, double* %Out, i64 2
118 store double %add32.i, double* %Res.i.sroa.5.0.Out2.i.sroa_idx4, align 8
119 %Res.i.sroa.6.0.Out2.i.sroa_idx6 = getelementptr inbounds double, double* %Out, i64 3
120 store double %add44.i, double* %Res.i.sroa.6.0.Out2.i.sroa_idx6, align 8
121 %Res.i.sroa.7.0.Out2.i.sroa_idx8 = getelementptr inbounds double, double* %Out, i64 4
122 store double %add56.i, double* %Res.i.sroa.7.0.Out2.i.sroa_idx8, align 8
124 store double %add68.i, double* %Res.i.sroa.8.0.Out2.i.sroa_idx10, align 8
126 store double %add80.i, double* %Res.i.sroa.9.0.Out2.i.sroa_idx12, align 8
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp522 unsigned Out2 = createDupLane(MBB, InsertPt, DL, DSub0, 1); in optimizeAllLanesPattern() local
523 Out = createVExt(MBB, InsertPt, DL, Out1, Out2); in optimizeAllLanesPattern()
527 Out2 = createVExt(MBB, InsertPt, DL, Out3, Out4); in optimizeAllLanesPattern()
529 Out = createRegSequence(MBB, InsertPt, DL, Out, Out2); in optimizeAllLanesPattern()
533 unsigned Out2 = createDupLane(MBB, InsertPt, DL, Reg, 1); in optimizeAllLanesPattern() local
534 Out = createVExt(MBB, InsertPt, DL, Out1, Out2); in optimizeAllLanesPattern()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp796 llvm::raw_svector_ostream Out2(Buf2); in checkDeprecatedOrUnsafeBufferHandling() local
800 Out2 << "Call to function '" << Name in checkDeprecatedOrUnsafeBufferHandling()
804 Out2 << "bounding of the memory buffer or "; in checkDeprecatedOrUnsafeBufferHandling()
807 Out2 << "security checks introduced " in checkDeprecatedOrUnsafeBufferHandling()
816 Out1.str(), "Security", Out2.str(), CELoc, in checkDeprecatedOrUnsafeBufferHandling()
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dsinking.ll238 ; CHECK: Out2:
254 br i1 %tmp.1, label %Loop, label %Out2
257 Out2: ; preds = %ContLoop