Home
last modified time | relevance | path

Searched refs:IsKill (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp200 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 DMips16RegisterInfo.cpp123 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 DFixupStatepointCallerSaved.cpp112 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 DScheduleDAGInstrs.cpp400 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 DM68kInstrBuilder.h50 bool IsKill, int Offset) { in addRegIndirectWithDisp() argument
51 return MIB.addImm(Offset).addReg(Reg, getKillRegState(IsKill)); in addRegIndirectWithDisp()
H A DM68kInstrInfo.h282 bool IsKill, int FrameIndex,
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp126 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 DSIRegisterInfo.cpp84 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 DSIShrinkInstructions.cpp312 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 DSIOptimizeExecMaskingPreRA.cpp282 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 DARCInstrInfo.h72 bool IsKill, int FrameIndex,
H A DARCInstrInfo.cpp295 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 DCSKYInstrInfo.h45 bool IsKill, int FrameIndex,
H A DCSKYInstrInfo.cpp393 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 DHexagonFrameLowering.cpp1416 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 DHexagonBlockRanges.cpp326 bool IsKill = Op.isKill(); in computeInitialLiveRanges() local
329 if (IsKill) in computeInitialLiveRanges()
H A DHexagonFrameLowering.h173 bool IsDef, bool IsKill) const;
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp275 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 DLoongArchInstrInfo.h36 bool IsKill, int FrameIndex,
H A DLoongArchInstrInfo.cpp74 bool IsKill, int FI, const TargetRegisterClass *RC, in storeRegToStackSlot() argument
101 .addReg(SrcReg, getKillRegState(IsKill)) in storeRegToStackSlot()
H A DLoongArchFrameLowering.cpp467 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 DLanaiInstrInfo.h56 Register SourceRegister, bool IsKill, int FrameIndex,
H A DLanaiInstrInfo.cpp51 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 DSignals.inc303 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 DRISCVInstrInfo.h63 bool IsKill, int FrameIndex,

12