Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp45 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
56 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
71 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
96 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
107 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
H A DThumb1InstrInfo.h42 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp42 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
45 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
53 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
61 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
70 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
77 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
83 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
107 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp45 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
54 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
68 .addReg(SrcHi, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
70 .addReg(SrcLo, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
73 .addReg(SrcLo, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
75 .addReg(SrcHi, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
90 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp328 MCRegister DestReg, MCRegister SrcReg, bool KillSrc, in copyPhysSubRegs() argument
355 if (KillSrc) in copyPhysSubRegs()
362 bool KillSrc) const { in copyPhysReg()
366 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
384 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
390 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
395 copyPhysSubRegs(MBB, I, DL, DestReg, SrcReg, KillSrc, get(VE::ANDMmm), in copyPhysReg()
401 copyPhysSubRegs(MBB, I, DL, DestReg, SrcReg, KillSrc, get(VE::ORri), in copyPhysReg()
919 bool KillSrc = IsSrcReg ? MI.getOperand(2).isKill() : false; in expandPostRAPseudo() local
932 .addReg(Src, getKillRegState(KillSrc)); in expandPostRAPseudo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp441 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
456 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
464 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
468 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
479 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
496 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
500 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
523 if (KillSrc) in copyPhysReg()
H A DSparcInstrInfo.h90 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp108 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
113 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
114 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
H A DXtensaInstrInfo.h52 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp34 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
37 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
40 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
H A DBPFInstrInfo.h34 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp481 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
486 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
491 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
502 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
514 .addReg(SrcReg, RegState::Define | getDeadRegState(KillSrc)) in copyPhysReg()
563 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
H A DCSKYInstrInfo.h58 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp60 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
72 .addReg(SrcReg, KillSrc ? RegState::Kill : 0); in copyPhysReg()
H A DWebAssemblyInstrInfo.h50 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp35 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
66 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
H A DNVPTXInstrInfo.h56 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp268 unsigned Size, bool KillSrc, in emitGRX32Move() argument
281 .addReg(SrcReg, getKillRegState(KillSrc) | getUndefRegState(UndefSrc)); in emitGRX32Move()
286 .addReg(SrcReg, getKillRegState(KillSrc) | getUndefRegState(UndefSrc)) in emitGRX32Move()
861 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
867 RI.getSubReg(SrcReg, SystemZ::subreg_h64), KillSrc); in copyPhysReg()
871 RI.getSubReg(SrcReg, SystemZ::subreg_l64), KillSrc); in copyPhysReg()
873 .addReg(SrcReg, (getKillRegState(KillSrc) | RegState::Implicit)); in copyPhysReg()
878 emitGRX32Move(MBB, MBBI, DL, DestReg, SrcReg, SystemZ::LR, 32, KillSrc, in copyPhysReg()
894 .addReg(SrcRegHi, getKillRegState(KillSrc)) in copyPhysReg()
895 .addReg(SrcRegLo, getKillRegState(KillSrc)); in copyPhysReg()
[all …]
H A DSystemZInstrInfo.h206 unsigned LowLowOpcode, unsigned Size, bool KillSrc,
279 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp334 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
340 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
352 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
H A DXCoreInstrInfo.h67 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h54 bool KillSrc) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp86 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
112 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg()
133 .addReg(SrcReg, getKillRegState(KillSrc)).addImm(1 << 4) in copyPhysReg()
139 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
180 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
734 unsigned KillSrc = getKillRegState(Src.isKill()); in expandCvtFPInt() local
747 BuildMI(MBB, I, DL, MovDesc, TmpReg).addReg(SrcReg, KillSrc); in expandCvtFPInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h40 bool KillSrc) const override;
H A DMSP430InstrInfo.cpp93 MCRegister SrcReg, bool KillSrc) const { in copyPhysReg()
103 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()

123