Lines Matching refs:renamed
988 class VIMAGE_Atomic_gfx12_Renamed<mimgopc op, string renamed,
991 : VIMAGE_Atomic_gfx12<op, renamed, DataRC, num_addrs, enableDisasm>;
997 string renamed = ""> {
1019 if !empty(renamed) then
1022 def _V1_gfx12 : VIMAGE_Atomic_gfx12_Renamed <op, renamed, data_rc, 1, enableDasm>;
1044 if !empty(renamed) then
1047 def _V2_gfx12 : VIMAGE_Atomic_gfx12_Renamed <op, renamed, data_rc, 2, 0>;
1069 if !empty(renamed) then
1072 def _V3_gfx12 : VIMAGE_Atomic_gfx12_Renamed <op, renamed, data_rc, 3, 0>;
1094 if !empty(renamed) then
1097 def _V4_gfx12 : VIMAGE_Atomic_gfx12_Renamed <op, renamed, data_rc, 4, enableDasm>;
1101 if !and(op.HAS_GFX12, !not(!empty(renamed))) then
1102 def : AMDGPUMnemonicAlias<asm, renamed> {
1111 string renamed = ""> { // 64-bit atomics
1123 …defm _V1 : MIMG_Atomic_Addr_Helper_m <op, asm, !if(isCmpSwap, VReg_64, VGPR_32), 1, isFP, renamed>;
1125 …efm _V2 : MIMG_Atomic_Addr_Helper_m <op, asm, !if(isCmpSwap, VReg_128, VReg_64), 0, isFP, renamed>;
1127 defm _V3 : MIMG_Atomic_Addr_Helper_m <op, asm, VReg_96, 0, isFP, renamed>;
1129 defm _V4 : MIMG_Atomic_Addr_Helper_m <op, asm, VReg_160, 0, isFP, renamed>;
1134 multiclass MIMG_Atomic_Renamed <mimgopc op, string asm, string renamed,
1136 : MIMG_Atomic <op, asm, isCmpSwap, isFP, renamed>;