/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 101 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()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 165 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()
|
D | reduction_util.h | 45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
D | structured_loop_to_selection_reduction_opportunity.h | 64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | reduction_util.cpp | 103 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()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 165 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()
|
D | reduction_util.h | 45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
D | structured_loop_to_selection_reduction_opportunity.h | 64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 103 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()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 165 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()
|
D | reduction_util.h | 45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
D | structured_loop_to_selection_reduction_opportunity.h | 64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/external/rust/crates/regex-automata/src/nfa/ |
D | range_trie.rs | 506 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/ |
D | cindex.py | 553 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/ |
D | graph_execution_state.cc | 569 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/ |
D | mod.rs | 60 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/ |
D | hlo_graph_dumper.cc | 734 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/ |
D | btf.c | 3206 __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()
|