• Home
  • Raw
  • Download

Lines Matching defs:instr

62 get_mimg_nsa_dwords(const Instruction* instr)  in get_mimg_nsa_dwords()
74 get_vopd_opy_start(const Instruction* instr) in get_vopd_opy_start()
113 needs_vop3_gfx11(asm_context& ctx, Instruction* instr) in needs_vop3_gfx11()
133 get_gfx12_cpol(const T& instr) in get_gfx12_cpol()
141 emit_sop2_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_sop2_instruction()
154 emit_sopk_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_sopk_instruction()
187 emit_sop1_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_sop1_instruction()
199 emit_sopc_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_sopc_instruction()
211 emit_sopp_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr, in emit_sopp_instruction()
230 emit_smem_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_smem_instruction()
336 emit_vop2_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vop2_instruction()
353 emit_vop1_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vop1_instruction()
372 emit_vopc_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vopc_instruction()
387 emit_vintrp_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vintrp_instruction()
447 const Instruction* instr) in emit_vinterp_inreg_instruction()
469 emit_vopd_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vopd_instruction()
493 emit_ds_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_ds_instruction()
521 emit_ldsdir_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_ldsdir_instruction()
538 emit_mubuf_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_mubuf_instruction()
593 emit_mubuf_instruction_gfx12(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_mubuf_instruction_gfx12()
630 emit_mtbuf_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_mtbuf_instruction()
686 emit_mtbuf_instruction_gfx12(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_mtbuf_instruction_gfx12()
724 emit_mimg_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_mimg_instruction()
810 emit_mimg_instruction_gfx12(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_mimg_instruction_gfx12()
862 emit_flatlike_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_flatlike_instruction()
930 const Instruction* instr) in emit_flatlike_instruction_gfx12()
968 emit_exp_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_exp_instruction()
998 emit_dpp16_instruction(asm_context& ctx, std::vector<uint32_t>& out, Instruction* instr) in emit_dpp16_instruction()
1026 emit_dpp8_instruction(asm_context& ctx, std::vector<uint32_t>& out, Instruction* instr) in emit_dpp8_instruction()
1046 emit_vop3_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vop3_instruction()
1110 emit_vop3p_instruction(asm_context& ctx, std::vector<uint32_t>& out, const Instruction* instr) in emit_vop3p_instruction()
1142 emit_sdwa_instruction(asm_context& ctx, std::vector<uint32_t>& out, Instruction* instr) in emit_sdwa_instruction()
1194 emit_instruction(asm_context& ctx, std::vector<uint32_t>& out, Instruction* instr) in emit_instruction()
1584 Instruction* instr = (it++)->get(); in chain_branches() local
1699 Instruction* instr = bld.sopp(aco_opcode::s_inst_prefetch, prefetch_mode); in align_block() local