Searched defs:KillSrc (Results  1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ | 
| H A D | MipsSEInstrInfo.cpp | 764   unsigned KillSrc =  getKillRegState(Src.isKill());  in expandCvtFPInt()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ | 
| H A D | SystemZInstrInfo.cpp | 255                                 unsigned Size, bool KillSrc,  in emitGRX32Move()
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ | 
| H A D | TargetInstrInfo.h | 990                            bool KillSrc) const {  in copyPhysReg()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ | 
| H A D | AArch64InstrInfo.cpp | 3429                                         MCRegister SrcReg, bool KillSrc,  in copyPhysRegTuple()3456                                        unsigned SrcReg, bool KillSrc,  in copyGPRRegTuple()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ | 
| H A D | ARMBaseInstrInfo.cpp | 829                                     unsigned DestReg, bool KillSrc,  in copyFromCPSR()849                                   unsigned SrcReg, bool KillSrc,  in copyToCPSR()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ | 
| H A D | SIInstrInfo.cpp | 539                               MCRegister SrcReg, bool KillSrc,  in reportIllegalCopy()557                                MCRegister SrcReg, bool KillSrc,  in indirectCopyToAGPR()
 670                            MCRegister DestReg, MCRegister SrcReg, bool KillSrc,  in expandSGPRCopy()
 
 |