/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A 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()
|
H A 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() 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 D | reduction_util.h | 44 // |from_id|. 45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
H A D | structured_loop_to_selection_reduction_opportunity.h | 63 // 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 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()
|
H A 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() 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 D | reduction_util.h | 44 // |from_id|. 45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
H A D | structured_loop_to_selection_reduction_opportunity.h | 63 // incoming edge from |from_id|. 64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/third_party/spirv-tools/source/reduce/ |
H A 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()
|
H A 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() 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 D | reduction_util.h | 44 // |from_id|. 45 void AdaptPhiInstructionsForRemovedEdge(uint32_t from_id,
|
H A D | structured_loop_to_selection_reduction_opportunity.h | 63 // incoming edge from |from_id|. 64 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id,
|
/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 126 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 D | ip_set_core.c | 1385 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 D | ip_set_core.c | 1375 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 D | btf.c | 2904 __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 D | btf.c | 3157 __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 D | btf.c | 3419 __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
|