/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_simplifier.cc | 41 static StatusOr<bool> TryRemoveConditional(HloInstruction* conditional) { in TryRemoveConditional() argument 42 CHECK_EQ(conditional->opcode(), HloOpcode::kConditional); in TryRemoveConditional() 45 if (!conditional->parent()->IsRemovable(conditional) || in TryRemoveConditional() 46 conditional->HasSideEffect()) { in TryRemoveConditional() 49 << conditional->ToShortString(); in TryRemoveConditional() 55 if (conditional->branch_count() > 1) { in TryRemoveConditional() 56 if (conditional->operand(0)->opcode() != HloOpcode::kConstant) { in TryRemoveConditional() 59 << conditional->ToShortString(); in TryRemoveConditional() 63 if (conditional->operand(0)->shape().element_type() == PRED) { in TryRemoveConditional() 64 branch_index = conditional->operand(0)->literal().Get<bool>({}) ? 0 : 1; in TryRemoveConditional() [all …]
|
D | conditional_simplifier_test.cc | 121 auto* conditional = computation->root_instruction(); in TEST_F() local 122 ASSERT_EQ(conditional->opcode(), HloOpcode::kConditional); in TEST_F() 124 auto* true_computation = conditional->true_computation(); in TEST_F() 137 auto* conditional = computation->root_instruction(); in TEST_F() local 138 ASSERT_EQ(conditional->opcode(), HloOpcode::kConditional); in TEST_F() 140 auto* true_computation = conditional->true_computation(); in TEST_F() 151 auto* conditional = computation->root_instruction(); in TEST_F() local 152 ASSERT_EQ(conditional->opcode(), HloOpcode::kConditional); in TEST_F() 153 auto* false_computation = conditional->false_computation(); in TEST_F()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | call-04.ll | 1 ; Test conditional sibling calls. 11 ; Check a conditional sibling call. 29 ; Check a conditional sibling call when there are two possibilities. 47 ; Check a conditional sibling call with an argument - not supported. 65 ; Check a conditional sibling call - unsigned compare. 83 ; Check a conditional sibling call - 64-bit compare. 101 ; Check a conditional sibling call - unsigned 64-bit compare. 119 ; Check a conditional sibling call - less-equal compare. 137 ; Check a conditional sibling call - high compare. 155 ; Check a conditional sibling call - high-equal compare. [all …]
|
D | call-05.ll | 1 ; Test conditional sibling calls. 11 ; Check a conditional sibling call. 29 ; Check a conditional sibling call when there are two possibilities. 48 ; Check a conditional sibling call with an argument - not supported. 67 ; Check a conditional sibling call - unsigned compare. 85 ; Check a conditional sibling call - 64-bit compare. 103 ; Check a conditional sibling call - unsigned 64-bit compare. 121 ; Check a conditional sibling call - less-equal compare. 139 ; Check a conditional sibling call - high compare. 157 ; Check a conditional sibling call - high-equal compare. [all …]
|
D | trap-01.ll | 1 ; Test traps and conditional traps 17 ; Check conditional compare immediate and trap 35 ; Check conditional compare grande immediate and trap 53 ; Check conditional compare logical immediate and trap 71 ; Check conditional compare grande logical immediate and trap 89 ; Check conditional compare and trap 107 ; Check conditional compare grande and trap 125 ; Check conditional compare logical and trap 143 ; Check conditional compare logical grande and trap 161 ; Check conditional traps that don't have a valid Compare and Trap
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | call-04.ll | 1 ; Test conditional sibling calls. 11 ; Check a conditional sibling call. 29 ; Check a conditional sibling call when there are two possibilities. 47 ; Check a conditional sibling call with an argument - not supported. 65 ; Check a conditional sibling call - unsigned compare. 83 ; Check a conditional sibling call - 64-bit compare. 101 ; Check a conditional sibling call - unsigned 64-bit compare. 119 ; Check a conditional sibling call - less-equal compare. 137 ; Check a conditional sibling call - high compare. 155 ; Check a conditional sibling call - high-equal compare. [all …]
|
D | call-05.ll | 1 ; Test conditional sibling calls. 11 ; Check a conditional sibling call. 29 ; Check a conditional sibling call when there are two possibilities. 48 ; Check a conditional sibling call with an argument - not supported. 67 ; Check a conditional sibling call - unsigned compare. 85 ; Check a conditional sibling call - 64-bit compare. 103 ; Check a conditional sibling call - unsigned 64-bit compare. 121 ; Check a conditional sibling call - less-equal compare. 139 ; Check a conditional sibling call - high compare. 157 ; Check a conditional sibling call - high-equal compare. [all …]
|
D | trap-01.ll | 1 ; Test traps and conditional traps 17 ; Check conditional compare immediate and trap 35 ; Check conditional compare grande immediate and trap 53 ; Check conditional compare logical immediate and trap 71 ; Check conditional compare grande logical immediate and trap 89 ; Check conditional compare and trap 107 ; Check conditional compare grande and trap 125 ; Check conditional compare logical and trap 143 ; Check conditional compare logical grande and trap 161 ; Check conditional traps that don't have a valid Compare and Trap
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | ConcreteSyntaxModel.java | 117 …CsmElement.conditional(ObservableProperty.DEFAULT_VALUE, IS_PRESENT, CsmElement.sequence(CsmElemen… in concreteSyntaxModelByClass.put() 125 …conditional(ObservableProperty.INTERFACE, FLAG, token(GeneratedJavaParserConstants.INTERFACE), tok… in concreteSyntaxModelByClass.put() 160 …conditional(CLASS_BODY, IS_NOT_EMPTY, sequence(space(), token(GeneratedJavaParserConstants.LBRACE)… in concreteSyntaxModelByClass.put() 186 conditional(ObservableProperty.MEMBERS, IS_EMPTY, in concreteSyntaxModelByClass.put() 187 conditional(ObservableProperty.ENTRIES, IS_NOT_EMPTY, newline()), in concreteSyntaxModelByClass.put() 198 …conditional(ObservableProperty.VARIABLES, IS_NOT_EMPTY, child(ObservableProperty.MAXIMUM_COMMON_TY… in concreteSyntaxModelByClass.put() 205 …conditional(ObservableProperty.STATIC, FLAG, sequence(token(GeneratedJavaParserConstants.STATIC), … in concreteSyntaxModelByClass.put() 217 …conditional(ObservableProperty.RECEIVER_PARAMETER, IS_PRESENT, sequence(child(ObservableProperty.R… in concreteSyntaxModelByClass.put() 221 …conditional(ObservableProperty.BODY, IS_PRESENT, sequence(space(), child(ObservableProperty.BODY))… in concreteSyntaxModelByClass.put() 229 conditional(ObservableProperty.VAR_ARGS, FLAG, CsmElement.sequence( in concreteSyntaxModelByClass.put() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.isfinite.frag.out | 11 0:8 Negate conditional ( temp bool) 19 0:8 Negate conditional ( temp bool) 22 0:8 Negate conditional ( temp bool) 36 0:13 Negate conditional ( temp bool) 39 0:13 Negate conditional ( temp bool) 50 0:14 Negate conditional ( temp 2-component vector of bool) 53 0:14 Negate conditional ( temp 2-component vector of bool) 64 0:15 Negate conditional ( temp 3-component vector of bool) 67 0:15 Negate conditional ( temp 3-component vector of bool) 99 0:8 Negate conditional ( temp bool) [all …]
|
D | hlsl.logical.unary.frag.out | 8 0:13 Negate conditional ( temp bool) 14 0:14 Negate conditional ( temp 4-component vector of bool) 20 0:16 Negate conditional ( temp bool) 26 0:17 Negate conditional ( temp 4-component vector of bool) 50 0:21 Negate conditional ( temp bool) 59 0:22 Negate conditional ( temp bool) 102 0:13 Negate conditional ( temp bool) 108 0:14 Negate conditional ( temp 4-component vector of bool) 114 0:16 Negate conditional ( temp bool) 120 0:17 Negate conditional ( temp 4-component vector of bool) [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | TracedBranchUnit.java | 42 int conditional) in branchConditionally() argument 44 if (conditional == Value.ALWAYS) in branchConditionally() 49 else if (conditional != Value.NEVER) in branchConditionally() 52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional); in branchConditionally()
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
D | make_unsigned.pass.cpp | 59 …test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::… in main() 60 …test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const… in main() 61 …test_make_unsigned<const Enum, std::conditional<sizeof(Enum) == sizeof(int), const unsigned int, c… in main() 63 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> (); in main()
|
D | make_signed.pass.cpp | 59 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >(); in main() 60 …test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::t… in main() 61 …test_make_signed< const Enum, std::conditional<sizeof(Enum) == sizeof(int), const int, const signe… in main() 62 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >(); in main()
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 19 GL 3 conditional render 56 overlap conditions. Each query test renders a scene with one conditional 58 previously GL controlled conditional render call controlled by the test. 61 conditional call indicated by the test name. The occlusion query used in 69 before the conditional clear. 72 rendering the occlusion geometry. After the conditional depth/stencil clear 81 (read & write) FBO between the occludion query and the conditional rendering.
|
D | stress.conditional_render.txt | 19 GL3 conditional render stress tests 26 + Query and conditional geometry significantly apart 33 Conditional rendering stress tests use a large number of conditional rendering 38 the same scene with geometry culled either by conditional rendering or the 42 conditional rendering is done.
|
/external/libopus/silk/ |
D | gain_quant.c | 43 …const opus_int conditional, /* I first gain is delta coded if 1… in silk_gains_quant() argument 60 if( k == 0 && conditional == 0 ) { in silk_gains_quant() 98 …const opus_int conditional, /* I first gain is delta coded if 1… in silk_gains_dequant() argument 105 if( k == 0 && conditional == 0 ) { in silk_gains_dequant()
|
/external/gemmlowp/internal/ |
D | simd_wrappers_neon.h | 32 typename std::conditional<ScalarCount >= 4, Int32x4, std::int32_t>::type; 37 using Type = typename std::conditional< 39 typename std::conditional<ScalarCount >= 4, Int16x4, 45 using Type = typename std::conditional< 47 typename std::conditional<ScalarCount >= 4, std::uint32_t,
|
D | simd_wrappers_sse.h | 31 typename std::conditional<ScalarCount >= 4, Int32x4, std::int32_t>::type; 37 typename std::conditional<ScalarCount >= 8, Int16x8, std::int16_t>::type; 42 using Type = typename std::conditional< 44 typename std::conditional<ScalarCount >= 4, std::uint32_t,
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
D | rx-error.hpp | 118 …-> decltype(detail::make_error<T>(typename std::conditional<std::is_same<rxu::error_ptr, rxu::deca… in error() 119 …return detail::make_error<T>(typename std::conditional<std::is_same<rxu::error_ptr, rxu::deca… in error() 125 …-> decltype(detail::make_error<T>(typename std::conditional<std::is_same<rxu::error_ptr, rxu::deca… in error() 126 …return detail::make_error<T>(typename std::conditional<std::is_same<rxu::error_ptr, rxu::deca… in error()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | Graph.h | 130 typename T = typename std::conditional<IsConst, const EdgeValueType, 137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type; 203 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; 205 typename std::conditional<isConst, const EdgeMapT, EdgeMapT>::type; 276 using iterator = typename std::conditional<isConst, ConstVertexIterator, 279 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; 313 using iterator = typename std::conditional<isConst, ConstEdgeIterator, 316 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type;
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | conditional.pass.cpp | 20 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), ""); in main() 21 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), ""); in main()
|
/external/eigen/Eigen/src/plugins/ |
D | CommonCwiseUnaryOps.h | 16 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex, 21 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex, 26 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_clip_unfilled.c | 95 GLuint conditional; in cull_direction() local 101 conditional = BRW_CONDITIONAL_GE; in cull_direction() 103 conditional = BRW_CONDITIONAL_L; in cull_direction() 107 conditional, in cull_direction() 123 GLuint conditional; in copy_bfc() local 138 conditional = BRW_CONDITIONAL_GE; in copy_bfc() 140 conditional = BRW_CONDITIONAL_L; in copy_bfc() 144 conditional, in copy_bfc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/AArch64/ |
D | reloc-errors.s | 3 ; CHECK: error: conditional branch requires assembler-local label. 'external' is external. 6 ; CHECK: error: Invalid relocation on conditional branch
|