/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 200 bool IsKill = false; in eliminateFI() local 235 IsKill = true; in eliminateFI() 252 IsKill = true; in eliminateFI() 256 MI.getOperand(OpNo).ChangeToRegister(FrameReg, false, false, IsKill); in eliminateFI()
|
H A D | Mips16RegisterInfo.cpp | 123 bool IsKill = false; in eliminateFI() local 139 IsKill = true; in eliminateFI() 141 MI.getOperand(OpNo).ChangeToRegister(FrameReg, false, false, IsKill); in eliminateFI()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | FixupStatepointCallerSaved.cpp | 112 bool &IsKill, const TargetInstrInfo &TII, in performCopyPropagation() argument 117 IsKill = false; in performCopyPropagation() 154 IsKill = DestSrc->Source->isKill(); in performCopyPropagation() 161 } else if (IsKill) { in performCopyPropagation() 419 bool IsKill = true; in spillRegisters() local 421 Reg = performCopyPropagation(Reg, InsertBefore, IsKill, TII, TRI); in spillRegisters() 424 TII.storeRegToStackSlot(*MI.getParent(), InsertBefore, Reg, IsKill, FI, in spillRegisters()
|
H A D | ScheduleDAGInstrs.cpp | 400 bool IsKill = MO.getSubReg() == 0 || MO.isUndef(); in addVRegDefDeps() local 404 KillLaneMask = IsKill ? LaneBitmask::getAll() : DefLaneMask; in addVRegDefDeps() 1106 bool IsKill = LiveRegs.available(MRI, Reg); in toggleKills() local 1107 MO.setIsKill(IsKill); in toggleKills()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrBuilder.h | 50 bool IsKill, int Offset) { in addRegIndirectWithDisp() argument 51 return MIB.addImm(Offset).addReg(Reg, getKillRegState(IsKill)); in addRegIndirectWithDisp()
|
H A D | M68kInstrInfo.h | 282 bool IsKill, int FrameIndex,
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.cpp | 126 Register SrcReg, bool IsKill, int FI, in storeRegToStackSlot() argument 136 .addReg(SrcReg, getKillRegState(IsKill)) in storeRegToStackSlot() 141 .addReg(SrcReg, getKillRegState(IsKill)) in storeRegToStackSlot()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 84 bool IsKill; member 120 bool IsKill, int Index, RegScavenger *RS) in SGPRSpillBuilder() 121 : SuperReg(Reg), MI(MI), IsKill(IsKill), DL(MI->getDebugLoc()), in SGPRSpillBuilder() 1217 .addReg(Src, getKillRegState(IsKill)); in spillVGPRtoAGPR() 1225 .addReg(Src, getKillRegState(IsKill)); in spillVGPRtoAGPR() 1308 unsigned LoadStoreOp, int Index, Register ValueReg, bool IsKill, in buildSpillLoadStore() argument 1531 SrcDstRegState |= getKillRegState(IsKill); in buildSpillLoadStore() 1675 bool IsKill) const { in buildVGPRSpillLoadStore() 1733 bool UseKill = SB.IsKill && IsLastSubreg; in spillSGPR() 1805 SuperKillState |= getKillRegState(SB.IsKill); in spillSGPR() [all …]
|
H A D | SIShrinkInstructions.cpp | 312 bool IsKill = NewAddrDwords == Info->VAddrDwords; in shrinkMIMG() local 331 IsKill = false; in shrinkMIMG() 364 MI.getOperand(VAddr0Idx).setIsKill(IsKill); in shrinkMIMG() 532 const bool IsKill = SrcReg->isKill(); in shrinkScalarLogicOp() local 539 /*isImp*/ false, IsKill, in shrinkScalarLogicOp()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 282 bool IsKill = SelLI->Query(CmpIdx.getRegSlot()).isKill(); in optimizeVcndVcmpPair() local 285 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.h | 72 bool IsKill, int FrameIndex,
|
H A D | ARCInstrInfo.cpp | 295 bool IsKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot() argument 314 .addReg(SrcReg, getKillRegState(IsKill)) in storeRegToStackSlot()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.h | 45 bool IsKill, int FrameIndex,
|
H A D | CSKYInstrInfo.cpp | 393 Register SrcReg, bool IsKill, int FI, in storeRegToStackSlot() argument 429 .addReg(SrcReg, getKillRegState(IsKill)) in storeRegToStackSlot()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1416 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local 1420 if (IsKill) in insertCSRSpillsInBlock() 1747 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local 1756 .addReg(SrcR, getKillRegState(IsKill)); in expandStoreInt() 1810 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local 1825 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVecPred() 1899 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local 1914 .addReg(SrcLo, getKillRegState(IsKill)) in expandStoreVec2() 1925 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2() 1986 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local [all …]
|
H A D | HexagonBlockRanges.cpp | 326 bool IsKill = Op.isKill(); in computeInitialLiveRanges() local 329 if (IsKill) in computeInitialLiveRanges()
|
H A D | HexagonFrameLowering.h | 173 bool IsDef, bool IsKill) const;
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64AdvSIMDScalarPass.cpp | 275 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy() argument 278 .addReg(Src, getKillRegState(IsKill)); in insertCopy()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.h | 36 bool IsKill, int FrameIndex,
|
H A D | LoongArchInstrInfo.cpp | 74 bool IsKill, int FI, const TargetRegisterClass *RC, in storeRegToStackSlot() argument 101 .addReg(SrcReg, getKillRegState(IsKill)) in storeRegToStackSlot()
|
H A D | LoongArchFrameLowering.cpp | 467 bool IsKill = in spillCalleeSavedRegisters() local 470 TII.storeRegToStackSlot(MBB, MI, Reg, IsKill, CS.getFrameIdx(), RC, TRI, in spillCalleeSavedRegisters()
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 56 Register SourceRegister, bool IsKill, int FrameIndex,
|
H A D | LanaiInstrInfo.cpp | 51 Register SourceRegister, bool IsKill, int FrameIndex, in storeRegToStackSlot() argument 63 .addReg(SourceRegister, getKillRegState(IsKill)) in storeRegToStackSlot()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 303 enum class SignalKind { IsKill, IsInfo }; 312 case SignalKind::IsKill: 330 registerHandler(S, SignalKind::IsKill); 332 registerHandler(S, SignalKind::IsKill); 334 registerHandler(SIGPIPE, SignalKind::IsKill);
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 63 bool IsKill, int FrameIndex,
|