Searched refs:KillSrc (Results 1 – 25 of 34) sorted by relevance
12
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 39 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()
|
D | NVPTXInstrInfo.h | 56 bool KillSrc) const ;
|
/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.cpp | 38 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()
|
D | SIInstrInfo.h | 36 bool KillSrc) const;
|
D | R600InstrInfo.h | 46 bool KillSrc) const;
|
D | AMDGPUInstrInfo.h | 77 bool KillSrc) const = 0;
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 44 bool KillSrc) const { in copyPhysReg() 46 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
|
D | Thumb1InstrInfo.h | 45 bool KillSrc) const;
|
D | Thumb2InstrInfo.h | 46 bool KillSrc) const;
|
D | Thumb2InstrInfo.cpp | 115 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/ |
D | SparcInstrInfo.cpp | 283 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()
|
D | SparcInstrInfo.h | 88 bool KillSrc) const;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 337 bool KillSrc) const { in copyPhysReg() 343 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg() 355 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | XCoreInstrInfo.h | 67 bool KillSrc) const;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 57 bool KillSrc) const;
|
D | MSP430InstrInfo.cpp | 91 bool KillSrc) const { in copyPhysReg() 101 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 50 bool KillSrc) const;
|
D | Mips16InstrInfo.h | 49 bool KillSrc) const;
|
D | Mips16InstrInfo.cpp | 71 bool KillSrc) const { in copyPhysReg() 97 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | MipsSEInstrInfo.cpp | 88 bool KillSrc) const { in copyPhysReg() 148 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 44 bool KillSrc) const;
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.cpp | 87 bool KillSrc) const { in copyPhysReg() 89 .addReg(SrcReg, getKillRegState(KillSrc)).addReg(MBlaze::R0); in copyPhysReg()
|
D | MBlazeInstrInfo.h | 214 bool KillSrc) const;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 126 bool KillSrc) const;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 76 bool KillSrc) const;
|
12