HomeSort by relevance Sort by last modified time
    Searched refs:KillSrc (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIInstrInfo.h 36 bool KillSrc) const;
SIInstrInfo.cpp 40 bool KillSrc) const
49 .addReg(SrcReg, getKillRegState(KillSrc));
R600InstrInfo.h 46 bool KillSrc) const;
AMDGPUInstrInfo.h 76 bool KillSrc) const = 0;
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 45 bool KillSrc) const;
Thumb2InstrInfo.h 46 bool KillSrc) const;
Thumb1InstrInfo.cpp 44 bool KillSrc) const {
46 .addReg(SrcReg, getKillRegState(KillSrc)));
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.h 36 bool KillSrc) const;
SIInstrInfo.cpp 40 bool KillSrc) const
49 .addReg(SrcReg, getKillRegState(KillSrc));
R600InstrInfo.h 46 bool KillSrc) const;
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 34 unsigned DestReg, unsigned SrcReg, bool KillSrc) const {
44 .addReg(SrcReg, getKillRegState(KillSrc));
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));
NVPTXInstrInfo.h 54 unsigned DestReg, unsigned SrcReg, bool KillSrc) const;
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 57 bool KillSrc) const;
  /external/llvm/lib/Target/R600/
SIInstrInfo.h 36 bool KillSrc) const;
SIInstrInfo.cpp 38 bool KillSrc) const {
95 .addReg(SrcReg, getKillRegState(KillSrc));
101 .addReg(SrcReg, getKillRegState(KillSrc));
123 .addReg(SrcReg, getKillRegState(KillSrc));
163 Builder.addReg(RI.getSubReg(SrcReg, SubIdx), getKillRegState(KillSrc));
AMDGPUInstrInfo.h 78 bool KillSrc) const = 0;
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 80 bool KillSrc) const;
SparcInstrInfo.cpp 275 bool KillSrc) const {
278 .addReg(SrcReg, getKillRegState(KillSrc));
281 .addReg(SrcReg, getKillRegState(KillSrc));
285 .addReg(SrcReg, getKillRegState(KillSrc));
300 if (KillSrc)
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 67 bool KillSrc) const;
XCoreInstrInfo.cpp 337 bool KillSrc) const {
343 .addReg(SrcReg, getKillRegState(KillSrc))
355 .addReg(SrcReg, getKillRegState(KillSrc));
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 44 bool KillSrc) const;
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 50 bool KillSrc) const;
Mips16InstrInfo.h 49 bool KillSrc) const;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 137 bool KillSrc) const;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 152 bool KillSrc) const LLVM_OVERRIDE;

Completed in 845 milliseconds

1 2