Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp39 bool KillSrc) const { in copyPhysReg()
43 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
47 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
51 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
55 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
59 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
63 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
67 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DNVPTXInstrInfo.h56 bool KillSrc) const ;
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp38 bool KillSrc) const { in copyPhysReg()
71 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
77 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
99 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
134 Builder.addReg(RI.getSubReg(SrcReg, SubIdx), getKillRegState(KillSrc)); in copyPhysReg()
DSIInstrInfo.h36 bool KillSrc) const;
DR600InstrInfo.h46 bool KillSrc) const;
DAMDGPUInstrInfo.h77 bool KillSrc) const = 0;
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp44 bool KillSrc) const { in copyPhysReg()
46 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
DThumb1InstrInfo.h45 bool KillSrc) const;
DThumb2InstrInfo.h46 bool KillSrc) const;
DThumb2InstrInfo.cpp115 bool KillSrc) const { in copyPhysReg()
118 return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc); in copyPhysReg()
121 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp283 bool KillSrc) const { in copyPhysReg()
286 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
289 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
292 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DSparcInstrInfo.h88 bool KillSrc) const;
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp337 bool KillSrc) const { in copyPhysReg()
343 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
355 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DXCoreInstrInfo.h67 bool KillSrc) const;
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h57 bool KillSrc) const;
DMSP430InstrInfo.cpp91 bool KillSrc) const { in copyPhysReg()
101 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h50 bool KillSrc) const;
DMips16InstrInfo.h49 bool KillSrc) const;
DMips16InstrInfo.cpp71 bool KillSrc) const { in copyPhysReg()
97 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DMipsSEInstrInfo.cpp88 bool KillSrc) const { in copyPhysReg()
148 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h44 bool KillSrc) const;
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp87 bool KillSrc) const { in copyPhysReg()
89 .addReg(SrcReg, getKillRegState(KillSrc)).addReg(MBlaze::R0); in copyPhysReg()
DMBlazeInstrInfo.h214 bool KillSrc) const;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h126 bool KillSrc) const;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h76 bool KillSrc) const;

12