Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/external/llvm/test/Transforms/EarlyCSE/
Dconditional.ll23 ; We can CSE the condition, but we *don't* know it's value after the merge
31 br label %merge
34 br label %merge
36 merge:
37 ; CHECK-LABEL: merge:
49 br i1 %cnd1, label %merge, label %merge
51 merge:
52 ; CHECK-LABEL: merge:
84 br label %merge
87 br label %merge
[all …]
/external/compiler-rt/
DREADME.android9 * merge conflicts with upstream on those parts.
11 * The file contains useful hints when we try to resolve future 3-way merge
22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
[all …]
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Dbase-pointers.ll42 ; removeUnreachableBlocks. As an example, "br i1 undef, label %merge, label %merge"
43 ; will get simplified to "br label %merge" by removeUnreachableBlocks.
46 i32 0, label %merge
47 i32 1, label %merge
48 i32 5, label %merge
57 br label %merge
59 merge: ; preds = %right, %left, %left, %left
60 ; CHECK: merge:
103 br i1 %cnd, label %merge, label %taken
106 br label %merge
[all …]
Dliveness-basics.ll6 ; predeccessor of merge.
18 ; CHECK-NEXT: br label %merge
20 br label %merge
27 ; CHECK-NEXT: br label %merge
29 br label %merge
31 merge: ; preds = %untaken, %taken
32 ; CHECK-LABEL: merge:
77 ; CHECK-NEXT: br label %merge
81 br label %merge
86 ; CHECK-NEXT: br label %merge
[all …]
Dbase-pointers-4.ll15 loop: ; preds = %merge.split, %entry
26 br label %merge
29 br label %merge
32 br label %merge
34 merge: ; preds = %dest_c, %dest_b, %dest_a
35 ; CHECK: merge:
39 br label %merge.split
41 merge.split: ; preds = %merge
Dbase-pointers-10.ll12 loop: ; preds = %merge, %entry
13 %current_x = phi i64 addrspace(1)* [ %base_obj_x, %entry ], [ %next_x, %merge ]
14 %current_y = phi i64 addrspace(1)* [ %base_obj_y, %entry ], [ %next_y, %merge ]
15 %current = phi i64 addrspace(1)* [ null, %entry ], [ %next, %merge ]
22 br label %merge
25 br label %merge
27 merge: ; preds = %false, %true
/external/llvm/test/Analysis/ScalarEvolution/
Dsmax-br-phi-idioms.ll7 br i1 %c, label %add, label %merge
11 br label %merge
13 merge:
24 br i1 %c, label %add, label %merge
28 br label %merge
30 merge:
41 br i1 %c, label %add, label %merge
45 br label %merge
47 merge:
60 %iv = phi i32 [ %init, %entry ], [ %iv.inc, %merge ]
[all …]
/external/v8/src/compiler/
Ddiamond.h23 Node* merge; member
32 merge = graph->NewNode(common->Merge(2), if_true, if_false);
36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } in Chain()
45 that.merge->ReplaceInput(0, merge); in Nest()
48 that.merge->ReplaceInput(1, merge); in Nest()
53 return graph->NewNode(common->Phi(rep, 2), tv, fv, merge); in Phi()
Dselect-lowering.cc33 Node* merge = nullptr; in Reduce() local
41 merges_.insert(std::make_pair(cond, d.merge)); in Reduce()
42 merge = d.merge; in Reduce()
48 merge = i->second; in Reduce()
49 if (!ReachableFrom(merge, node)) { in Reduce()
57 node->ReplaceInput(2, merge); in Reduce()
Dnode-matchers.cc31 DiamondMatcher::DiamondMatcher(Node* merge) in DiamondMatcher() argument
32 : NodeMatcher(merge), in DiamondMatcher()
36 if (merge->InputCount() != 2) return; in DiamondMatcher()
37 if (merge->opcode() != IrOpcode::kMerge) return; in DiamondMatcher()
38 Node* input0 = merge->InputAt(0); in DiamondMatcher()
40 Node* input1 = merge->InputAt(1); in DiamondMatcher()
Dcommon-operator-reducer.cc167 Node* const merge = node->InputAt(input_count); in ReduceEffectPhi() local
168 DCHECK(IrOpcode::IsMergeOpcode(merge->opcode())); in ReduceEffectPhi()
169 DCHECK_EQ(input_count, merge->InputCount()); in ReduceEffectPhi()
176 DCHECK_EQ(IrOpcode::kLoop, merge->opcode()); in ReduceEffectPhi()
182 Revisit(merge); in ReduceEffectPhi()
191 Node* const merge = node->InputAt(input_count); in ReducePhi() local
192 DCHECK(IrOpcode::IsMergeOpcode(merge->opcode())); in ReducePhi()
193 DCHECK_EQ(input_count, merge->InputCount()); in ReducePhi()
197 Node* if_true = merge->InputAt(0); in ReducePhi()
198 Node* if_false = merge->InputAt(1); in ReducePhi()
[all …]
/external/llvm/test/tools/llvm-profdata/
Dweight-sample.test1 Tests for weighted merge of sample profiles.
4 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext -weig…
5 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext %p/In…
24 RUN: llvm-profdata merge -sample -text -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weig…
42 3- Bad merge: invalid weight
43 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
44 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
45 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
46 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
47 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
[all …]
Dweight-instr.test1 Tests for weighted merge of instrumented profiles.
4 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata -weighted-inp…
6 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata %p/Inputs/wei…
31 RUN: llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted-inp…
55 3- Bad merge: invalid weight
56 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted…
57 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted…
58 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted…
59 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted…
60 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted…
[all …]
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers.ll42 ; removeUnreachableBlocks. As an example, "br i1 undef, label %merge, label %merge"
43 ; will get simplified to "br label %merge" by removeUnreachableBlocks.
44 switch i32 %unknown, label %right [ i32 0, label %merge
45 i32 1, label %merge
46 i32 5, label %merge
51 br label %merge
56 merge:
57 ; CHECK: merge:
102 br i1 %cnd, label %merge, label %taken
104 br label %merge
[all …]
Dliveness-basics.ll7 ; predeccessor of merge.
18 ; CHECK-NEXT: br label %merge
20 br label %merge
27 ; CHECK-NEXT: br label %merge
29 br label %merge
31 merge:
32 ; CHECK-LABEL: merge:
78 ; CHECK-NEXT: br label %merge
82 br label %merge
87 ; CHECK-NEXT: br label %merge
[all …]
/external/llvm/test/CodeGen/AArch64/
Dglobal-merge-1.ll1 ; RUN: llc %s -mtriple=aarch64-none-linux-gnu -aarch64-global-merge -o - | FileCheck %s
2 ; RUN: llc %s -mtriple=aarch64-none-linux-gnu -aarch64-global-merge -global-merge-on-external -o - …
4 ; RUN: llc %s -mtriple=aarch64-linux-gnuabi -aarch64-global-merge -o - | FileCheck %s
5 ; RUN: llc %s -mtriple=aarch64-linux-gnuabi -aarch64-global-merge -global-merge-on-external -o - | …
7 ; RUN: llc %s -mtriple=aarch64-apple-ios -aarch64-global-merge -o - | FileCheck %s --check-prefix=C…
8 ; RUN: llc %s -mtriple=aarch64-apple-ios -aarch64-global-merge -global-merge-on-external -o - | Fil…
/external/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java319 TextFormat.merge(allFieldsSetText, builder); in testParse()
325 TextFormat.merge(new StringReader(allFieldsSetText), builder); in testParseReader()
331 TextFormat.merge(allExtensionsSetText, in testParseExtensions()
363 TextFormat.merge(original, builder); in testParseCompatibility()
369 TextFormat.merge(exoticText, builder); in testParseExotic()
382 TextFormat.merge(messageSetText, extensionRegistry, builder); in testParseMessageSet()
395 TextFormat.merge(messageSetTextWithRepeatedExtension, extensionRegistry, in testParseMessageSet()
408 parserWithOverwriteForbidden.merge( in testParseMessageSetWithOverwriteForbidden()
418 parserWithOverwriteForbidden.merge( in testParseMessageSetWithOverwriteForbidden()
431 TextFormat.merge("optional_nested_enum: 2", builder); in testParseNumericEnum()
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java169 merge(0, current, null); in analyze()
187 merge(insn + 1, f, subroutine); in analyze()
196 merge(insn + 1, current, subroutine); in analyze()
201 merge(jump, current, new Subroutine(j.label, in analyze()
205 merge(jump, current, subroutine); in analyze()
211 merge(jump, current, subroutine); in analyze()
216 merge(jump, current, subroutine); in analyze()
222 merge(jump, current, subroutine); in analyze()
227 merge(jump, current, subroutine); in analyze()
238 merge(call + 1, in analyze()
[all …]
/external/v8/test/unittests/compiler/
Ddiamond-unittest.cc31 EXPECT_THAT(d.merge, IsMerge(d.if_true, d.if_false)); in TEST_F()
41 EXPECT_THAT(d1.branch, IsBranch(p1, d0.merge)); in TEST_F()
66 EXPECT_THAT(d[i].branch, IsBranch(params[i], d[i - 1].merge)); in TEST_F()
82 EXPECT_THAT(d0.merge, IsMerge(d1.merge, d0.if_false)); in TEST_F()
87 EXPECT_THAT(d1.merge, IsMerge(d1.if_true, d1.if_false)); in TEST_F()
102 EXPECT_THAT(d0.merge, IsMerge(d0.if_true, d1.merge)); in TEST_F()
107 EXPECT_THAT(d1.merge, IsMerge(d1.if_true, d1.if_false)); in TEST_F()
126 EXPECT_THAT(d.merge, IsMerge(d.if_true, d.if_false)); in TEST_F()
127 EXPECT_THAT(phi, IsPhi(types[i], p1, p2, d.merge)); in TEST_F()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dreduce.hpp89 …static __device__ void merge(const PointerTuple& smem, const ValTuple& val, unsigned int tid, unsi… in merge() function
94 For<I + 1, N>::merge(smem, val, tid, delta, op); in merge()
118 …static __device__ void merge(const PointerTuple&, const ValTuple&, unsigned int, unsigned int, con… in merge() function
155 …__device__ __forceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int del… in merge() function
169 …__device__ __forceinline__ void merge(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>&… in merge() function
175 …ple_size<thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9> >::value>::merge(smem, val, tid, de… in merge()
199 merge(smem, val, tid, 1024, op); in reduce()
206 merge(smem, val, tid, 512, op); in reduce()
213 merge(smem, val, tid, 256, op); in reduce()
220 merge(smem, val, tid, 128, op); in reduce()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
Dreduce.hpp99 …__device__ static void merge(const PointerTuple& smem, const ValTuple& val, uint tid, uint delta, … in merge() function
104 For<I + 1, N>::merge(smem, val, tid, delta, op); in merge()
131 …__device__ __forceinline__ static void merge(const PointerTuple&, const ValTuple&, uint, uint, con… in merge() function
178 …__device__ __forceinline__ void merge(volatile T* smem, T& val, uint tid, uint delta, const Op& op) in merge() function
187 __device__ __forceinline__ void merge(const tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>& smem, in merge() function
193 …For<0, tuple_size<tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9> >::value>::merge(smem, val, tid, d… in merge()
231 merge(smem, val, tid, 1024, op); in reduce()
238 merge(smem, val, tid, 512, op); in reduce()
245 merge(smem, val, tid, 256, op); in reduce()
252 merge(smem, val, tid, 128, op); in reduce()
[all …]
/external/slf4j/
D.gitattributes6 *.sln merge=union
7 *.csproj merge=union
8 *.vbproj merge=union
9 *.fsproj merge=union
10 *.dbproj merge=union
/external/bison/tests/
Dglr-regression.at50 StartSymbol: E { $$=0; } %merge <exprMerge>
53 E: E 'P' E { $$=1; printf("E -> E 'P' E\n"); } %merge <exprMerge>
54 | 'B' { $$=2; printf("E -> 'B'\n"); } %merge <exprMerge>
275 NT1 : P1 T1 O1 T2 P2 { $$ = RULE(2); } %merge<MergeRule>
278 NT2 : NT1 { $$ = RULE(3); } %merge<MergeRule>
279 | P1 NT1 O1 T3 P2 { $$ = RULE(4); } %merge<MergeRule>
282 NT3 : T3 { $$ = RULE(5); } %merge<MergeRule>
283 | P1 NT1 O1 T3 P2 { $$ = RULE(6); } %merge<MergeRule>
286 NT4 : NT3 { $$ = RULE(7); } %merge<MergeRule>
287 | NT2 { $$ = RULE(8); } %merge<MergeRule>
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-05.ll1 ; Test vector merge low.
5 ; Test a canonical v16i8 merge low.
18 ; Test a reversed v16i8 merge low.
31 ; Test a v16i8 merge low with only the first operand being used.
44 ; Test a v16i8 merge low with only the second operand being used.
58 ; Test a v16i8 merge with both operands being the same. This too is
72 ; Test a v16i8 merge in which some of the indices are don't care.
85 ; Test a v16i8 merge in which one of the operands is undefined and where
100 ; Test a canonical v8i16 merge low.
111 ; Test a reversed v8i16 merge low.
[all …]
Dvec-perm-04.ll1 ; Test vector merge high.
5 ; Test a canonical v16i8 merge high.
18 ; Test a reversed v16i8 merge high.
31 ; Test a v16i8 merge high with only the first operand being used.
44 ; Test a v16i8 merge high with only the second operand being used.
58 ; Test a v16i8 merge with both operands being the same. This too is
72 ; Test a v16i8 merge in which some of the indices are don't care.
85 ; Test a v16i8 merge in which one of the operands is undefined and where
100 ; Test a canonical v8i16 merge high.
111 ; Test a reversed v8i16 merge high.
[all …]

12345678910>>...44