Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h118 Register SrcReg, bool isKill, int FrameIndex, in storeRegToStackSlot()
H A DMips16InstrInfo.cpp108 Register SrcReg, bool isKill, int FI, in storeRegToStack()
H A DMipsSEInstrInfo.cpp246 Register SrcReg, bool isKill, int FI, in storeRegToStack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp80 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
H A DThumb1FrameLowering.cpp855 bool isKill = !MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local
899 bool isKill = !MRI.isLiveIn(*HiRegToSave); in spillCalleeSavedRegisters() local
H A DThumb2InstrInfo.cpp165 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 Register SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrBuilder.h158 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
H A DX86InstrInfo.cpp1191 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg()
1434 bool isKill; in convertToThreeAddress() local
1470 bool isKill; in convertToThreeAddress() local
1493 bool isKill; in convertToThreeAddress() local
1528 bool isKill; in convertToThreeAddress() local
1577 bool isKill; in convertToThreeAddress() local
1618 bool isKill; in convertToThreeAddress() local
3794 Register SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp832 bool isKill = in rescheduleMIBelowKill() local
960 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() local
1679 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
H A DMachineInstrBundle.cpp221 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
H A DLiveIntervals.cpp1140 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); in handleMoveDown() local
1284 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); in handleMoveUp() local
H A DMachineLICM.cpp847 bool isKill = isOperandKill(MO, MRI); in calcRegisterCost() local
H A DMachineOperand.cpp242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
H A DInlineSpiller.cpp998 void InlineSpiller::insertSpill(Register NewVReg, bool isKill, in insertSpill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp396 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp122 Register SrcReg, bool isKill, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp360 Register SrcReg, bool isKill, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp295 Register SrcReg, bool isKill, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h390 bool isKill() const { in isKill() function
H A DLiveInterval.h112 bool isKill() const { in isKill() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp457 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp348 bool isKill = Op.hasOneUse() && in AddRegisterOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp605 bool isKill = Op.isKill(); in createHalfInstr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1908 MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, in StoreRegToStackSlot()
1931 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlotNoUpd()
1951 Register SrcReg, bool isKill, in storeRegToStackSlot()

12