Home
last modified time | relevance | path

Searched refs:LWZX (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dsink-down-more-instructions-regpressure-high.mir556 …; CHECK: [[LWZX:%[0-9]+]]:gprc = LWZX [[COPY]], [[PHI]] :: (load 4 from %ir.uglygep6061, !tbaa !…
557 ; CHECK: [[ADD4_4:%[0-9]+]]:gprc = nsw ADD4 killed [[ADD4_3]], killed [[LWZX]]
558 …; CHECK: [[LWZX1:%[0-9]+]]:gprc = LWZX [[LD28]], [[PHI]] :: (load 4 from %ir.uglygep5859, !tbaa …
560 …; CHECK: [[LWZX2:%[0-9]+]]:gprc = LWZX [[LD27]], [[PHI]] :: (load 4 from %ir.uglygep5657, !tbaa …
562 …; CHECK: [[LWZX3:%[0-9]+]]:gprc = LWZX [[LD26]], [[PHI]] :: (load 4 from %ir.uglygep5455, !tbaa …
564 …; CHECK: [[LWZX4:%[0-9]+]]:gprc = LWZX [[LD25]], [[PHI]] :: (load 4 from %ir.uglygep5253, !tbaa …
566 …; CHECK: [[LWZX5:%[0-9]+]]:gprc = LWZX [[LD24]], [[PHI]] :: (load 4 from %ir.uglygep5051, !tbaa …
568 …; CHECK: [[LWZX6:%[0-9]+]]:gprc = LWZX [[LD23]], [[PHI]] :: (load 4 from %ir.uglygep4849, !tbaa …
570 …; CHECK: [[LWZX7:%[0-9]+]]:gprc = LWZX [[LD22]], [[PHI]] :: (load 4 from %ir.uglygep4647, !tbaa …
572 …; CHECK: [[LWZX8:%[0-9]+]]:gprc = LWZX [[LD21]], [[PHI]] :: (load 4 from %ir.uglygep4445, !tbaa …
[all …]
Dsink-down-more-instructions-1.mir340 ; CHECK: [[LWZX:%[0-9]+]]:gprc = LWZX [[COPY2]], [[RLDICR]] :: (load 4 from %ir.24, !tbaa !2)
341 ; CHECK: [[ADD4_:%[0-9]+]]:gprc = nsw ADD4 killed [[LWZX]], [[PHI2]]
491 %77:gprc = LWZX %36, %76 :: (load 4 from %ir.24, !tbaa !2)
Daix-lower-jump-table.ll67 ; 32SMALL-MIR: renamable $r[[REG4:[0-9]+]] = LWZX killed renamable $r[[REG3]], renamable $r[[REG1]]…
73 ; 32LARGE-MIR: renamable $r[[REG5:[0-9]+]] = LWZX killed renamable $r[[REG4]], renamable $r[[REG2]]…
Dremove-copy-crunsetcrbit.mir150 %16:gprc = LWZX %14, killed %15 :: (load 4 from %ir.arrayidx)
Dconvert-rr-to-ri-instrs.mir2640 %7 = LWZX %0, killed %6 :: (load 4 from %ir.arrayidx, !tbaa !8)
2647 %12 = LWZX %0, killed %11 :: (load 4 from %ir.arrayidx3, !tbaa !8)
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp33 LWZX = 23, enumerator
839 case LWZX: in getPPCDFormOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp635 SrcMI->getOpcode() == PPC::LWZX) { in simplifyCode()
642 return Opcode == PPC::LWZX; in simplifyCode()
DPPCRegisterInfo.cpp88 ImmToIdxMap[PPC::LWZ] = PPC::LWZX; ImmToIdxMap[PPC::LWA] = PPC::LWAX; in PPCRegisterInfo()
DPPCInstrInfo.cpp3206 case PPC::LWZX: in instrHasImmForm()
3236 case PPC::LWZX: III.ImmOpcode = PPC::LWZ; break; in instrHasImmForm()
3952 Opcode == PPC::SRWI_rec || Opcode == PPC::LWZ || Opcode == PPC::LWZX || in isZeroExtendingOp()
DPPCFastISel.cpp565 case PPC::LWZ: Opc = PPC::LWZX; break; in PPCEmitLoad()
DPPCInstrInfo.td2087 def LWZX : XForm_1_memOp<31, 23, (outs gprc:$rD), (ins memrr:$src),
4923 def : Pat<(atomic_load_32 xaddr:$src), (LWZX memrr:$src)>;
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp798 SrcMI->getOpcode() == PPC::LWZX) { in simplifyCode()
805 return Opcode == PPC::LWZX; in simplifyCode()
DPPCRegisterInfo.cpp103 ImmToIdxMap[PPC::LWZ] = PPC::LWZX; ImmToIdxMap[PPC::LWA] = PPC::LWAX; in PPCRegisterInfo()
DPPCInstrInfo.cpp3639 case PPC::LWZX: in instrHasImmForm()
3669 case PPC::LWZX: III.ImmOpcode = PPC::LWZ; break; in instrHasImmForm()
4735 Opcode == PPC::SRWI_rec || Opcode == PPC::LWZ || Opcode == PPC::LWZX || in isZeroExtendingOp()
DPPCFastISel.cpp566 case PPC::LWZ: Opc = PPC::LWZX; break; in PPCEmitLoad()
DPPCInstrInfo.td2279 def LWZX : XForm_1_memOp<31, 23, (outs gprc:$rD), (ins memrr:$src),
5124 def : Pat<(atomic_load_32 xaddr:$src), (LWZX memrr:$src)>;
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp68 ImmToIdxMap[PPC::LWZ] = PPC::LWZX; ImmToIdxMap[PPC::LWA] = PPC::LWAX; in PPCRegisterInfo()
DPPCFastISel.cpp574 case PPC::LWZ: Opc = PPC::LWZX; break; in PPCEmitLoad()
DPPCInstrInfo.td1748 def LWZX : XForm_1<31, 23, (outs gprc:$rD), (ins memrr:$src),
4208 def : Pat<(atomic_load_32 xaddr:$src), (LWZX memrr:$src)>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenMCCodeEmitter.inc1121 UINT64_C(2080374830), // LWZX
4147 case PPC::LWZX:
7531 CEFBS_None, // LWZX = 1108
DPPCGenAsmWriter.inc2776 604008940U, // LWZX
5067 0U, // LWZX
DPPCGenDisassemblerTables.inc1899 /* 8802 */ MCD::OPC_Decode, 212, 8, 94, // Opcode: LWZX
DPPCGenInstrInfo.inc1123 LWZX = 1108,
4092 …LL<<MCID::MayLoad), 0x90ULL, nullptr, nullptr, OperandInfo121, -1 ,nullptr }, // Inst #1108 = LWZX
/external/capstone/arch/PowerPC/
DPPCGenAsmWriter.inc701 285237975U, // LWZX
2223 0U, // LWZX
DPPCGenDisassemblerTables.inc1188 /* 4893 */ MCD_OPC_Decode, 169, 5, 57, // Opcode: LWZX

12