Home
last modified time | relevance | path

Searched refs:other_use (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/test/IR/
Dtest-symbol-rauw.mlir16 …// 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}],
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dprelegalizercombiner-invert-cmp.mir122 ; 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, %2
134 %other_use_ext:_(s32) = G_ANYEXT %other_use(s1)
/external/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c334 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()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc949 for (const AllocationValue::Use& other_use : value.uses()) { in IsUseAllowedInAlternateMemory() local
950 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()