/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | x86-shuffle-sink.ll | 12 ; CHECK: if_false: 16 br i1 %tst, label %if_true, label %if_false 21 if_false: 31 ; CHECK: if_false: 35 br i1 %tst, label %if_true, label %if_false 40 if_false: 50 ; CHECK: if_false: 54 br i1 %tst, label %if_true, label %if_false 59 if_false: 66 ; CHECK-AVX2: if_false: [all …]
|
/external/tensorflow/third_party/mkl/ |
D | build_defs.bzl | 17 def if_mkl(if_true, if_false = []): 22 if_false: expression to evaluate if building without MKL. 25 a select evaluating to either if_true or if_false as appropriate. 29 "//conditions:default": if_false, 32 def if_mkl_ml(if_true, if_false = []): 37 if_false: expression to evaluate if building without MKL-ML 41 a select evaluating to either if_true or if_false as appropriate. 44 str(Label("//third_party/mkl_dnn:build_with_mkl_dnn_only")): if_false, 46 "//conditions:default": if_false, 49 def if_mkl_ml_only(if_true, if_false = []): [all …]
|
/external/v8/src/compiler/ |
D | control-flow-optimizer.cc | 87 Node* if_false; in TryBuildSwitch() local 95 if_false = matcher.IfFalse(); in TryBuildSwitch() 97 auto it = if_false->uses().begin(); in TryBuildSwitch() 98 if (it == if_false->uses().end()) break; in TryBuildSwitch() 102 if (it != if_false->uses().end()) break; in TryBuildSwitch() 117 if_false->NullAllInputs(); in TryBuildSwitch() 137 if_false->ReplaceInput(0, node); in TryBuildSwitch() 138 NodeProperties::ChangeOp(if_false, common()->IfDefault()); in TryBuildSwitch() 139 Enqueue(if_false); in TryBuildSwitch()
|
D | diamond.h | 22 Node* if_false; member 31 if_false = graph->NewNode(common->IfFalse(), branch); 32 merge = graph->NewNode(common->Merge(2), if_true, if_false); 47 branch->ReplaceInput(1, that.if_false); in Nest()
|
D | common-operator-reducer.cc | 188 Node* if_false = node->InputAt(1); in ReduceMerge() local 189 if (if_true->opcode() != IrOpcode::kIfTrue) std::swap(if_true, if_false); in ReduceMerge() 191 if_false->opcode() == IrOpcode::kIfFalse && in ReduceMerge() 192 if_true->InputAt(0) == if_false->InputAt(0) && if_true->OwnedBy(node) && in ReduceMerge() 193 if_false->OwnedBy(node)) { in ReduceMerge() 196 DCHECK(branch->OwnedBy(if_true, if_false)); in ReduceMerge() 246 Node* if_false = merge_inputs[1]; in ReducePhi() local 248 std::swap(if_true, if_false); in ReducePhi() 252 if_false->opcode() == IrOpcode::kIfFalse && in ReducePhi() 253 if_true->InputAt(0) == if_false->InputAt(0)) { in ReducePhi()
|
D | graph-assembler.h | 354 GraphAssemblerLabel<0u>* if_false); 359 GraphAssemblerLabel<sizeof...(Vars)>* if_false, Vars...); 364 GraphAssemblerLabel<sizeof...(Vars)>* if_false, 509 GraphAssemblerLabel<sizeof...(Vars)>* if_false, 682 GraphAssemblerLabel<sizeof...(Vars)>* if_false, in Branch() argument 685 if (if_true->IsDeferred() != if_false->IsDeferred()) { in Branch() 686 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in Branch() 689 BranchImpl(condition, if_true, if_false, hint, IsSafetyCheck::kNoSafetyCheck, in Branch() 696 GraphAssemblerLabel<sizeof...(Vars)>* if_false, BranchHint hint, in BranchWithHint() argument 698 BranchImpl(condition, if_true, if_false, hint, IsSafetyCheck::kNoSafetyCheck, in BranchWithHint() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | x86-shuffle-sink.ll | 16 ; CHECK: if_false: 21 br i1 %tst, label %if_true, label %if_false 26 if_false: 37 ; CHECK-SSE2: if_false: 47 ; CHECK-XOP: if_false: 56 ; CHECK-AVX2: if_false: 66 ; CHECK-AVX512BW: if_false: 71 br i1 %tst, label %if_true, label %if_false 76 if_false: 87 ; CHECK: if_false: [all …]
|
/external/tensorflow/third_party/mkl_dnn/ |
D | build_defs.bzl | 1 def if_mkl_open_source_only(if_true, if_false = []): 9 evaluates to if_false. 14 "//conditions:default": if_false, 17 def if_mkl_v1_open_source_only(if_true, if_false = []): 25 select statement evaluates to if_false. 30 "//conditions:default": if_false,
|
/external/tensorflow/third_party/gpus/cuda/ |
D | build_defs.bzl.tpl | 2 def if_cuda(if_true, if_false = []): 6 with CUDA enabled. Otherwise, the select statement evaluates to if_false. 12 "//conditions:default": if_false, 15 def if_cuda_clang(if_true, if_false = []): 19 with cuda-clang. Otherwise, the select statement evaluates to if_false. 24 "//conditions:default": if_false
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/cuda10.0-cudnn7/cuda/ |
D | build_defs.bzl | 2 def if_cuda(if_true, if_false = []): 6 with CUDA enabled. Otherwise, the select statement evaluates to if_false. 12 "//conditions:default": if_false, 15 def if_cuda_clang(if_true, if_false = []): 19 with cuda-clang. Otherwise, the select statement evaluates to if_false. 24 "//conditions:default": if_false,
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/cuda10.1-cudnn7/cuda/ |
D | build_defs.bzl | 2 def if_cuda(if_true, if_false = []): 6 with CUDA enabled. Otherwise, the select statement evaluates to if_false. 12 "//conditions:default": if_false, 15 def if_cuda_clang(if_true, if_false = []): 19 with cuda-clang. Otherwise, the select statement evaluates to if_false. 24 "//conditions:default": if_false,
|
/external/grpc-grpc/src/compiler/ |
D | objective_c_generator_helpers.h | 71 const ::grpc::string& if_false) { in PreprocIfElse() 73 if_true + "#else\n" + if_false + "#endif\n"); in PreprocIfElse() 78 const ::grpc::string& if_false) { in PreprocIfNotElse() 80 if_true + "#else\n" + if_false + "#endif\n"); in PreprocIfNotElse()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | cond_test.py | 115 def if_false(): function 119 constant_op.constant(True), if_true, if_false) 145 def if_false(): function 149 constant_op.constant(True), if_true, if_false) 172 def if_false(): function 176 constant_op.constant(True), if_true, if_false) 205 def if_false(): function 208 return control_flow_ops.cond(condition, if_true, if_false)
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/rocm/rocm/ |
D | build_defs.bzl | 2 def if_rocm(if_true, if_false = []): 6 with ROCm enabled. Otherwise, the select statement evaluates to if_false. 11 "//conditions:default": if_false,
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1250 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1251 BranchIfToBooleanIsTrue(value, &if_true, &if_false); in IGNITION_HANDLER() 1257 BIND(&if_false); in IGNITION_HANDLER() 1274 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1277 Branch(TaggedEqual(value, true_value), &if_true, &if_false); in IGNITION_HANDLER() 1283 BIND(&if_false); in IGNITION_HANDLER() 1788 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1801 Goto(&if_false); in IGNITION_HANDLER() 1806 GotoIf(TaggedIsSmi(object), &if_false); in IGNITION_HANDLER() 1807 Branch(IsString(CAST(object)), &if_true, &if_false); in IGNITION_HANDLER() [all …]
|
/external/v8/src/builtins/ |
D | builtins-collections-gen.h | 16 compiler::CodeAssemblerLabel* if_false); 21 compiler::CodeAssemblerLabel* if_false);
|
D | builtins-collections-gen.cc | 595 Label* if_false); 603 Label* if_false); 730 void BranchIfMapIteratorProtectorValid(Label* if_true, Label* if_false); 731 void BranchIfSetIteratorProtectorValid(Label* if_true, Label* if_false); 953 Label* if_true, Label* if_false) { in BranchIfMapIteratorProtectorValid() argument 959 if_true, if_false); in BranchIfMapIteratorProtectorValid() 966 Label* if_false) { in BranchIfIterableWithOriginalKeyOrValueMapIterator() argument 970 GotoIf(TaggedIsSmi(iterator), if_false); in BranchIfIterableWithOriginalKeyOrValueMapIterator() 976 &if_key_or_value_iterator, if_false); in BranchIfIterableWithOriginalKeyOrValueMapIterator() 982 GotoIfNot(TaggedEqual(index, SmiConstant(0)), if_false); in BranchIfIterableWithOriginalKeyOrValueMapIterator() [all …]
|
/external/v8/src/torque/ |
D | instructions.h | 527 block_list->push_back(if_false); in AppendSuccessorBlocks() 530 BranchInstruction(Block* if_true, Block* if_false) in BranchInstruction() 531 : if_true(if_true), if_false(if_false) {} in BranchInstruction() 534 Block* if_false; member 542 block_list->push_back(if_false); in AppendSuccessorBlocks() 546 Block* if_false) in ConstexprBranchInstruction() 547 : condition(condition), if_true(if_true), if_false(if_false) {} in ConstexprBranchInstruction() 551 Block* if_false; member
|
/external/tensorflow/third_party/toolchains/preconfig/centos6/cuda10.1-cudnn7/cuda/ |
D | build_defs.bzl | 3 def if_cuda(if_true, if_false = []): 7 with CUDA enabled. Otherwise, the select statement evaluates to if_false. 13 "//conditions:default": if_false,
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu14.04/cuda10.0-cudnn7/cuda/ |
D | build_defs.bzl | 2 def if_cuda(if_true, if_false = []): 6 with CUDA enabled. Otherwise, the select statement evaluates to if_false. 12 "//conditions:default": if_false,
|
/external/tensorflow/third_party/toolchains/preconfig/centos6/cuda10.0-cudnn7/cuda/ |
D | build_defs.bzl | 2 def if_cuda(if_true, if_false = []): 6 with CUDA enabled. Otherwise, the select statement evaluates to if_false. 12 "//conditions:default": if_false,
|
/external/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef 68 EXPECT_FALSE(if_false::value); in TEST()
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/tensorrt5.1/ |
D | build_defs.bzl | 3 def if_tensorrt(if_true, if_false = []):
|
/external/tensorflow/third_party/toolchains/preconfig/centos6/tensorrt5/ |
D | build_defs.bzl | 3 def if_tensorrt(if_true, if_false = []):
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/tensorrt6.0/ |
D | build_defs.bzl | 3 def if_tensorrt(if_true, if_false = []):
|