Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A 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()
H A 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()
168 // Add to the phi operand an (undef, from_id) pair to reflect the added in AdaptPhiInstructionsForAddedEdge()
172 phi_inst->AddOperand(opt::Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
H A Dreduction_util.h44 // |from_id|.
45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
H A Dstructured_loop_to_selection_reduction_opportunity.h63 // incoming edge from |from_id|.
64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A 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()
H A 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()
168 // Add to the phi operand an (undef, from_id) pair to reflect the added in AdaptPhiInstructionsForAddedEdge()
172 phi_inst->AddOperand(opt::Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
H A Dreduction_util.h44 // |from_id|.
45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
H A Dstructured_loop_to_selection_reduction_opportunity.h63 // incoming edge from |from_id|.
64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
/third_party/spirv-tools/source/reduce/
H A 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()
H A 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()
168 // Add to the phi operand an (undef, from_id) pair to reflect the added in AdaptPhiInstructionsForAddedEdge()
172 phi_inst->AddOperand(opt::Operand(SPV_OPERAND_TYPE_ID, {from_id})); in AdaptPhiInstructionsForAddedEdge()
H A Dreduction_util.h44 // |from_id|.
45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
H A Dstructured_loop_to_selection_reduction_opportunity.h63 // incoming edge from |from_id|.
64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
/third_party/python/Tools/scripts/
H A Dfreeze_modules.py126 source = FrozenSource.from_id(frozenid, pyfile)
234 def from_id(cls, frozenid, pyfile=None): member in FrozenSource
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_core.c1385 ip_set_id_t from_id, to_id; in ip_set_swap() local
1394 &from_id); in ip_set_swap()
1423 ip_set(inst, from_id) = to; in ip_set_swap()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_core.c1375 ip_set_id_t from_id, to_id; in ip_set_swap() local
1384 &from_id); in ip_set_swap()
1413 ip_set(inst, from_id) = to; in ip_set_swap()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c2904 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add()
2915 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
2916 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
2903 btf_dedup_hypot_map_add(struct btf_dedup *d, __u32 from_id, __u32 to_id) btf_dedup_hypot_map_add() argument
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3157 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add()
3168 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
3169 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
3156 btf_dedup_hypot_map_add(struct btf_dedup *d, __u32 from_id, __u32 to_id) btf_dedup_hypot_map_add() argument
/third_party/libbpf/src/
H A Dbtf.c3419 __u32 from_id, __u32 to_id)
3430 d->hypot_list[d->hypot_cnt++] = from_id;
3431 d->hypot_map[from_id] = to_id;
3418 btf_dedup_hypot_map_add(struct btf_dedup *d, __u32 from_id, __u32 to_id) global() argument

Completed in 30 milliseconds