Searched defs:KillSrc (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 328 MCRegister DestReg, MCRegister SrcReg, bool KillSrc, in copyPhysSubRegs() 919 bool KillSrc = IsSrcReg ? MI.getOperand(2).isKill() : false; in expandPostRAPseudo() local 966 bool KillSrc = MI.getOperand(1).isKill(); in expandPostRAPseudo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.cpp | 734 unsigned KillSrc = getKillRegState(Src.isKill()); in expandCvtFPInt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 268 unsigned Size, bool KillSrc, in emitGRX32Move()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1023 bool KillSrc) const { in copyPhysReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 830 unsigned DestReg, bool KillSrc, in copyFromCPSR() 850 unsigned SrcReg, bool KillSrc, in copyToCPSR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 609 MCRegister SrcReg, bool KillSrc, in reportIllegalCopy() 627 MCRegister SrcReg, bool KillSrc, in indirectCopyToAGPR() 744 MCRegister DestReg, MCRegister SrcReg, bool KillSrc, in expandSGPRCopy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4402 MCRegister SrcReg, bool KillSrc, in copyPhysRegTuple() 4429 unsigned SrcReg, bool KillSrc, in copyGPRRegTuple()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 320 const DebugLoc &DL, MCRegister DstReg, MCRegister SrcReg, bool KillSrc, in copyPhysRegVector() argument [all...] |