| /external/tensorflow/tensorflow/compiler/tests/ |
| D | cond_test.py | 115 def if_false(): function 145 def if_false(): function 172 def if_false(): function 205 def if_false(): function
|
| /external/grpc-grpc/src/compiler/ |
| D | objective_c_generator_helpers.h | 69 inline ::grpc::string PreprocIfElse(const ::grpc::string& symbol, in PreprocIfElse() 76 inline ::grpc::string PreprocIfNotElse(const ::grpc::string& symbol, in PreprocIfNotElse()
|
| /external/v8/src/compiler/ |
| D | diamond.h | 22 Node* if_false; member
|
| D | control-flow-optimizer.cc | 87 Node* if_false; in TryBuildSwitch() local
|
| D | common-operator-reducer.cc | 188 Node* if_false = node->InputAt(1); in ReduceMerge() local 246 Node* if_false = merge_inputs[1]; in ReducePhi() local
|
| D | graph-assembler.h | 682 GraphAssemblerLabel<sizeof...(Vars)>* if_false, in Branch() 696 GraphAssemblerLabel<sizeof...(Vars)>* if_false, BranchHint hint, in BranchWithHint() 705 GraphAssemblerLabel<sizeof...(Vars)>* if_false, in BranchImpl()
|
| D | js-native-context-specialization.cc | 1258 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess() local 2823 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local 2894 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local 3054 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local 3113 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local 3254 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local 3317 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildIndexedStringLoad() local
|
| D | js-typed-lowering.cc | 611 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSAdd() local 1120 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSToObject() local 1920 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSCall() local 2042 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSCall() local
|
| D | js-intrinsic-lowering.cc | 248 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType() local
|
| D | js-call-reducer.cc | 144 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() local 211 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in Value() local 3067 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceReflectGet() local 3139 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceReflectHas() local 4911 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringPrototypeSubstr() local 4964 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringPrototypeSubstr() local 5052 Node** if_true, Node** if_false) { in CheckIfElementsKind() 5280 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayPrototypePop() local 5945 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayIteratorPrototypeNext() local 6069 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringPrototypeStartsWith() local [all …]
|
| D | code-assembler.h | 671 CodeAssemblerParameterizedLabel<T...>* if_false, Args... args) { in Branch() 680 CodeAssemblerParameterizedLabel<U...>* if_false, in Branch()
|
| D | graph-assembler.cc | 845 GraphAssemblerLabel<0u>* if_false) { in BranchWithCriticalSafetyCheck()
|
| D | js-generic-lowering.cc | 1365 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in LowerJSStackCheck() local
|
| /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
|
| /external/v8/src/codegen/ |
| D | code-stub-assembler.h | 931 Label* if_false) { in BranchIfSmiEqual() 936 Label* if_false) { in BranchIfSmiLessThan() 941 Label* if_false) { in BranchIfSmiLessThanOrEqual() 946 Label* if_false) { in BranchIfFloat64IsNaN() 957 void BranchIfToBooleanIsFalse(SloppyTNode<Object> value, Label* if_false, in BranchIfToBooleanIsFalse() 3280 Label* if_true, Label* if_false) { in BranchIfNumberEqual() 3286 Label* if_true, Label* if_false) { in BranchIfNumberNotEqual() 3291 Label* if_true, Label* if_false) { in BranchIfNumberLessThan() 3297 Label* if_true, Label* if_false) { in BranchIfNumberLessThanOrEqual() 3303 Label* if_true, Label* if_false) { in BranchIfNumberGreaterThan() [all …]
|
| D | code-stub-assembler.cc | 1059 Label* if_true, Label* if_false) { in BranchIfJSReceiver() 1318 Label* if_false) { in BranchIfToBooleanIsTrue() 2655 Label* if_true, Label* if_false) { in BranchIfHasPrototypeProperty() 10505 Label* if_false) { in BranchIfNumberRelationalComparison() 10600 Label if_false(this); in GotoIfNumberGreaterThanOrEqual() local 11973 Label* if_true, Label* if_false, in BranchIfSameValue() 12070 Label* if_false) { in BranchIfSameNumberValue()
|
| /external/v8/src/torque/ |
| D | cfg.cc | 99 void CfgAssembler::Branch(Block* if_true, Block* if_false) { in Branch()
|
| D | instructions.h | 534 Block* if_false; member 551 Block* if_false; member
|
| D | ast.h | 447 Expression* if_false; member 693 base::Optional<Statement*> if_false; member
|
| D | torque-parser.cc | 1244 auto if_false = child_results->NextAs<base::Optional<Statement*>>(); in MakeIfStatement() local 1886 auto if_false = child_results->NextAs<Expression*>(); in MakeConditionalExpression() local
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | cond_v2_test.py | 1109 def if_false(): function 1136 def if_false(): function
|
| /external/v8/src/builtins/ |
| D | builtins-internal-gen.cc | 689 Label if_true(this), if_false(this); in TF_BUILTIN() local 704 Label if_true(this), if_false(this); in TF_BUILTIN() local 718 Label if_true(this), if_false(this); in TF_BUILTIN() local
|
| D | builtins-collections-gen.cc | 953 Label* if_true, Label* if_false) { in BranchIfMapIteratorProtectorValid() 966 Label* if_false) { in BranchIfIterableWithOriginalKeyOrValueMapIterator() 1005 compiler::CodeAssemblerLabel* if_false) { in BranchIfIterableWithOriginalKeyOrValueMapIterator() 1012 Label* if_true, Label* if_false) { in BranchIfSetIteratorProtectorValid() 1023 Label* if_false) { in BranchIfIterableWithOriginalValueSetIterator() 1072 compiler::CodeAssemblerLabel* if_false) { in BranchIfIterableWithOriginalValueSetIterator()
|
| D | builtins-regexp-gen.cc | 1232 Label out(this), if_true(this), if_false(this); in SlowFlagGetter() local
|
| /external/v8/src/interpreter/ |
| D | interpreter-generator.cc | 1250 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1274 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1788 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local 1958 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 1974 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 1989 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 2005 Label if_true(this), if_false(this); in IGNITION_HANDLER() local 2904 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
|