Home
last modified time | relevance | path

Searched refs:split2 (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/Transforms/Util/MemorySSA/
Dforward-unreachable.ll6 br i1 undef, label %split1, label %split2
11 split2:
19 ; CHECK: 3 = MemoryPhi({split1,1},{split2,liveOnEntry},{forwardunreachable,liveOnEntry})
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dforward-unreachable.ll6 br i1 undef, label %split1, label %split2
11 split2:
19 ; CHECK: 3 = MemoryPhi({split1,1},{split2,liveOnEntry},{forwardunreachable,liveOnEntry})
/external/syzkaller/vendor/google.golang.org/grpc/
Dresolver_conn_wrapper.go41 func split2(s, sep string) (string, string, bool) { func
56 ret.Scheme, ret.Endpoint, ok = split2(target, "://")
60 ret.Authority, ret.Endpoint, ok = split2(ret.Endpoint, "/")
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dphi-of-ops-move-block.ll71 ; CHECK: split2:
90 br i1 undef, label %split1, label %split2
95 split2: ; preds = %lr.ph
98 critedge: ; preds = %split1, %split2, %bb1
99 %lcssa = phi i32 [ 0, %bb1 ], [ -1, %split1 ], [ -1, %split2 ]
/external/selinux/libsemanage/src/
Ddatabase_join.h30 record1_t ** split1, record2_t ** split2);
Duser_record.c375 semanage_user_extra_t ** split2) in semanage_user_split() argument
389 *split2 = tmp_extra_user; in semanage_user_split()
Duser_internal.h175 semanage_user_extra_t ** split2);
/external/u-boot/scripts/kconfig/
Dqconf.cc1374 split2 = new QSplitter(split1); in ConfigMainWindow()
1375 split2->setOrientation(Qt::Vertical); in ConfigMainWindow()
1378 configView = new ConfigView(split2, "config"); in ConfigMainWindow()
1381 helpText = new ConfigInfoView(split2, "help"); in ConfigMainWindow()
1528 split2->setSizes(sizes); in ConfigMainWindow()
1800 configSettings->writeSizes("/split2", split2->sizes()); in saveSettings()
Dqconf.h329 QSplitter *split2; variable
/external/llvm/test/Transforms/LoopInterchange/
Dprofitability.ll57 ; CHECK: br label %for.body3.split2
66 ; CHECK: for.body3.split2: ; preds = %for.body3.preheader
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnrollAndJam/
Dunroll-and-jam.ll690 br i1 %tobool9, label %for.body2.split, label %for.body2.split2
692 for.body2.split2:
699 %storemerge.1 = phi i64 [ 0, %for.body2.split2 ]
708 ….1, %for.inc21.if ], [ %storemerge.2, %for.inc21.then ], [ 4, %for.body2.split2 ], [ 4, %for.body2…
709 … 0, %for.inc21.if ], [ %storemerge.3, %for.inc21.then ], [ 0, %for.body2.split2 ], [ 0, %for.body2…
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py64 split2 = list(map(image_ops.hsv_to_rgb, split1))
66 join2 = array_ops.stack(split2)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc3106 std::vector<string> split2 = absl::StrSplit(split1[1], "->"); in ParseConvolutionDimensionNumbers() local
3107 if (split2.size() != 2) { in ParseConvolutionDimensionNumbers()
3112 absl::string_view rhs = split2[0]; in ParseConvolutionDimensionNumbers()
3113 absl::string_view out = split2[1]; in ParseConvolutionDimensionNumbers()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py70 split2 = list(map(image_ops.hsv_to_rgb, split1))
72 join2 = array_ops.stack(split2)
110 split2 = list(map(image_ops.yiq_to_rgb, split1))
112 join2 = array_ops.stack(split2)
140 split2 = list(map(image_ops.yuv_to_rgb, split1))
142 join2 = array_ops.stack(split2)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3108 ops::SplitV split2(s.WithOpName("split2"), x, size_splits2, axis, 2); in TEST_F() local
3110 s.WithOpName("exp_a2").WithControlDependencies(ctrl1), split2[0]); in TEST_F()
3111 Output exp_b2 = ops::Exp(s.WithOpName("exp_b2"), split2[1]); in TEST_F()