Searched refs:kIdempotent (Results 1 – 15 of 15) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | value-numbering-reducer-unittest.cc | 25 static const TestOperator kOp0(0, Operator::kIdempotent, 0, 1); 26 static const TestOperator kOp1(1, Operator::kIdempotent, 1, 1); 78 new (zone()) TestOperator(opcode, Operator::kIdempotent, 0, 1)); in TEST_F() 82 Operator::kIdempotent, input_count, 1); in TEST_F() 88 Operator::kIdempotent, input_count, 1); in TEST_F() 103 new (zone()) TestOperator(opcode, Operator::kIdempotent, 0, 1)); in TEST_F() 106 const TestOperator op1(1, Operator::kIdempotent, input_count, 1); in TEST_F()
|
/external/openfst/src/include/fst/ |
D | weight.h | 106 const uint64 kIdempotent = 0x0000000000000008ULL; variable 136 if (!(W::Properties() & kIdempotent)) { in NaturalLess()
|
D | randequivalent.h | 86 if (!(Weight::Properties() & kIdempotent) && 96 if (!(Weight::Properties() & kIdempotent) &&
|
D | product-weight.h | 77 kCommutative | kIdempotent); in Properties()
|
D | expectation-weight.h | 112 kCommutative | kIdempotent); in Properties()
|
D | lexicographic-weight.h | 116 kIdempotent | kCommutative); in Properties()
|
D | power-weight.h | 84 kCommutative | kIdempotent); in Properties()
|
D | float-weight.h | 234 kPath | kIdempotent; in Properties() 494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath; in Properties()
|
D | queue.h | 557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) { in AutoQueue() 715 if (!(Weight::Properties() & kIdempotent) || in SccQueueType() 723 if (!(Weight::Properties() & kIdempotent) || in SccQueueType()
|
D | sparse-power-weight.h | 136 kCommutative | kIdempotent); in Properties()
|
D | string-weight.h | 126 kLeftSemiring : kRightSemiring) | kIdempotent; in Properties()
|
/external/v8/src/compiler/ |
D | operator.h | 41 kIdempotent = 1 << 2, // OP(a); OP(a) == OP(a). enumerator 50 kPure = kNoDeopt | kNoRead | kNoWrite | kNoThrow | kIdempotent
|
D | value-numbering-reducer.cc | 53 if (!node->op()->HasProperty(Operator::kIdempotent)) return NoChange(); in Reduce()
|
/external/openfst/src/test/ |
D | weight-tester.h | 114 if (Weight::Properties() & kIdempotent) in TestSemiring()
|
D | algo_test.h | 597 (tprops & kAcyclic || wprops & kIdempotent)) { in TestOptimize() 654 if (n && (wprops & kIdempotent) == kIdempotent && in TestOptimize() 690 if ((wprops & kIdempotent) || (tprops & kAcyclic)) { in TestOptimize()
|