Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h138 bool isKill, int FrameIndex, in storeRegToStackSlot()
H A DMips16InstrInfo.cpp108 Register SrcReg, bool isKill, int FI, in storeRegToStack() argument
H A DMipsSEInstrInfo.cpp216 Register SrcReg, bool isKill, int FI, in storeRegToStack() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp80 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,Register SrcReg,bool isKill,int FI,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
H A DThumb1FrameLowering.cpp885 bool isKill = !MRI.isLiveIn(Reg); pushRegsToStack() local
925 bool isKill = !MRI.isLiveIn(*HiRegToSave); pushRegsToStack() local
H A DThumb2InstrInfo.cpp165 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,Register SrcReg,bool isKill,int FI,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp297 bool isKill = MI.getOperand(3).isKill(); in processSTVM() local
377 bool isKill = MI.getOperand(3).isKill(); in processSTVM512() local
H A DVEInstrInfo.cpp461 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h158 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
H A DX86InstrInfo.cpp1139 classifyLEAReg(MachineInstr & MI,const MachineOperand & Src,unsigned Opc,bool AllowSP,Register & NewSrc,bool & isKill,MachineOperand & ImplicitOp,LiveVariables * LV,LiveIntervals * LIS) const classifyLEAReg() argument
1446 bool isKill; convertToThreeAddress() local
1484 bool isKill; convertToThreeAddress() local
1510 bool isKill; convertToThreeAddress() local
1554 bool isKill; convertToThreeAddress() local
1604 bool isKill; convertToThreeAddress() local
1644 bool isKill; convertToThreeAddress() local
4617 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp221 bool isKill = KilledUseSet.count(Reg); finalizeBundle() local
H A DTwoAddressInstructionPass.cpp949 bool isKill = isPlainlyKilled(MO); rescheduleMIBelowKill() local
1077 bool isKill = isPlainlyKilled(MO); rescheduleKillAboveMI() local
1952 bool isKill = UseMO.isKill(); eliminateRegSequence() local
[all...]
H A DLiveIntervals.cpp1132 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); handleMoveDown() local
1276 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); handleMoveUp() local
H A DMachineOperand.cpp274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
H A DMachineLICM.cpp896 bool isKill = isOperandKill(MO, MRI); calcRegisterCost() local
H A DInlineSpiller.cpp1105 void InlineSpiller::insertSpill(Register NewVReg, bool isKill, in insertSpill() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp134 bool isKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp360 bool isKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp529 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h112 bool isKill() const { in isKill() function
H A DMachineOperand.h399 bool isKill() const { in isKill() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp603 bool isKill = Op.isKill(); in createHalfInstr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1955 StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs); in storeRegToStackSlot() argument
1912 StoreRegToStackSlot(MachineFunction & MF,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,SmallVectorImpl<MachineInstr * > & NewMIs) const StoreRegToStackSlot() argument
1935 storeRegToStackSlotNoUpd(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI) const storeRegToStackSlotNoUpd() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp349 bool isKill = Op.hasOneUse() && AddRegisterOperand() local

12