Searched refs:from_id (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/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 | 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,
|
/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 | 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,
|
/third_party/libbpf/src/ |
D | btf.c | 3419 __u32 from_id, __u32 to_id) argument 3430 d->hypot_list[d->hypot_cnt++] = from_id; 3431 d->hypot_map[from_id] = to_id;
|