Searched refs:other_use (Results 1 – 4 of 4) sorted by relevance
16 …// CHECK-SAME: use = [{nested_symbol = [@replaced_foo], other_use = @symbol_bar, z_use = @replaced…20 use = [{nested_symbol = [@symbol_foo], other_use = @symbol_bar, z_use = @symbol_foo}],
122 ; CHECK: %other_use:_(s1) = G_AND [[ICMP]], [[C1]]123 ; CHECK: %other_use_ext:_(s32) = G_ANYEXT %other_use(s1)133 %other_use:_(s1) = G_AND %3, %2134 %other_use_ext:_(s32) = G_ANYEXT %other_use(s1)
334 nir_foreach_use(other_use, alu->src[2].src.ssa) { in get_similar_flrp_stats()336 nir_instr *const other_instr = other_use->parent_instr; in get_similar_flrp_stats()
949 for (const AllocationValue::Use& other_use : value.uses()) { in IsUseAllowedInAlternateMemory() local950 if (other_use.hlo_use.instruction != use.instruction) { in IsUseAllowedInAlternateMemory()955 other_use.hlo_use.operand_number - 1); in IsUseAllowedInAlternateMemory()960 parameter_instruction, other_use.hlo_use.operand_index); in IsUseAllowedInAlternateMemory()