Home
last modified time | relevance | path

Searched refs:value_node (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dstate-values-utils.cc363 Node* value_node = top->GetReal(); in EnsureValid() local
365 if (value_node->opcode() == IrOpcode::kStateValues || in EnsureValid()
366 value_node->opcode() == IrOpcode::kTypedStateValues) { in EnsureValid()
368 Push(value_node); in EnsureValid()
Dsimplified-lowering.cc2515 Node* value_node = node->InputAt(1); in VisitNode() local
2516 NodeInfo* input_info = GetInfo(value_node); in VisitNode()
2522 TypeOf(value_node).Is(Type::SignedSmall())) { in VisitNode()
2527 access.type, input_info->representation(), value_node); in VisitNode()
2553 Node* value_node = node->InputAt(2); in VisitNode() local
2554 NodeInfo* input_info = GetInfo(value_node); in VisitNode()
2560 TypeOf(value_node).Is(Type::SignedSmall())) { in VisitNode()
2565 input_info->representation(), value_node); in VisitNode()
/external/tensorflow/tensorflow/core/kernels/data/
Dsparse_tensor_slice_dataset_op.cc65 Node* value_node; in AsGraphDefInternal() local
66 TF_RETURN_IF_ERROR(b->AddTensor(sparse_tensor_.values(), &value_node)); in AsGraphDefInternal()
76 b->AddDataset(this, {indices_node, value_node, dense_shape_node}, in AsGraphDefInternal()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp300 SENode* value_node = AnalyzeInstruction(value_inst); in AnalyzePhiInstruction() local
303 if (value_node->IsCantCompute()) in AnalyzePhiInstruction()
309 phi_node->AddOffset(value_node); in AnalyzePhiInstruction()
312 if (value_node->GetType() != SENode::Add) in AnalyzePhiInstruction()
317 SENode* operand_1 = value_node->GetChild(0); in AnalyzePhiInstruction()
318 SENode* operand_2 = value_node->GetChild(1); in AnalyzePhiInstruction()
/external/u-boot/tools/
Dfdtgrep.c32 struct value_node { struct
36 struct value_node *next; /* Pointer to next node, or NULL */ argument
65 struct value_node *value_head; /* List of values to match */
113 static int value_add(struct display_info *disp, struct value_node **headp, in value_add()
116 struct value_node *node; in value_add()
515 struct value_node *val; in check_type_include()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp300 SENode* value_node = AnalyzeInstruction(value_inst); in AnalyzePhiInstruction() local
303 if (value_node->IsCantCompute()) in AnalyzePhiInstruction()
309 phi_node->AddOffset(value_node); in AnalyzePhiInstruction()
312 if (value_node->GetType() != SENode::Add) in AnalyzePhiInstruction()
317 SENode* operand_1 = value_node->GetChild(0); in AnalyzePhiInstruction()
318 SENode* operand_2 = value_node->GetChild(1); in AnalyzePhiInstruction()
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dcodegen.py172 value_node = self.generate_expression()
174 node = gast.Assign(targets=[target_node], value=value_node)
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c513 ListNode *value_node = NULL; in get_symbol_value() local
514 return_value = list_first(child_list, &value_node); in get_symbol_value()
516 *output = (void*) value_node->value; in get_symbol_value()
517 return_value = value_node->refcount; in get_symbol_value()
518 if (--value_node->refcount == 0) { in get_symbol_value()
519 list_remove_free(value_node, NULL, NULL); in get_symbol_value()