Home
last modified time | relevance | path

Searched refs:from_id (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_util.cpp101 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, in AdaptPhiInstructionsForRemovedEdge() argument
103 to_block->ForEachPhiInst([&from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge()
109 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp165 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, in AdaptPhiInstructionsForAddedEdge() argument
167 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
172 phi_inst->AddOperand(opt::Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
Dreduction_util.h45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
Dstructured_loop_to_selection_reduction_opportunity.h64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dreduction_util.cpp103 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, in AdaptPhiInstructionsForRemovedEdge() argument
105 to_block->ForEachPhiInst([&from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge()
111 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp165 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, in AdaptPhiInstructionsForAddedEdge() argument
167 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
172 phi_inst->AddOperand(opt::Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
Dreduction_util.h45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
Dstructured_loop_to_selection_reduction_opportunity.h64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp103 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, in AdaptPhiInstructionsForRemovedEdge() argument
105 to_block->ForEachPhiInst([&from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge()
111 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp165 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, in AdaptPhiInstructionsForAddedEdge() argument
167 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
172 phi_inst->AddOperand(opt::Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
Dreduction_util.h45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
Dstructured_loop_to_selection_reduction_opportunity.h64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
/external/rust/crates/regex-automata/src/nfa/
Drange_trie.rs506 from_id: StateID, in add_transition()
510 self.state_mut(from_id) in add_transition()
520 from_id: StateID, in add_transition_at()
524 self.state_mut(from_id) in add_transition_at()
533 from_id: StateID, in set_transition_at()
537 self.state_mut(from_id).transitions[i] = Transition { range, next_id }; in set_transition_at()
/external/clang/bindings/python/clang/
Dcindex.py553 def from_id(cls, id): member in BaseEnumeration
1271 return CursorKind.from_id(self._kind_id)
1334 return StorageClass.from_id(self._storage_class)
1345 return AccessSpecifier.from_id(self._access_specifier)
1644 def from_id(id): member in StorageClass
1782 return TypeKind.from_id(self._kind_id)
1981 return RefQualifierKind.from_id(
2208 return CursorKind.from_id(self.cursorKind)
3518 TemplateArgumentKind.from_id),
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc569 TensorId from_id(ParseTensorName(tensor_connection.from_tensor())); in PruneGraph() local
572 if (n->name() == from_id.first) { in PruneGraph()
582 if (from_id.second >= from_node->num_outputs()) { in PruneGraph()
590 &tensor_connection.to_tensor(), {from_node, from_id.second})); in PruneGraph()
/external/rust/crates/criterion/src/html/
Dmod.rs60 fn from_id( in from_id() method
785 IndividualBenchmark::from_id(&report_context.output_directory, path_prefix, id) in generate_summary()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc734 auto from_id = InstructionId(from); in DumpRootTag() local
754 edges_.push_back(StrFormat(R"(%s -> %s [tooltip=" "];)", from_id, to_id)); in DumpRootTag()
/external/libbpf/src/
Dbtf.c3206 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add() argument
3217 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
3218 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()