Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.cpp103 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/
DSIInstrInfo.cpp40 bool KillSrc) const in copyPhysReg()
49 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DSIInstrInfo.h36 bool KillSrc) const;
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp43 unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
54 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
64 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DThumb1InstrInfo.h43 bool KillSrc) const override;
DThumb2InstrInfo.h44 bool KillSrc) const override;
DARMBaseInstrInfo.h169 unsigned SrcReg, bool KillSrc,
172 unsigned DestReg, bool KillSrc,
177 bool KillSrc) const override;
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp305 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/
DThumb1InstrInfo.cpp38 bool KillSrc) const { in copyPhysReg()
40 .addReg(SrcReg, getKillRegState(KillSrc))); in copyPhysReg()
DThumb1InstrInfo.h43 bool KillSrc) const;
DThumb2InstrInfo.h44 bool KillSrc) const;
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.cpp272 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/
DAArch64InstrInfo.cpp1872 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 …]
DAArch64InstrInfo.h120 bool KillSrc, unsigned Opcode,
124 bool KillSrc) const override;
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp37 unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
40 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DBPFInstrInfo.h35 bool KillSrc) const override;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.cpp124 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/
DXCoreInstrInfo.cpp337 bool KillSrc) const { in copyPhysReg()
343 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
355 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp54 unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
76 .addReg(SrcReg, KillSrc ? RegState::Kill : 0); in copyPhysReg()
DWebAssemblyInstrInfo.h42 bool KillSrc) const override;
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp331 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/
DMipsSEInstrInfo.cpp82 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/
DSystemZInstrInfo.h150 unsigned LowLowOpcode, unsigned Size, bool KillSrc) const;
191 bool KillSrc) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp36 unsigned SrcReg, bool KillSrc) const { in copyPhysReg()
65 .addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
DNVPTXInstrInfo.h54 bool KillSrc) const override;

123