Searched refs:KillSrc (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIInstrInfo.h36 bool KillSrc) const;
H A DSIInstrInfo.cpp40 bool KillSrc) const
49 .addReg(SrcReg, getKillRegState(KillSrc));
H A DR600InstrInfo.h46 bool KillSrc) const;
H A DAMDGPUInstrInfo.h76 bool KillSrc) const = 0;
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIInstrInfo.h36 bool KillSrc) const;
H A DSIInstrInfo.cpp40 bool KillSrc) const
49 .addReg(SrcReg, getKillRegState(KillSrc));
H A DR600InstrInfo.h46 bool KillSrc) const;
H A DAMDGPUInstrInfo.h76 bool KillSrc) const = 0;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp37 unsigned DestReg, unsigned SrcReg, bool KillSrc) const {
47 .addReg(SrcReg, getKillRegState(KillSrc));
50 .addReg(SrcReg, getKillRegState(KillSrc));
53 .addReg(SrcReg, getKillRegState(KillSrc));
56 .addReg(SrcReg, getKillRegState(KillSrc));
59 .addReg(SrcReg, getKillRegState(KillSrc));
62 .addReg(SrcReg, getKillRegState(KillSrc));
H A DNVPTXInstrInfo.h54 unsigned DestReg, unsigned SrcReg, bool KillSrc) const override;
/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h44 bool KillSrc) const override;
H A DThumb1InstrInfo.cpp43 bool KillSrc) const {
45 .addReg(SrcReg, getKillRegState(KillSrc)));
H A DThumb2InstrInfo.h45 bool KillSrc) const override;
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h58 bool KillSrc) const override;
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h81 bool KillSrc) const override;
H A DSparcInstrInfo.cpp284 bool KillSrc) const {
297 .addReg(SrcReg, getKillRegState(KillSrc));
300 .addReg(SrcReg, getKillRegState(KillSrc));
304 .addReg(SrcReg, getKillRegState(KillSrc));
315 .addReg(SrcReg, getKillRegState(KillSrc));
346 if (KillSrc)
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h68 bool KillSrc) const override;
H A DXCoreInstrInfo.cpp344 bool KillSrc) const {
350 .addReg(SrcReg, getKillRegState(KillSrc))
362 .addReg(SrcReg, getKillRegState(KillSrc));
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h50 bool KillSrc) const override;
H A DMips16InstrInfo.h49 bool KillSrc) const override;
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1276 unsigned DestReg, unsigned SrcReg, bool KillSrc, unsigned Opcode,
1296 AddSubReg(MIB, SrcReg, Indices[SubReg], getKillRegState(KillSrc), TRI);
1303 bool KillSrc) const {
1324 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc));
1327 .addReg(SrcReg, getKillRegState(KillSrc))
1348 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc));
1353 .addReg(SrcReg, getKillRegState(KillSrc));
1364 .addReg(SrcReg, getKillRegState(KillSrc))
1374 .addReg(SrcReg, getKillRegState(KillSrc));
1384 copyPhysRegTuple(MBB, I, DL, DestReg, SrcReg, KillSrc, AArch6
[all...]
H A DAArch64InstrInfo.h105 bool KillSrc, unsigned Opcode,
109 bool KillSrc) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h130 unsigned LowLowOpcode, unsigned Size, bool KillSrc) const;
171 bool KillSrc) const override;
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h80 bool KillSrc) const = 0;
H A DSIInstrInfo.h68 bool KillSrc) const override;

Completed in 354 milliseconds

12