Home
last modified time | relevance | path

Searched defs:isKill (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstrInfo.h138 bool isKill, int FrameIndex, in storeRegToStackSlot()
DMips16InstrInfo.cpp108 Register SrcReg, bool isKill, int FI, in storeRegToStack()
DMipsSEInstrInfo.cpp246 Register SrcReg, bool isKill, int FI, in storeRegToStack()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVERegisterInfo.cpp297 bool isKill = MI.getOperand(3).isKill(); in processSTVM() local
377 bool isKill = MI.getOperand(3).isKill(); in processSTVM512() local
DVEInstrInfo.cpp461 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp80 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
DThumb1FrameLowering.cpp885 bool isKill = !MRI.isLiveIn(Reg); in pushRegsToStack() local
925 bool isKill = !MRI.isLiveIn(*HiRegToSave); in pushRegsToStack() local
DThumb2InstrInfo.cpp165 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrBuilder.h158 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
DX86InstrInfo.cpp1069 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg()
1373 bool isKill; in convertToThreeAddress() local
1411 bool isKill; in convertToThreeAddress() local
1437 bool isKill; in convertToThreeAddress() local
1481 bool isKill; in convertToThreeAddress() local
1535 bool isKill; in convertToThreeAddress() local
1579 bool isKill; in convertToThreeAddress() local
3931 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineInstrBundle.cpp226 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
DTwoAddressInstructionPass.cpp918 bool isKill = in rescheduleMIBelowKill() local
1047 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local
1917 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
DLiveIntervals.cpp1139 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); in handleMoveDown() local
1283 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); in handleMoveUp() local
DMachineLICM.cpp858 bool isKill = isOperandKill(MO, MRI); in calcRegisterCost() local
DMachineOperand.cpp256 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
DInlineSpiller.cpp1037 void InlineSpiller::insertSpill(Register NewVReg, bool isKill, in insertSpill()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp129 bool isKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp360 bool isKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp498 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineOperand.h396 bool isKill() const { in isKill() function
DLiveInterval.h112 bool isKill() const { in isKill() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp604 bool isKill = Op.isKill(); in createHalfInstr() local
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1932 MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, in StoreRegToStackSlot()
1955 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlotNoUpd()
1975 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp349 bool isKill = Op.hasOneUse() && in AddRegisterOperand() local

12