Home
last modified time | relevance | path

Searched full:conditional (Results 1 – 25 of 2906) sorted by relevance

12345678910>>...117

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc35 // Tries to replace a conditional with a call operation of the corresponding
36 // computation. If the given conditional has a constant branch_index, tries to
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()
47 VLOG(2) << "Not attempting to remove conditional as it is not removable or " in TryRemoveConditional()
49 << conditional->ToShortString(); in TryRemoveConditional()
53 // We can always inline a 1-branch conditional due to default branch fallback. in TryRemoveConditional()
55 if (conditional->branch_count() > 1) { in TryRemoveConditional()
[all …]
Dconditional_simplifier_test.cc42 // Makes a computation that contains a conditional with constant predicate.
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/
Dcall-05.ll1 ; 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 …]
Dcall-04.ll1 ; 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 …]
Dtrap-01.ll1 ; 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/
Dcall-05.ll1 ; 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 …]
Dcall-04.ll1 ; 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 …]
Dtrap-01.ll1 ; 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/wpa_supplicant_8/src/utils/
Dwpa_debug.h21 /* Debugging function - conditional printf and hex dump. Driver wrappers can
65 * wpa_printf - conditional printf
69 * This function is used to print conditional debugging and error messages. The
79 * wpa_hexdump - conditional hex dump
85 * This function is used to print conditional debugging and error messages. The
99 * wpa_hexdump_key - conditional hex dump, hide keys
105 * This function is used to print conditional debugging and error messages. The
121 * wpa_hexdump_ascii - conditional hex dump
127 * This function is used to print conditional debugging and error messages. The
137 * wpa_hexdump_ascii_key - conditional hex dump, hide keys
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java117 …CsmElement.conditional(ObservableProperty.DEFAULT_VALUE, IS_PRESENT, CsmElement.sequence(CsmElemen… in concreteSyntaxModelByClass.put()
125conditional(ObservableProperty.INTERFACE, FLAG, token(GeneratedJavaParserConstants.INTERFACE), tok… in concreteSyntaxModelByClass.put()
160conditional(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()
198conditional(ObservableProperty.VARIABLES, IS_NOT_EMPTY, child(ObservableProperty.MAXIMUM_COMMON_TY… in concreteSyntaxModelByClass.put()
205conditional(ObservableProperty.STATIC, FLAG, sequence(token(GeneratedJavaParserConstants.STATIC), … in concreteSyntaxModelByClass.put()
217conditional(ObservableProperty.RECEIVER_PARAMETER, IS_PRESENT, sequence(child(ObservableProperty.R… in concreteSyntaxModelByClass.put()
221conditional(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/llvm/include/llvm/MC/MCParser/
DAsmCond.h1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===//
15 /// AsmCond - Class to support conditional assembly
17 /// The conditional assembly feature (.if, .else, .elseif and .endif) is
20 /// the block of code in the middle of a conditional.
25 NoCond, // no conditional is being processed
26 IfCond, // inside if conditional
27 ElseIfCond, // inside elseif conditional
28 ElseCond // inside else conditional
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DAsmCond.h1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===//
15 /// AsmCond - Class to support conditional assembly
17 /// The conditional assembly feature (.if, .else, .elseif and .endif) is
20 /// the block of code in the middle of a conditional.
25 NoCond, // no conditional is being processed
26 IfCond, // inside if conditional
27 ElseIfCond, // inside elseif conditional
28 ElseCond // inside else conditional
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DAsmCond.h1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===//
15 /// AsmCond - Class to support conditional assembly
17 /// The conditional assembly feature (.if, .else, .elseif and .endif) is
20 /// the block of code in the middle of a conditional.
25 NoCond, // no conditional is being processed
26 IfCond, // inside if conditional
27 ElseIfCond, // inside elseif conditional
28 ElseCond // inside else conditional
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc173 // Test fixture to run indexed conditional (switch/case) tests with varying
186 Conditional(pred, operands, true_computation, operands, false_computation); in XLA_TEST_F()
211 Conditional(branch_index, branches_p, operands); in XLA_TEST_P()
229 Conditional(pred, operand1, identity, operand2, identity); in XLA_TEST_F()
264 Conditional(branch_index, branches_p, operands); in XLA_TEST_P()
273 // Test conditional with two different computations in the true and false cases
281 Conditional(pred, operand1, CreateR0CeilComputation(), operand2, in XLA_TEST_F()
287 // Test conditional with two different computations in the true and false cases
294 Conditional(pred, operand, CreateR0CeilComputation(), operand, in XLA_TEST_F()
300 // Test conditional with the same computation in the true and false cases but
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.isfinite.frag.out11 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 …]
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt19 GL 3 conditional render
55 Conditional rendering is tested with various depth function/primitive
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.
Dstress.conditional_render.txt19 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/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1.py649 u'Makes the return of the bucket metadata conditional on whether the '
655 u'Makes the return of the bucket metadata conditional on whether the '
673 conditional on whether the bucket's current metageneration matches the
676 conditional on whether the bucket's current metageneration does not
863 u'Makes the return of the bucket metadata conditional on whether the '
869 u'Makes the return of the bucket metadata conditional on whether the '
901 conditional on whether the bucket's current metageneration matches the
904 conditional on whether the bucket's current metageneration does not
1009 u'Makes the return of the bucket metadata conditional on whether the '
1015 u'Makes the return of the bucket metadata conditional on whether the '
[all …]
Dstorage_v1_messages.py936 ifMetagenerationMatch: Makes the return of the bucket metadata conditional
939 conditional on whether the bucket's current metageneration does not
1091 ifMetagenerationMatch: Makes the return of the bucket metadata conditional
1094 conditional on whether the bucket's current metageneration does not
1202 ifMetagenerationMatch: Makes the return of the bucket metadata conditional
1205 conditional on whether the bucket's current metageneration does not
1502 ifGenerationMatch: Makes the operation conditional on whether the object's
1504 ifMetagenerationMatch: Makes the operation conditional on whether the
1559 ifGenerationMatch: Makes the operation conditional on whether the
1561 ifGenerationNotMatch: Makes the operation conditional on whether the
[all …]
/external/libhevc/encoder/
Dosal_cond_var.c26 /* definitions required to operate on Conditional */
68 /* Description : This function initializes the conditional variable and */
77 /* conditional variable. */
81 /* Returns : On SUCCESS - Handle to Conditional Varaible */
137 /* Inputs : Conditional Variable handle */
186 /* Description : This function waits infinitely on conditional varaiable. */
188 /* Inputs : Conditional Variable handle */
193 /* Processing : This function waits on Conditional variable signal. Till */
196 /* Outputs : Status of wait on conditional variable */
227 /* Description : This function signals on a conditional variable. */
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.h57 // Does this conditional branch look like it's used for CFI protection? i.e.
74 // - [conditional branch node {target|fallthrough}, base address)
85 // A list of top-level conditional branches that exist at the top of any
91 // conditional branch.
111 // these XRefs are conditional branches, it will build the other potential
124 // conditional branch node to an undefined instruction. The provided
125 // conditional branch node must have exactly one of its subtrees set, and will
/external/selinux/libsepol/tests/
Dtest-linker-cond-map.c27 #include <sepol/policydb/conditional.h>
35 * - conditional expression is correct
101 /* conditional expression mapped correctly */ in base_cond_tests()
111 /* conditional expression mapped correctly */ in base_cond_tests()
129 /* conditional expression mapped correctly */ in module_cond_tests()
139 /* conditional expression mapped correctly */ in module_cond_tests()
151 /* conditional expression mapped correctly */ in module_cond_tests()
/external/clang/test/CodeGen/
Dblockstret.c52 void (*copy)(void *dst, void *src); // conditional on BLOCK_HAS_COPY_DISPOSE
53 void (*dispose)(void *); // conditional on BLOCK_HAS_COPY_DISPOSE
54 const char *signature; // conditional on BLOCK_HAS_OBJC
55 const char *layout; // conditional on BLOCK_HAS_OBJC
60 const char *signature; // conditional on BLOCK_HAS_OBJC
61 const char *layout; // conditional on BLOCK_HAS_OBJC
Dblocksignature.c43 void (*copy)(void *dst, void *src); // conditional on BLOCK_HAS_COPY_DISPOSE
44 void (*dispose)(void *); // conditional on BLOCK_HAS_COPY_DISPOSE
45 const char *signature; // conditional on BLOCK_HAS_OBJC
46 const char *layout; // conditional on BLOCK_HAS_OBJC
51 const char *signature; // conditional on BLOCK_HAS_OBJC
52 const char *layout; // conditional on BLOCK_HAS_OBJC
/external/selinux/libsepol/include/sepol/policydb/
Dconditional.h35 /* this is the max unique bools in a conditional expression
44 * A conditional expression is a list of operators and operands
63 * depending on the current value of the conditional expression. This
72 * A cond node represents a conditional block in a policy. It
73 * contains a conditional expression, the current state of the expression,
92 /* a tunable conditional, calculated and used at expansion */

12345678910>>...117