Home
last modified time | relevance | path

Searched refs:add_use (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/
H A Dshl_add_ptr.ll22 define void @load_shl_base_lds_0(float addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
27 store i32 %idx.0, i32 addrspace(1)* %add_use, align 4
42 define void @load_shl_base_lds_1(float addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
48 store i32 %shl_add_use, i32 addrspace(1)* %add_use, align 4
58 …_base_lds_max_offset(i8 addrspace(1)* %out, i8 addrspace(3)* %lds, i32 addrspace(1)* %add_use) #0 {
63 store i32 %idx.0, i32 addrspace(1)* %add_use
92 define void @store_shl_base_lds_0(float addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
97 store i32 %idx.0, i32 addrspace(1)* %add_use, align 4
107 ; define void @atomic_load_shl_base_lds_0(i32 addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
113 ; store i32 %idx.0, i32 addrspace(1)* %add_use, align 4
[all …]
H A Dllvm.amdgcn.atomic.inc.ll118 define void @atomic_inc_shl_base_lds_0_i32(i32 addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
123 store i32 %idx.0, i32 addrspace(1)* %add_use
300 define void @atomic_inc_shl_base_lds_0_i64(i64 addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
305 store i32 %idx.0, i32 addrspace(1)* %add_use
H A Dllvm.amdgcn.atomic.dec.ll243 define void @atomic_dec_shl_base_lds_0(i32 addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
248 store i32 %idx.0, i32 addrspace(1)* %add_use
366 define void @atomic_dec_shl_base_lds_0_i64(i64 addrspace(1)* %out, i32 addrspace(1)* %add_use) #0 {
371 store i32 %idx.0, i32 addrspace(1)* %add_use
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp28 s->as_register()->add_use(this); in LDSReadInstr()
266 m_address->as_register()->add_use(this); in LDSAtomicInstr()
270 s->as_register()->add_use(this); in LDSAtomicInstr()
377 r->add_use(this); in replace_source()
H A Dsfn_instr.h259 m_offset->add_use(m_user); in Resource()
267 m_offset->add_use(m_user); in replace_resource_offset()
278 m_offset->add_use(m_user); in set_resource_offset()
H A Dsfn_instr_export.cpp30 m_value.add_use(this); in WriteOutInstr()
164 addr->add_use(this); in ScratchIOInstr()
402 m_export_index->add_use(this); in MemRingOutInstr()
H A Dsfn_instr_fetch.cpp65 m_src->add_use(this); in FetchInstr()
130 new_reg->add_use(this); in replace_source()
635 value.add_use(m_lfs); in visit()
H A Dsfn_virtualvalues.cpp204 Register::add_use(Instr *instr) in add_use() function in r600::Register
444 RegisterVec4::add_use(Instr *instr) in add_use() function in r600::RegisterVec4
448 r->value()->add_use(instr); in add_use()
1041 m_addr->as_register()->add_use(instr); in forward_add_use()
H A Dsfn_instr_alu.cpp138 r->add_use(this); in update_uses()
144 addr->as_register()->add_use(this); in update_uses()
149 u->buf_addr()->as_register()->add_use(this); in update_uses()
164 addr->as_register()->add_use(this); in update_uses()
376 reg->add_use(this); in update_indirect_addr()
446 r->add_use(this); in do_replace_source()
469 r->add_use(this); in replace_src()
540 r->add_use(this); in set_sources()
H A Dsfn_instr_mem.cpp29 m_src.add_use(this); in GDSInstr()
381 m_data.add_use(this); in RatInstr()
382 m_index.add_use(this); in RatInstr()
H A Dsfn_virtualvalues.h167 void add_use(Instr *instr);
275 void add_use(Instr *instr);
H A Dsfn_split_address_loads.cpp255 ar->add_use(instr); in load_ar()
H A Dsfn_instr_tex.cpp33 m_src.add_use(this); in TexInstr()
423 new_src->as_register()->add_use(this); in replace_source()
H A Dsfn_optimizer.cpp637 value.add_use(instr); in propagate_to()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dliveness.rs253 fn add_use(&mut self, ssa: SSAValue, ip: usize) { in add_use() method
299 bl.add_use(*ssa, ip); in for_function()
434 fn add_use(&mut self, ssa: SSAValue, ip: usize) { in add_use() method
542 bl.add_use(*ssa, ip); in for_function()
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dconstant_folding.py94 def add_use(inp): function
102 pytree.tree_map_only_(torch.fx.Node, add_use, (node.args, node.kwargs))
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconstant_folding.py117 def add_use(inp: torch.fx.Node) -> None: function
125 pytree.tree_map_only_(torch.fx.Node, add_use, (node.args, node.kwargs))
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dassembler.h54 bool add_use(byte* offset) { in add_use() function
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dsymbols.py48 def add_use(self, name): member in Scope
319 scope.add_use(node.name)
/aosp_15_r20/external/XNNPACK/src/jit/
H A Daarch32-assembler.cc115 if (!l.add_use(cursor_)) { in b()
H A Daarch64-assembler.cc704 if (!l.add_use(cursor_)) { in branch_to_label()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...