Home
last modified time | relevance | path

Searched refs:KillSrc (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp283 bool KillSrc) const { in copyPhysReg()
298 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
306 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
310 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
321 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
338 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
342 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
365 if (KillSrc) in copyPhysReg()
DSparcInstrInfo.h82 bool KillSrc) const override;
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.cpp40 bool KillSrc) const in copyPhysReg()
49 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DSIInstrInfo.h36 bool KillSrc) const;
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp43 bool KillSrc) const { in copyPhysReg()
54 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
64 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DThumb1InstrInfo.h44 bool KillSrc) const override;
DARMBaseInstrInfo.h171 unsigned SrcReg, bool KillSrc,
174 unsigned DestReg, bool KillSrc,
179 bool KillSrc) const override;
DThumb2InstrInfo.h45 bool KillSrc) const override;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1525 unsigned DestReg, unsigned SrcReg, bool KillSrc, unsigned Opcode, in copyPhysRegTuple() argument
1545 AddSubReg(MIB, SrcReg, Indices[SubReg], getKillRegState(KillSrc), TRI); in copyPhysRegTuple()
1552 bool KillSrc) const { in copyPhysReg()
1573 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg()
1576 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
1597 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg()
1602 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
1613 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
1623 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
1633 copyPhysRegTuple(MBB, I, DL, DestReg, SrcReg, KillSrc, AArch64::ORRv8i8, in copyPhysReg()
[all …]
DAArch64InstrInfo.h114 bool KillSrc, unsigned Opcode,
118 bool KillSrc) const override;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp38 unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
59 .addReg(SrcReg, KillSrc ? RegState::Kill : 0); in copyPhysReg()
DWebAssemblyInstrInfo.h39 bool KillSrc) const override;
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp37 bool KillSrc) const { in copyPhysReg()
40 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DBPFInstrInfo.h35 bool KillSrc) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h133 unsigned LowLowOpcode, unsigned Size, bool KillSrc) const;
172 bool KillSrc) const override;
DSystemZInstrInfo.cpp172 unsigned Size, bool KillSrc) const { in emitGRX32Move()
184 .addReg(SrcReg, getKillRegState(KillSrc)); in emitGRX32Move()
190 .addReg(SrcReg, getKillRegState(KillSrc)) in emitGRX32Move()
554 unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
558 RI.getSubReg(SrcReg, SystemZ::subreg_h64), KillSrc); in copyPhysReg()
560 RI.getSubReg(SrcReg, SystemZ::subreg_l64), KillSrc); in copyPhysReg()
565 emitGRX32Move(MBB, MBBI, DL, DestReg, SrcReg, SystemZ::LR, 32, KillSrc); in copyPhysReg()
589 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp335 bool KillSrc) const { in copyPhysReg()
341 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
353 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DXCoreInstrInfo.h67 bool KillSrc) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp35 unsigned DestReg, unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
64 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DNVPTXInstrInfo.h54 unsigned DestReg, unsigned SrcReg, bool KillSrc) const override;
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp82 bool KillSrc) const { in copyPhysReg()
108 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg()
129 .addReg(SrcReg, getKillRegState(KillSrc)).addImm(1 << 4) in copyPhysReg()
173 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
569 unsigned KillSrc = getKillRegState(Src.isKill()); in expandCvtFPInt() local
582 BuildMI(MBB, I, DL, MovDesc, TmpReg).addReg(SrcReg, KillSrc); in expandCvtFPInt()
DMipsSEInstrInfo.h49 bool KillSrc) const override;
DMips16InstrInfo.h49 bool KillSrc) const override;
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h58 bool KillSrc) const override;
DMSP430InstrInfo.cpp92 bool KillSrc) const { in copyPhysReg()
102 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()

12