| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.cpp | 73 .addReg(STI.getTmpRegister(), RegState::Kill) in emitPrologue() 80 .addReg(STI.getTmpRegister(), RegState::Kill) in emitPrologue() 84 .addReg(STI.getZeroRegister(), RegState::Kill) in emitPrologue() 88 .addReg(STI.getZeroRegister(), RegState::Kill) in emitPrologue() 89 .addReg(STI.getZeroRegister(), RegState::Kill) in emitPrologue() 128 .addReg(AVR::R29R28, RegState::Kill) in emitPrologue() 159 .addReg(STI.getTmpRegister(), RegState::Kill); in restoreStatusRegister() 215 .addReg(AVR::R29R28, RegState::Kill) in emitEpilogue() 223 .addReg(AVR::R29R28, RegState::Kill); in emitEpilogue() 369 .addReg(AVR::R31R30, RegState::Kill) in eliminateCallFramePseudoInstr() [all …]
|
| H A D | AVRExpandPseudoInsts.cpp | 446 .addReg(DstHiReg, RegState::Kill); in expand() 697 .addReg(SrcReg, RegState::Kill); in expand() 703 .addReg(SrcReg, RegState::Kill); in expand() 730 .addReg(SrcReg, RegState::Kill); in expand() 736 .addReg(SrcReg, RegState::Kill); in expand() 1072 .addReg(DstReg, RegState::Kill) in expand() 1079 .addReg(DstReg, RegState::Kill) in expand() 1107 .addReg(DstReg, RegState::Kill) in expand() 1114 .addReg(DstReg, RegState::Kill) in expand() 1145 .addReg(DstReg, RegState::Kill) in expand() [all …]
|
| H A D | AVRRegisterInfo.cpp | 223 .addReg(DstReg, RegState::Kill) in eliminateFrameIndex() 262 .addReg(AVR::R29R28, RegState::Kill) in eliminateFrameIndex() 269 .addReg(STI.getTmpRegister(), RegState::Kill); in eliminateFrameIndex() 274 .addReg(AVR::R29R28, RegState::Kill) in eliminateFrameIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 322 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 339 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 370 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 398 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 414 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 445 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 470 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 475 .addReg(Tmp2Reg, RegState::Kill) in selectI64ImmDirect() 497 .addReg(TmpReg, RegState::Kill) in selectI64ImmDirect() 502 .addReg(Tmp2Reg, RegState::Kill) in selectI64ImmDirect() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.cpp | 108 .addReg(ScratchOffset, RegState::Kill) in InsertFPConstInst() 115 .addReg(ScratchOffset, RegState::Kill) in InsertFPConstInst() 121 .addReg(ScratchOffset, RegState::Kill); in InsertFPConstInst() 184 .addReg(ScratchBase, RegState::Kill) in InsertSPConstInst() 185 .addReg(ScratchOffset, RegState::Kill) in InsertSPConstInst() 191 .addReg(ScratchBase, RegState::Kill) in InsertSPConstInst() 192 .addReg(ScratchOffset, RegState::Kill) in InsertSPConstInst() 197 .addReg(ScratchBase, RegState::Kill) in InsertSPConstInst() 198 .addReg(ScratchOffset, RegState::Kill); in InsertSPConstInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveRangeCalc.h | 112 SlotIndex Kill; member 118 : LR(LR), DomNode(node), Kill(kill) {} in LiveInBlock() 244 SlotIndex Kill = SlotIndex()) { 245 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
|
| H A D | LiveInterval.h | 94 const bool Kill; variable 98 bool Kill) in LiveQueryResult() argument 99 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill) in LiveQueryResult() 113 return Kill; in isKill() 497 SlotIndex StartIdx, SlotIndex Kill); 504 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill); 554 bool Kill = false; in Query() local 560 Kill = true; in Query() 562 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 577 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
| H A D | MachineInstrBuilder.h | 48 Kill = 0x8, enumerator 64 ImplicitKill = Implicit | Kill 104 flags & RegState::Kill, 532 return B ? RegState::Kill : 0; in getKillRegState()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIFormMemoryClauses.cpp | 142 S |= RegState::Kill; in getMopState() 343 MachineInstrBuilder Kill; in runOnMachineFunction() local 358 KillOps.emplace_back(R.second.first | RegState::Kill, in runOnMachineFunction() 377 KillOps.emplace_back(R.second.first | RegState::Kill, SubReg); in runOnMachineFunction() 389 Kill = BuildMI(*MI.getParent(), std::next(LastClauseInst), in runOnMachineFunction() 392 Kill.addUse(Reg, std::get<0>(Op), std::get<1>(Op)); in runOnMachineFunction() 393 Ind->insertMachineInstrInMaps(*Kill); in runOnMachineFunction() 399 if (!Kill) in runOnMachineFunction()
|
| H A D | SIPostRABundler.cpp | 196 MachineInstr &Kill = *Next; in runOnMachineFunction() local 197 collectUsedRegUnits(Kill, KillUsedRegUnits); in runOnMachineFunction() 207 Kill.eraseFromParent(); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSplitDouble.cpp | 648 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg()) in splitMemRef() 651 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg()) in splitMemRef() 657 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg()) in splitMemRef() 661 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg()) in splitMemRef() 767 .addReg(Op1.getReg(), RS & ~RegState::Kill, Op1.getSubReg()); in splitExt() 807 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR); in splitShift() 832 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR); in splitShift() 835 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR); in splitShift() 838 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR) in splitShift() 844 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR) in splitShift() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchRegisterInfo.cpp | 160 .addReg(ScratchReg, RegState::Kill); in eliminateFrameIndex() 166 .addReg(ScratchReg, RegState::Kill); in eliminateFrameIndex() 178 .addReg(ScratchReg, RegState::Kill) in eliminateFrameIndex() 194 .addReg(ScratchReg, RegState::Kill); in eliminateFrameIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 72 if (I.Kill.isValid()) in updateFromLiveIns() 74 End = I.Kill; in updateFromLiveIns() 319 LiveIn.back().Kill = Use; in findReachingDefs() 405 if (I.Kill.isValid()) { in updateSSA() 407 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 418 if (I.Kill.isValid()) in updateSSA()
|
| H A D | ExecutionDomainFix.cpp | 235 void ExecutionDomainFix::processDefs(MachineInstr *MI, bool Kill) { in processDefs() argument 251 if (Kill) in processDefs() 404 bool Kill = false; in processBasicBlock() local 406 Kill = visitInstr(&MI); in processBasicBlock() 407 processDefs(&MI, Kill); in processBasicBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 82 .addReg(ScratchReg, RegState::Kill).addReg(DstReg) in expandMEMCPY() 95 .addReg(ScratchReg, RegState::Kill).addReg(DstReg).addImm(Offset); in expandMEMCPY() 102 .addReg(ScratchReg, RegState::Kill).addReg(DstReg).addImm(Offset); in expandMEMCPY() 109 .addReg(ScratchReg, RegState::Kill).addReg(DstReg).addImm(Offset); in expandMEMCPY()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | disasm.py | 112 process.Kill() 123 process.Kill()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.cpp | 92 .addReg(ScratchReg, RegState::Kill) in emitPrologueEpilogueSPUpdate() 459 .addReg(ARM::SP, RegState::Kill) in emitPrologue() 464 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 470 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 475 .addReg(ARM::R4, RegState::Kill) in emitPrologue() 766 .addReg(PopReg, RegState::Kill) in emitPopSpecialFixUp() 783 .addReg(PopReg, RegState::Kill) in emitPopSpecialFixUp() 824 .addReg(PopReg, RegState::Kill) in emitPopSpecialFixUp() 831 .addReg(TemporaryReg, RegState::Kill) in emitPopSpecialFixUp() 950 PushMIB.addReg(Reg, RegState::Kill); in pushRegsToStack() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.cpp | 768 .addReg(Reg, RegState::Kill) in lowerDynamicAlloc() 776 .addReg(Reg, RegState::Kill) in lowerDynamicAlloc() 859 .addReg(NegSizeReg1, RegState::Kill); in prepareDynamicAlloca() 876 .addReg(NegSizeReg1, RegState::Kill); in prepareDynamicAlloca() 985 .addReg(Reg1, RegState::Kill) in lowerCRSpilling() 992 .addReg(Reg, RegState::Kill), in lowerCRSpilling() 1031 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0) in lowerCRRestore() 1036 .addReg(Reg, RegState::Kill); in lowerCRRestore() 1144 .addReg(Reg1, RegState::Kill) in lowerCRBitSpilling() 1149 .addReg(Reg, RegState::Kill), in lowerCRBitSpilling() [all …]
|
| H A D | PPCFrameLowering.cpp | 797 MIB.addReg(MustSaveCRs[0], RegState::Kill); in emitPrologue() 950 .addReg(ScratchReg, RegState::Kill) in emitPrologue() 956 .addReg(ScratchReg, RegState::Kill) in emitPrologue() 957 .addReg(TempReg, RegState::Kill); in emitPrologue() 961 .addReg(SPReg, RegState::Kill) in emitPrologue() 972 .addReg(SPReg, RegState::Kill) in emitPrologue() 1002 .addReg(ScratchReg, RegState::Kill) in emitPrologue() 1018 .addReg(FPReg, RegState::Kill) // Save FP. in emitPrologue() 1029 .addReg(PPC::R30, RegState::Kill) // Save PIC base pointer. in emitPrologue() 1040 .addReg(BPReg, RegState::Kill) // Save BP. in emitPrologue() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 158 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword() 161 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword() 164 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword() 168 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword() 184 .addReg(Dest, RegState::Kill) in expandAtomicCmpSwapSubword() 187 .addReg(Dest, RegState::Kill) in expandAtomicCmpSwapSubword() 280 .addReg(Dest, RegState::Kill).addReg(OldVal).addMBB(exitMBB); in expandAtomicCmpSwap() 290 .addReg(Scratch, RegState::Kill).addReg(ZERO).addMBB(loop1MBB); in expandAtomicCmpSwap() 559 .addReg(Dest, RegState::Kill) in expandAtomicBinOpSubword() 562 .addReg(Dest, RegState::Kill) in expandAtomicBinOpSubword()
|
| H A D | Mips16InstrInfo.cpp | 290 MIB2.addReg(Mips::SP, RegState::Kill); in adjustStackPtrBig() 293 MIB3.addReg(Reg2, RegState::Kill); in adjustStackPtrBig() 296 MIB4.addReg(Reg1, RegState::Kill); in adjustStackPtrBig() 418 .addReg(SpReg, RegState::Kill) in loadImmediate() 423 .addReg(Reg, RegState::Kill); in loadImmediate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SpeculationHardening.cpp | 400 .addUse(TmpReg, RegState::Kill | RegState::Renamable) in insertRegToSPTaintPropagation() 401 .addUse(MisspeculatingTaintReg, RegState::Kill) in insertRegToSPTaintPropagation() 406 .addUse(TmpReg, RegState::Kill) in insertRegToSPTaintPropagation() 578 .addUse(SrcReg, RegState::Kill) in expandSpeculationSafeValue()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 230 .addReg(AArch64::NZCV, RegState::Implicit | RegState::Kill); in expandCMP_SWAP() 342 .addUse(StatusReg, RegState::Kill) in expandCMP_SWAP_128() 343 .addUse(StatusReg, RegState::Kill) in expandCMP_SWAP_128() 604 DOP.addReg(MI.getOperand(DOPIdx).getReg(), RegState::Kill) in expand_DestructiveOp() 613 .addReg(MI.getOperand(DOPIdx).getReg(), RegState::Kill) in expand_DestructiveOp() 618 .addReg(MI.getOperand(DOPIdx).getReg(), RegState::Kill) in expand_DestructiveOp() 716 bool Kill = (Offset + 1 == N) ? MI.getOperand(1).isKill() : false; in expandSVESpillFill() local 723 .addReg(MI.getOperand(1).getReg(), getKillRegState(Kill)) in expandSVESpillFill() 1073 RegState::Kill | in expandMI() 1186 .addReg(DstReg, RegState::Kill) in expandMI() [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog.tree-ssa | 138 * cp-lang.c (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Kill. 139 * cp-tree.h (cxx_callgraph_analyze_expr): Kill. 140 * decl2.c (cxx_callgraph_analyze_expr): Kill. 144 * cp-lang.c (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Kill. 145 * cp-tree.h (cxx_callgraph_analyze_expr): Kill. 146 * decl2.c (cxx_callgraph_analyze_expr): Kill. 420 (TINST_FILE, TINST_LINE): Kill.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 1154 .addReg(TargetReg, RegState::Kill) in tracePredStateThroughIndirectBranches() 1173 .addReg(TargetReg, RegState::Kill) in tracePredStateThroughIndirectBranches() 1174 .addReg(AddrReg, RegState::Kill); in tracePredStateThroughIndirectBranches() 1539 .addReg(PredStateReg, RegState::Kill) in mergePredStateIntoSP() 1545 .addReg(TmpReg, RegState::Kill); in mergePredStateIntoSP() 1564 .addReg(TmpReg, RegState::Kill) in extractPredStateFromSP() 2170 .addReg(ExpectedRetAddrReg, RegState::Kill) in tracePredStateThroughCall() 2181 .addReg(ExpectedRetAddrReg, RegState::Kill) in tracePredStateThroughCall() 2182 .addReg(ActualRetAddrReg, RegState::Kill); in tracePredStateThroughCall() 2192 .addReg(NewStateReg, RegState::Kill) in tracePredStateThroughCall()
|