Home
last modified time | relevance | path

Searched refs:PRED (Results 1 – 25 of 173) sorted by relevance

1234567

/external/llvm-project/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll286 ; CHECK-DAG: setp.eq.b16 [[PRED:%p[0-9]+]], %rs{{.*}}, 1;
287 ; CHECK-NEXT: selp.b16 [[R:%h[0-9]+]], [[A]], [[B]], [[PRED]];
300 ; CHECK-F16-NOFTZ: setp.neu.f16 [[PRED:%p[0-9]+]], [[C]], [[D]]
303 ; CHECK-NOF16: setp.neu.f32 [[PRED:%p[0-9]+]], [[CF]], [[DF]]
304 ; CHECK: selp.b16 [[R:%h[0-9]+]], [[A]], [[B]], [[PRED]];
318 ; CHECK-F16-NOFTZ: setp.neu.f16 [[PRED:%p[0-9]+]], [[C]], [[D]]
319 ; CHECK-F16-FTZ: setp.neu.ftz.f16 [[PRED:%p[0-9]+]], [[C]], [[D]]
322 ; CHECK-NOF16: setp.neu.f32 [[PRED:%p[0-9]+]], [[CF]], [[DF]]
323 ; CHECK-NEXT: selp.f32 [[R:%f[0-9]+]], [[A]], [[B]], [[PRED]];
336 ; CHECK-NOFTZ-DAG: setp.neu.f32 [[PRED:%p[0-9]+]], [[C]], [[D]]
[all …]
Dlower-aggr-copies.ll42 ; PTX: setp.lt.u64 %p[[PRED:[0-9]+]], %rd[[COUNTER]], %rd
43 ; PTX: @%p[[PRED]] bra LBB[[LABEL]]
76 ; PTX: setp.lt.u64 %p[[PRED:[0-9]+]], %rd[[COUNTER]], %rd
77 ; PTX: @%p[[PRED]] bra LBB[[LABEL]]
135 ; PTX: setp.lt.u64 %p[[PRED:[0-9]+]], %rd[[COUNTER]], %rd
136 ; PTX: @%p[[PRED]] bra LBB[[LABEL]]
/external/guava/guava/src/com/google/common/graph/
DDirectedGraphConnections.java122 private static final Object PRED = new Object(); field in DirectedGraphConnections
202 Object existingValue = adjacentNodeValues.put(predecessor, PRED); in ofImmutable()
217 checkArgument(existingValue == PRED); in ofImmutable()
431 if (value == PRED) {
448 if (previousValue == PRED) {
474 if (previousValue == null || previousValue == PRED) {
477 adjacentNodeValues.put((N) node, PRED);
497 Object previousValue = adjacentNodeValues.put(node, PRED);
506 } else if (previousValue != PRED) { // successor
534 } else if (previousValue == PRED) {
[all …]
/external/guava/android/guava/src/com/google/common/graph/
DDirectedGraphConnections.java122 private static final Object PRED = new Object(); field in DirectedGraphConnections
202 Object existingValue = adjacentNodeValues.put(predecessor, PRED); in ofImmutable()
217 checkArgument(existingValue == PRED); in ofImmutable()
431 if (value == PRED) {
448 if (previousValue == PRED) {
474 if (previousValue == null || previousValue == PRED) {
477 adjacentNodeValues.put((N) node, PRED);
497 Object previousValue = adjacentNodeValues.put(node, PRED);
506 } else if (previousValue != PRED) { // successor
534 } else if (previousValue == PRED) {
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dfunctional-control-flow-to-cfg.mlir14 // CHECK: [[PRED:%.+]] = tensor.extract [[TOBOOL]][] : tensor<i1>
15 // CHECK: cond_br [[PRED]], ^bb1, ^bb2
39 // CHECK: [[PRED:%.+]] = tensor.extract [[TOBOOL]][] : tensor<i1>
40 // CHECK: cond_br [[PRED]], ^bb1, ^bb2
68 // CHECK: [[PRED:%.+]] = tensor.extract [[TOBOOL]][] : tensor<i1>
69 // CHECK: cond_br [[PRED]], ^bb1, ^bb2
96 // CHECK: [[PRED:%.+]] = tensor.extract [[TOBOOL]][] : tensor<i1>
121 // CHECK: [[PRED:%.+]] = tensor.extract [[TOBOOL]][] : tensor<i1>
122 // CHECK: cond_br [[PRED]], ^bb2([[CONDARG0]], [[CONDARG1]] : tensor<*xf32>, tensor<*xf32>), ^bb3…
145 // CHECK: [[PRED:%.+]] = tensor.extract [[TOBOOL]][] : tensor<i1>
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dlower-aggr-copies.ll31 ; PTX-NEXT: setp.lt.u64 %p[[PRED:[0-9]+]], %rd[[COUNTER]], %rd
32 ; PTX-NEXT: @%p[[PRED]] bra LBB[[LABEL]]
49 ; PTX-NEXT: setp.lt.u64 %p[[PRED:[0-9]+]], %rd[[COUNTER]], %rd
50 ; PTX-NEXT: @%p[[PRED]] bra LBB[[LABEL]]
85 ; PTX-NEXT: setp.lt.u64 %p[[PRED:[0-9]+]], %rd[[COUNTER]], %rd
86 ; PTX-NEXT: @%p[[PRED]] bra LBB[[LABEL]]
/external/libbrillo/brillo/dbus/
Ddata_serialization.h723 template <typename KEY, typename VALUE, typename PRED, typename ALLOC>
726 const std::map<KEY, VALUE, PRED, ALLOC>& value) {
742 template <typename KEY, typename VALUE, typename PRED, typename ALLOC>
745 std::map<KEY, VALUE, PRED, ALLOC>* value) {
777 typename PRED,
786 const std::map<KEY, VALUE, PRED, ALLOC>& value) {
790 std::map<KEY, VALUE, PRED, ALLOC>* value) {
796 template<typename KEY, typename VALUE, typename PRED, typename ALLOC>
797 struct DBusMapType<false, KEY, VALUE, PRED, ALLOC> : public Unsupported {};
801 template<typename KEY, typename VALUE, typename PRED, typename ALLOC>
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc160 Shape shape_2 = ShapeUtil::MakeShape(PRED, {3, 2}); in TEST()
179 ShapeUtil::MakeShapeWithLayout(PRED, {4, 3}, {0, 1}))); in TEST()
191 ShapeUtil::MakeShapeWithLayout(PRED, {4, 3}, {0, 1}))); in TEST()
227 {ShapeUtil::MakeShape(F32, {3, 2}), ShapeUtil::MakeShape(PRED, {4, 5})}); in TEST()
229 {ShapeUtil::MakeShape(F32, {3, 2}), ShapeUtil::MakeShape(PRED, {4, 5})}); in TEST()
243 {ShapeUtil::MakeShape(PRED, {4, 5}), ShapeUtil::MakeShape(F32, {3, 2})}); in TEST()
245 {ShapeUtil::MakeShape(F32, {3, 2}), ShapeUtil::MakeShape(PRED, {4, 5})}); in TEST()
260 {ShapeUtil::MakeShape(PRED, {4, 5}), ShapeUtil::MakeShape(F32, {3, 2})}); in TEST()
262 {ShapeUtil::MakeShape(PRED, {4, 5}), ShapeUtil::MakeShape(S32, {3, 2})}); in TEST()
269 {ShapeUtil::MakeShape(PRED, {4, 5}), ShapeUtil::MakeShape(F32, {3, 2})}); in TEST()
[all …]
Dliteral_util.cc155 case PRED: in Zero()
196 case PRED: in One()
235 case PRED: in MinValue()
276 case PRED: in MaxValue()
325 ShapeUtil::MakeShape(PRED, {static_cast<int64>(values.bits())})); in CreateR1()
370 case PRED: in ReshapeSlice()
424 case PRED: in GetFirstScalarLiteral()
Dprimitive_util.h62 return PRED;
171 struct PrimitiveTypeToNative<PRED> {
/external/tensorflow/tensorflow/compiler/xla/service/
Dflatten_call_graph_test.cc85 HloInstruction::CreateCompare(ShapeUtil::MakeShape(PRED, {}), param0, in MakeConditionComputation()
159 0, ShapeUtil::MakeShape(PRED, {}), "param0")); in TEST_F()
163 ShapeUtil::MakeShape(PRED, {}), param0, false_constant, in TEST_F()
174 ShapeUtil::MakeShape(PRED, {}), cond_computation, cond_computation, in TEST_F()
Dcollective_ops_utils.cc43 (type == PRED && match_opcode(HloOpcode::kAnd))) { in MatchReductionComputation()
46 (type == PRED && match_opcode(HloOpcode::kOr))) { in MatchReductionComputation()
Dcall_inliner_test.cc81 const Shape pred = ShapeUtil::MakeShape(PRED, {}); in TEST_F()
122 const Shape pred = ShapeUtil::MakeShape(PRED, {}); in TEST_F()
147 const Shape pred = ShapeUtil::MakeShape(PRED, {}); in TEST_F()
/external/webp/src/dsp/
Dfilters_mips_dsp_r2.c109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument
111 const uint8_t* ppred = (uint8_t*)(PRED); \
168 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST) do { \ argument
176 : [pred]"r"((PRED)), [dst]"r"((DST)), [src]"r"((SRC)) \
/external/llvm-project/mlir/test/Dialect/SCF/
Dfor-loop-specialization.mlir28 // CHECK: [[PRED:%.*]] = cmpi "eq", [[MIN]], [[CST_1024]] : index
29 // CHECK: scf.if [[PRED]] {
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dtypes.py116 xla_data_pb2.PRED:
118 primitive_type=xla_data_pb2.PRED,
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dpred-sched.ll4 ; CHECK: p[[PRED:[0-3]]] = tstbit
5 ; CHECK: if (p[[PRED]].new)
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dmhlo_infer_shape_type_methods.mlir5 // CHECK-SAME: (%[[PRED:.*]]: tensor<2x?xi1>,
10 // CHECK: %[[DIM_AS_INDEX:.*]] = dim %[[PRED]], %[[C1]] : tensor<2x?xi1>
Dlhlo-legalize-select-and-scatter.mlir112 // to compute boolean PRED, whether the new value and ivs should replace the
123 // Compute PRED.
126 // CHECK: [[PRED:%.*]] = load [[PRED_BUF]][] : memref<i1>
129 // Depending on PRED, return ARG ivs & elem or current select ivs and value.
130 // CHECK: [[IF_PRED_RES:%.*]]:4 = scf.if [[PRED]]
/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc29 {{'b', 1}, PRED}, in DtypeToPrimitiveType()
55 case PRED: in PrimitiveTypeToDtype()
99 case PRED: in FormatDescriptorForPrimitiveType()
137 case PRED: in TypeDescriptorForPrimitiveType()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_infeed_test.cc201 {ShapeUtil::MakeShape(F32, {2}), ShapeUtil::MakeShape(PRED, {})}); in TEST_F()
203 {ShapeUtil::MakeShape(F32, {3}), ShapeUtil::MakeShape(PRED, {})}); in TEST_F()
205 {ShapeUtil::MakeShape(F32, {}), ShapeUtil::MakeShape(PRED, {})}); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtype_util.cc27 *type = xla::PRED; in DataTypeToPrimitiveType()
86 {xla::PRED, DT_BOOL}, in EncodePrimitiveTypeAsDataType()
/external/llvm-project/mlir/test/Dialect/Linalg/
Dconvert-elementwise-to-linalg.mlir46 // CHECK: ^bb0(%[[PRED:.*]]: i1, %[[TRUE_VAL:.*]]: i32, %[[FALSE_VAL:.*]]: i32):
47 // CHECK: select %[[PRED]], %[[TRUE_VAL]], %[[FALSE_VAL]] : i32
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dgather_scatter_handler.cc253 ShapeUtil::ChangeElementType(indices.base_shape(), PRED), indices.hlo(), in ParititonTrivialIndexedOperandDimension()
258 ShapeUtil::ChangeElementType(indices.base_shape(), PRED), in ParititonTrivialIndexedOperandDimension()
268 ShapeUtil::MakeShape(PRED, reduced_filter_dims), filter, in ParititonTrivialIndexedOperandDimension()
269 CreateR0WithType(PRED, false, b), {dnums.index_vector_dim()}, in ParititonTrivialIndexedOperandDimension()
270 MakeBinaryAdd(PRED, indices.state().module))); in ParititonTrivialIndexedOperandDimension()
279 ShapeUtil::ChangeElementType(pgather->shape(), PRED), filter, in ParititonTrivialIndexedOperandDimension()
591 ShapeUtil::MakeScalarShape(PRED), partition_id)); in HandleScatter()
593 ShapeUtil::ChangeElementType(identity->shape(), PRED), in HandleScatter()
/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc124 Shape condition_shape = ShapeUtil::MakeShape(xla::PRED, {}); in XLA_TEST_F()
125 Shape result_shape = ShapeUtil::MakeShape(xla::PRED, {}); in XLA_TEST_F()

1234567