Home
last modified time | relevance | path

Searched defs:if_true (Results 1 – 25 of 26) sorted by relevance

12

/external/grpc-grpc/src/compiler/
Dobjective_c_generator_helpers.h57 inline ::grpc::string PreprocIf(const ::grpc::string& symbol, in PreprocIf()
63 inline ::grpc::string PreprocIfNot(const ::grpc::string& symbol, in PreprocIfNot()
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/
Ddiamond.h21 Node* if_true; member
Dcontrol-flow-optimizer.cc85 Node* if_true; in TryBuildSwitch() local
Dcommon-operator-reducer.cc187 Node* if_true = node->InputAt(0); in ReduceMerge() local
245 Node* if_true = merge_inputs[0]; in ReducePhi() local
Djs-call-reducer.cc861 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceReflectGet() local
937 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceReflectHas() local
1097 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayForEach() local
1358 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayReduce() local
1572 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayMap() local
1805 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayFilter() local
2170 Node* if_true = graph()->NewNode(common()->IfTrue(), boolean_branch); in DoFilterPostCallbackWork() local
2380 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArrayEvery() local
2736 Node* if_true = graph()->NewNode(common()->IfTrue(), continue_branch); in ReduceArraySome() local
4037 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceStringPrototypeSubstring() local
[all …]
Djs-native-context-specialization.cc879 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceNamedAccess() local
2342 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2400 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2517 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2662 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2721 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildIndexedStringLoad() local
Dgraph-assembler.cc227 void GraphAssembler::Branch(Node* condition, GraphAssemblerLabel<0u>* if_true, in Branch()
Djs-intrinsic-lowering.cc202 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local
Djs-typed-lowering.cc1118 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSToObject() local
1833 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInNext() local
1935 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInPrepare() local
Djs-generic-lowering.cc791 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in LowerJSStackCheck() local
Dwasm-compiler.cc4092 Node* if_true = graph()->NewNode(common->IfTrue(), branch); in BuildChangeInt32ToTagged() local
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
/external/v8/src/
Dcode-stub-assembler.h731 void BranchIfSmiEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiEqual()
736 void BranchIfSmiLessThan(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThan()
741 void BranchIfSmiLessThanOrEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThanOrEqual()
746 void BranchIfFloat64IsNaN(Node* value, Label* if_true, Label* if_false) { in BranchIfFloat64IsNaN()
758 void BranchIfNotFastJSArray(Node* object, Node* context, Label* if_true, in BranchIfNotFastJSArray()
2651 void BranchIfNumberLessThan(Node* left, Node* right, Label* if_true, in BranchIfNumberLessThan()
2657 void BranchIfNumberLessThanOrEqual(Node* left, Node* right, Label* if_true, in BranchIfNumberLessThanOrEqual()
2663 void BranchIfNumberGreaterThan(Node* left, Node* right, Label* if_true, in BranchIfNumberGreaterThan()
2669 void BranchIfNumberGreaterThanOrEqual(Node* left, Node* right, Label* if_true, in BranchIfNumberGreaterThanOrEqual()
Dcode-stub-assembler.cc1041 void CodeStubAssembler::BranchIfJSReceiver(Node* object, Label* if_true, in BranchIfJSReceiver()
1050 Label if_true(this), if_false(this, Label::kDeferred), exit(this); in IsFastJSArray() local
1093 Label* if_true, Label* if_false, in BranchIfFastJSArray()
1119 Label* if_true, in BranchIfFastJSArrayForCopy()
1125 void CodeStubAssembler::GotoIfForceSlowPath(Label* if_true) { in GotoIfForceSlowPath()
1330 void CodeStubAssembler::BranchIfToBooleanIsTrue(Node* value, Label* if_true, in BranchIfToBooleanIsTrue()
10054 Operation op, Node* left, Node* right, Label* if_true, Label* if_false) { in BranchIfNumberRelationalComparison()
10145 Label* if_true) { in GotoIfNumberGreaterThanOrEqual()
11342 void CodeStubAssembler::BranchIfSameValue(Node* lhs, Node* rhs, Label* if_true, in BranchIfSameValue()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcond_v2_test.py814 def if_true(): function
843 def if_true(): function
/external/v8/src/interpreter/
Dinterpreter-generator.cc1388 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
1412 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
1903 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
2077 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
2093 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
2108 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
2124 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
2970 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc582 Label if_true(this), if_false(this); in TF_BUILTIN() local
597 Label if_true(this), if_false(this); in TF_BUILTIN() local
Dbuiltins-array-gen.cc1760 Label if_true(this), if_false(this); in TF_BUILTIN() local
1852 Label if_true(this), if_false(this); in TF_BUILTIN() local
Dbuiltins-regexp-gen.cc1544 Label if_true(this), if_false(this); in SlowFlagGetter() local
/external/v8/src/torque/
Dast.h274 Expression* if_true; member
408 Statement* if_true; member
Dtorque-parser.cc473 auto if_true = child_results->NextAs<Statement*>(); in MakeIfStatement() local
791 auto if_true = child_results->NextAs<Expression*>(); in MakeConditionalExpression() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_cfg_test.cpp1313 Block if_true("if_true"); in TEST_P() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_cfg_test.cpp1313 Block if_true("if_true"); in TEST_P() local
/external/v8/src/wasm/
Dfunction-body-decoder.cc181 TFNode* if_true = nullptr; in If() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2629 Label* if_true, in CompareAndSplit()

12