HomeSort by: relevance | last modified time | path
    Searched refs:Kill (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeCalc.h 112 // determined, the range from the block start to Kill will be added to LI.
113 SlotIndex Kill;
118 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
119 : LR(LR), DomNode(node), Kill(kill) {}
134 /// Find the set of defs that can reach @p Kill. @p Kill must belong to
137 /// If exactly one def can reach @p UseMBB, and the def dominates @p Kill,
146 /// is non-empty and @p Kill is jointly dominated only by the entries of
241 /// @param Kill Index in block where LI is killed. If the value i
    [all...]
LiveInterval.h 94 const bool Kill;
98 bool Kill)
99 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
113 return Kill;
489 SlotIndex StartIdx, SlotIndex Kill);
496 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
546 bool Kill = false;
552 Kill = true;
554 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
    [all...]
ExecutionDomainFix.h 182 /// Kill register rx, recycle or collapse any DomainValue.
183 void kill(int rx);
208 /// If Kill is set, also kill off DomainValues clobbered by the defs.
209 void processDefs(MachineInstr *, bool Kill);
MachineInstrBuilder.h 48 Kill = 0x8,
64 ImplicitKill = Implicit | Kill
104 flags & RegState::Kill,
509 return B ? RegState::Kill : 0;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
mb-templates.exp 55 gdb_test "kill" "" "kill" \
56 {Kill the program being debugged\? \(y or n\) } "y"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
mb-templates.exp 55 gdb_test "kill" "" "kill" \
56 {Kill the program being debugged\? \(y or n\) } "y"
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFormMemoryClauses.cpp 142 S |= RegState::Kill;
312 // Debug instructions should not change the kill insertion.
342 // Track the last inserted kill.
343 MachineInstrBuilder Kill;
345 // Insert one kill per register, with operands covering all necessary
358 KillOps.emplace_back(R.second.first | RegState::Kill,
377 KillOps.emplace_back(R.second.first | RegState::Kill, SubReg);
385 // already have existing uses beyond the bundle, we don't need the kill.
389 Kill = BuildMI(*MI.getParent(), std::next(LastClauseInst),
390 DebugLoc(), TII->get(AMDGPU::KILL));
    [all...]
SIPostRABundler.cpp 177 // TODO: Should maybe back-propagate kill flags to the bundle.
184 MachineInstr &Kill = *Next;
185 collectUsedRegUnits(Kill, KillUsedRegUnits);
189 // Erase the kill if it's a subset of the used registers.
195 Kill.eraseFromParent();
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 108 .addReg(ScratchOffset, RegState::Kill)
115 .addReg(ScratchOffset, RegState::Kill)
121 .addReg(ScratchOffset, RegState::Kill);
184 .addReg(ScratchBase, RegState::Kill)
185 .addReg(ScratchOffset, RegState::Kill)
191 .addReg(ScratchBase, RegState::Kill)
192 .addReg(ScratchOffset, RegState::Kill)
197 .addReg(ScratchBase, RegState::Kill)
198 .addReg(ScratchOffset, RegState::Kill);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRFrameLowering.cpp 72 .addReg(AVR::R1R0, RegState::Kill)
79 .addReg(AVR::R0, RegState::Kill)
83 .addReg(AVR::R0, RegState::Kill)
84 .addReg(AVR::R0, RegState::Kill)
122 .addReg(AVR::R29R28, RegState::Kill)
149 .addReg(AVR::R0, RegState::Kill);
204 .addReg(AVR::R29R28, RegState::Kill)
211 .addReg(AVR::R29R28, RegState::Kill);
260 // Do not kill the register when it is an input argument.
360 .addReg(AVR::R31R30, RegState::Kill)
    [all...]
AVRRegisterInfo.cpp 201 .addReg(DstReg, RegState::Kill)
229 .addReg(AVR::R29R28, RegState::Kill)
236 .addReg(AVR::R0, RegState::Kill);
241 .addReg(AVR::R29R28, RegState::Kill)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeCalc.cpp 74 if (I.Kill.isValid())
76 End = I.Kill;
321 LiveIn.back().Kill = Use;
389 // The value may be live-through even if Kill is set, as can happen when
407 if (I.Kill.isValid()) {
409 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI));
420 if (I.Kill.isValid())
ExecutionDomainFix.cpp 81 void ExecutionDomainFix::kill(int rx) { function in class:ExecutionDomainFix
235 void ExecutionDomainFix::processDefs(MachineInstr *MI, bool Kill) {
250 // Kill off domains redefined by generic instructions.
251 if (Kill)
252 kill(rx);
270 // Kill all defs and force them.
276 kill(rx);
315 kill(rx);
327 // Kill off any remaining uses that don't match available, and build a list of
335 kill(rx)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 649 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
652 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
658 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
662 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
768 .addReg(Op1.getReg(), RS & ~RegState::Kill, Op1.getSubReg());
808 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
833 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
836 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
839 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR)
845 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 82 .addReg(ScratchReg, RegState::Kill).addReg(DstReg)
95 .addReg(ScratchReg, RegState::Kill).addReg(DstReg).addImm(Offset);
102 .addReg(ScratchReg, RegState::Kill).addReg(DstReg).addImm(Offset);
109 .addReg(ScratchReg, RegState::Kill).addReg(DstReg).addImm(Offset);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVRegisterInfo.cpp 242 .addReg(ScratchReg, RegState::Kill);
248 .addReg(ScratchReg, RegState::Kill);
280 .addReg(ScalableFactorRegister, RegState::Kill);
287 .addReg(ScalableFactorRegister, RegState::Kill);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 92 .addReg(ScratchReg, RegState::Kill)
415 .addReg(ARM::SP, RegState::Kill)
420 .addReg(ARM::R4, RegState::Kill)
426 .addReg(ARM::R4, RegState::Kill)
431 .addReg(ARM::R4, RegState::Kill)
731 .addReg(PopReg, RegState::Kill)
747 .addReg(PopReg, RegState::Kill)
784 .addReg(PopReg, RegState::Kill)
790 .addReg(TemporaryReg, RegState::Kill)
921 PushMIB.addReg(Reg, RegState::Kill);
    [all...]
ARMInstrInfo.cpp 134 .addReg(Reg, RegState::Kill)
ThumbRegisterInfo.cpp 159 .addReg(LdReg, RegState::Kill)
175 MIB.addReg(BaseReg).addReg(LdReg, RegState::Kill);
177 MIB.addReg(LdReg).addReg(BaseReg, RegState::Kill);
314 MIB.addReg(BaseReg, RegState::Kill);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 589 .addReg(Reg, RegState::Kill)
597 .addReg(Reg, RegState::Kill)
680 .addReg(NegSizeReg1, RegState::Kill);
697 .addReg(NegSizeReg1, RegState::Kill);
794 // an MFOCRF to save all of the CRBits and, if needed, kill the SrcReg.
806 .addReg(Reg1, RegState::Kill)
813 .addReg(Reg, RegState::Kill),
852 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0)
857 .addReg(Reg, RegState::Kill);
951 // field is undef. Also, in order to preserve the kill flag on the CR bit
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 290 MIB2.addReg(Mips::SP, RegState::Kill);
293 MIB3.addReg(Reg2, RegState::Kill);
296 MIB4.addReg(Reg1, RegState::Kill);
418 .addReg(SpReg, RegState::Kill)
423 .addReg(Reg, RegState::Kill);
MipsExpandPseudo.cpp 158 .addReg(Scratch, RegState::Kill)
161 .addReg(Scratch, RegState::Kill)
164 .addReg(Scratch, RegState::Kill)
168 .addReg(Scratch, RegState::Kill)
184 .addReg(Dest, RegState::Kill)
187 .addReg(Dest, RegState::Kill)
280 .addReg(Dest, RegState::Kill).addReg(OldVal).addMBB(exitMBB);
290 .addReg(Scratch, RegState::Kill).addReg(ZERO).addMBB(loop1MBB);
559 .addReg(Dest, RegState::Kill)
562 .addReg(Dest, RegState::Kill)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SpeculationHardening.cpp 400 .addUse(TmpReg, RegState::Kill | RegState::Renamable)
401 .addUse(MisspeculatingTaintReg, RegState::Kill)
406 .addUse(TmpReg, RegState::Kill)
578 .addUse(SrcReg, RegState::Kill)
AArch64ExpandPseudoInsts.cpp 226 .addReg(AArch64::NZCV, RegState::Implicit | RegState::Kill);
313 .addUse(StatusReg, RegState::Kill)
314 .addUse(StatusReg, RegState::Kill)
542 .addReg(MI.getOperand(DOPIdx).getReg(), RegState::Kill)
547 .addReg(MI.getOperand(DOPIdx).getReg(), RegState::Kill)
645 bool Kill = (Offset + 1 == N) ? MI.getOperand(1).isKill() : false;
652 .addReg(MI.getOperand(1).getReg(), getKillRegState(Kill))
825 RegState::Kill |
933 .addReg(DstReg, RegState::Kill)
939 .addUse(DstReg, RegState::Kill);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 67 .addReg(MSP430::R4, RegState::Kill);
198 .addReg(Reg, RegState::Kill);

Completed in 46 milliseconds

1 2 3 4