/external/swiftshader/third_party/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 | 168 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, in AdaptPhiInstructionsForAddedEdge() argument 170 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge() 175 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 | 67 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/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 | 168 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, in AdaptPhiInstructionsForAddedEdge() argument 170 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge() 175 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 | 67 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/python/cpython3/Tools/c-analyzer/c_analyzer/variables/ |
D | find.py | 31 handle_var=Variable.from_id, 59 handle_var=Variable.from_id,
|
D | info.py | 37 self = cls.from_id(varid, decl) 43 def from_id(cls, varid, decl): member in Variable
|
D | known.py | 33 handle_var=Variable.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/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_alias_analysis.cc | 605 int64 from_id = from.id(); in MergeBuffers() local 606 if (from_id != buffers_.size() - 1) { in MergeBuffers() 610 buffers_[from.id()] = HloBuffer(from_id, last_elem.values()); in MergeBuffers() 615 live_out_buffers_.insert(&buffers_[from_id]); in MergeBuffers() 619 for (const HloValue* value : buffers_[from_id].values()) { in MergeBuffers() 620 value_to_buffer_[value] = &buffers_[from_id]; in MergeBuffers()
|
D | hlo_graph_dumper.cc | 699 auto from_id = InstructionId(from); in DumpRootTag() local 719 edges_.push_back(StrFormat(R"(%s -> %s [tooltip=" "];)", from_id, to_id)); in DumpRootTag()
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 648 def from_id(cls, id): member in BaseEnumeration 1541 return CursorKind.from_id(self._kind_id) 1590 return LinkageKind.from_id(self._linkage) 1598 return TLSKind.from_id(self._tls_kind) 1620 return StorageClass.from_id(self._storage_class) 1630 return AvailabilityKind.from_id(self._availability) 1641 return AccessSpecifier.from_id(self._access_specifier) 1683 self._exception_specification_kind = ExceptionSpecificationKind.from_id(exc_kind) 1952 def from_id(id): member in StorageClass 2189 return TypeKind.from_id(self._kind_id) [all …]
|
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_variables/ |
D | test_find.py | 79 ('_get_symbol_resolver', (filenames, known, info.Variable.from_id, None, None, {})),
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.cpp | 1022 RemapModule(OptionalClangModuleID from_id, in RemapModule() argument 1025 if (!from_id.HasValue()) in RemapModule() 1027 clang::Module *module = from_source.getModule(from_id.GetValue()); in RemapModule() 1051 OptionalClangModuleID from_id(from->getOwningModuleID()); in Imported() local 1053 RemapModule(from_id, *from_source, *to_source); in Imported()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_execution_state.cc | 566 TensorId from_id(ParseTensorName(tensor_connection.from_tensor())); in PruneGraph() local 569 if (n->name() == from_id.first) { in PruneGraph() 579 if (from_id.second >= from_node->num_outputs()) { in PruneGraph() 587 &tensor_connection.to_tensor(), {from_node, from_id.second})); in PruneGraph()
|
/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/rust/crates/criterion/src/html/ |
D | mod.rs | 60 fn from_id( in from_id() method 789 IndividualBenchmark::from_id(&report_context.output_directory, path_prefix, id) in generate_summary()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | isl-noexceptions.h | 441 static inline ast_expr from_id(id id); 1115 static inline id_list from_id(id el); 4726 ast_expr ast_expr::from_id(id id) in from_id() function 7567 id_list id_list::from_id(id el) in from_id() function
|