Home
last modified time | relevance | path

Searched defs:if_false (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tests/
Dcond_test.py115 def if_false(): function
145 def if_false(): function
172 def if_false(): function
205 def if_false(): function
/external/grpc-grpc/src/compiler/
Dobjective_c_generator_helpers.h69 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/
Ddiamond.h22 Node* if_false; member
Dcontrol-flow-optimizer.cc87 Node* if_false; in TryBuildSwitch() local
Dcommon-operator-reducer.cc188 Node* if_false = node->InputAt(1); in ReduceMerge() local
246 Node* if_false = merge_inputs[1]; in ReducePhi() local
Dgraph-assembler.h682 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()
Djs-native-context-specialization.cc1258 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
Djs-typed-lowering.cc611 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
Djs-intrinsic-lowering.cc248 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType() local
Djs-call-reducer.cc144 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 …]
Dcode-assembler.h671 CodeAssemblerParameterizedLabel<T...>* if_false, Args... args) { in Branch()
680 CodeAssemblerParameterizedLabel<U...>* if_false, in Branch()
Dgraph-assembler.cc845 GraphAssemblerLabel<0u>* if_false) { in BranchWithCriticalSafetyCheck()
Djs-generic-lowering.cc1365 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in LowerJSStackCheck() local
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/external/v8/src/codegen/
Dcode-stub-assembler.h931 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 …]
Dcode-stub-assembler.cc1059 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/
Dcfg.cc99 void CfgAssembler::Branch(Block* if_true, Block* if_false) { in Branch()
Dinstructions.h534 Block* if_false; member
551 Block* if_false; member
Dast.h447 Expression* if_false; member
693 base::Optional<Statement*> if_false; member
Dtorque-parser.cc1244 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/
Dcond_v2_test.py1109 def if_false(): function
1136 def if_false(): function
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc689 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
Dbuiltins-collections-gen.cc953 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()
Dbuiltins-regexp-gen.cc1232 Label out(this), if_true(this), if_false(this); in SlowFlagGetter() local
/external/v8/src/interpreter/
Dinterpreter-generator.cc1250 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

12