/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 283 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()
|
D | SparcInstrInfo.h | 82 bool KillSrc) const override;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrInfo.cpp | 40 bool KillSrc) const in copyPhysReg() 49 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | SIInstrInfo.h | 36 bool KillSrc) const;
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 43 bool KillSrc) const { in copyPhysReg() 54 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg() 64 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | Thumb1InstrInfo.h | 44 bool KillSrc) const override;
|
D | ARMBaseInstrInfo.h | 171 unsigned SrcReg, bool KillSrc, 174 unsigned DestReg, bool KillSrc, 179 bool KillSrc) const override;
|
D | Thumb2InstrInfo.h | 45 bool KillSrc) const override;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 1525 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 …]
|
D | AArch64InstrInfo.h | 114 bool KillSrc, unsigned Opcode, 118 bool KillSrc) const override;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 38 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 59 .addReg(SrcReg, KillSrc ? RegState::Kill : 0); in copyPhysReg()
|
D | WebAssemblyInstrInfo.h | 39 bool KillSrc) const override;
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 37 bool KillSrc) const { in copyPhysReg() 40 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | BPFInstrInfo.h | 35 bool KillSrc) const override;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 133 unsigned LowLowOpcode, unsigned Size, bool KillSrc) const; 172 bool KillSrc) const override;
|
D | SystemZInstrInfo.cpp | 172 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/ |
D | XCoreInstrInfo.cpp | 335 bool KillSrc) const { in copyPhysReg() 341 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg() 353 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | XCoreInstrInfo.h | 67 bool KillSrc) const override;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 35 unsigned DestReg, unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 64 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | NVPTXInstrInfo.h | 54 unsigned DestReg, unsigned SrcReg, bool KillSrc) const override;
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 82 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()
|
D | MipsSEInstrInfo.h | 49 bool KillSrc) const override;
|
D | Mips16InstrInfo.h | 49 bool KillSrc) const override;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 58 bool KillSrc) const override;
|
D | MSP430InstrInfo.cpp | 92 bool KillSrc) const { in copyPhysReg() 102 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|