/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.cpp | 103 bool KillSrc) const { in copyPhysReg() 106 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 112 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg() 120 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 126 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 134 .addReg(SrcReg, getKillRegState(KillSrc)).addImm(0); in copyPhysReg() 139 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 147 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 153 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
/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 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 54 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg() 64 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | Thumb1InstrInfo.h | 43 bool KillSrc) const override;
|
D | Thumb2InstrInfo.h | 44 bool KillSrc) const override;
|
D | ARMBaseInstrInfo.h | 169 unsigned SrcReg, bool KillSrc, 172 unsigned DestReg, bool KillSrc, 177 bool KillSrc) const override;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 305 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 320 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 328 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 332 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 343 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 360 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 364 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 387 if (KillSrc) in copyPhysReg()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 38 bool KillSrc) const { in copyPhysReg() 40 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
|
D | Thumb1InstrInfo.h | 43 bool KillSrc) const;
|
D | Thumb2InstrInfo.h | 44 bool KillSrc) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 272 bool KillSrc) const { in copyPhysReg() 275 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 278 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 281 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 1872 unsigned DestReg, unsigned SrcReg, bool KillSrc, unsigned Opcode, in copyPhysRegTuple() argument 1892 AddSubReg(MIB, SrcReg, Indices[SubReg], getKillRegState(KillSrc), TRI); in copyPhysRegTuple() 1899 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 1920 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg() 1923 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg() 1944 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg() 1949 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 1960 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg() 1970 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 1980 copyPhysRegTuple(MBB, I, DL, DestReg, SrcReg, KillSrc, AArch64::ORRv8i8, in copyPhysReg() [all …]
|
D | AArch64InstrInfo.h | 120 bool KillSrc, unsigned Opcode, 124 bool KillSrc) const override;
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 37 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 40 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | BPFInstrInfo.h | 35 bool KillSrc) const override;
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.cpp | 124 bool KillSrc) const { in copyPhysReg() 128 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 132 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 136 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
/external/swiftshader/third_party/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()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 54 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 76 .addReg(SrcReg, KillSrc ? RegState::Kill : 0); in copyPhysReg()
|
D | WebAssemblyInstrInfo.h | 42 bool KillSrc) const override;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 331 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 337 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg() 349 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 82 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 108 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc)); in copyPhysReg() 129 .addReg(SrcReg, getKillRegState(KillSrc)).addImm(1 << 4) in copyPhysReg() 135 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 176 MIB.addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg() 591 unsigned KillSrc = getKillRegState(Src.isKill()); in expandCvtFPInt() local 604 BuildMI(MBB, I, DL, MovDesc, TmpReg).addReg(SrcReg, KillSrc); in expandCvtFPInt()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 150 unsigned LowLowOpcode, unsigned Size, bool KillSrc) const; 191 bool KillSrc) const override;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 36 unsigned SrcReg, bool KillSrc) const { in copyPhysReg() 65 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
|
D | NVPTXInstrInfo.h | 54 bool KillSrc) const override;
|