/external/angle/third_party/spirv-tools/src/source/reduce/ |
D | reduction_util.cpp | 47 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, in AdaptPhiInstructionsForRemovedEdge() argument 49 to_block->ForEachPhiInst([&from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge() 55 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 171 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument 172 to_block->ForEachPhiInst([this, &from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge() 177 phi_inst->AddOperand(Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
|
D | reduction_util.h | 35 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
D | structured_loop_to_selection_reduction_opportunity.h | 67 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 47 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, in AdaptPhiInstructionsForRemovedEdge() argument 49 to_block->ForEachPhiInst([&from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge() 55 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 171 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument 172 to_block->ForEachPhiInst([this, &from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge() 177 phi_inst->AddOperand(Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
|
D | reduction_util.h | 35 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 | 47 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, in AdaptPhiInstructionsForRemovedEdge() argument 49 to_block->ForEachPhiInst([&from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge() 55 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 171 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument 172 to_block->ForEachPhiInst([this, &from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge() 177 phi_inst->AddOperand(Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
|
D | reduction_util.h | 35 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
D | structured_loop_to_selection_reduction_opportunity.h | 67 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_alias_analysis.cc | 571 int64 from_id = from.id(); in MergeBuffers() local 572 if (from_id != buffers_.size() - 1) { in MergeBuffers() 576 buffers_[from.id()] = HloBuffer(from_id, last_elem.values()); in MergeBuffers() 581 live_out_buffers_.insert(&buffers_[from_id]); in MergeBuffers() 585 for (const HloValue* value : buffers_[from_id].values()) { in MergeBuffers() 586 value_to_buffer_[value] = &buffers_[from_id]; in MergeBuffers()
|
D | hlo_graph_dumper.cc | 696 auto from_id = InstructionId(from); in DumpRootTag() local 716 edges_.push_back(StrFormat(R"(%s -> %s [tooltip=" "];)", from_id, to_id)); in DumpRootTag()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_execution_state.cc | 558 TensorId from_id(ParseTensorName(tensor_connection.from_tensor())); in PruneGraph() local 561 if (n->name() == from_id.first) { in PruneGraph() 571 if (from_id.second >= from_node->num_outputs()) { in PruneGraph() 579 &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),
|