/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 138 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register SrcReg,bool isKill,int FrameIndex,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) storeRegToStackSlot() argument
|
H A D | Mips16InstrInfo.cpp | 108 storeRegToStack(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,Register SrcReg,bool isKill,int FI,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,int64_t Offset) const storeRegToStack() argument
|
H A D | MipsSEInstrInfo.cpp | 216 storeRegToStack(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,Register SrcReg,bool isKill,int FI,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,int64_t Offset) const storeRegToStack() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb1InstrInfo.cpp | 116 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 D | Thumb1FrameLowering.cpp | 880 bool isKill = !MRI.isLiveIn(Reg); pushRegsToStack() local 920 bool isKill = !MRI.isLiveIn(*HiRegToSave); pushRegsToStack() local
|
H A D | Thumb2InstrInfo.cpp | 166 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot() argument
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.cpp | 297 bool isKill = MI.getOperand(3).isKill(); processSTVM() local 377 bool isKill = MI.getOperand(3).isKill(); processSTVM512() local
|
H A D | VEInstrInfo.cpp | 461 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot() argument
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 38 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 158 unsigned Reg, bool isKill, int Offset) { in addRegOffset()
|
H A D | X86InstrInfo.cpp | 1162 classifyLEAReg(MachineInstr & MI,const MachineOperand & Src,unsigned Opc,bool AllowSP,Register & NewSrc,bool & isKill,MachineOperand & ImplicitOp,LiveVariables * LV,LiveIntervals * LIS) const classifyLEAReg() argument 1469 bool isKill; convertToThreeAddress() local 1507 bool isKill; convertToThreeAddress() local 1533 bool isKill; convertToThreeAddress() local 1577 bool isKill; convertToThreeAddress() local 1627 bool isKill; convertToThreeAddress() local 1667 bool isKill; convertToThreeAddress() local 4722 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument [all...] |
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.cpp | 121 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 220 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
|
H A D | TwoAddressInstructionPass.cpp | 949 bool isKill = isPlainlyKilled(MO); rescheduleMIBelowKill() local 1077 bool isKill = isPlainlyKilled(MO); rescheduleKillAboveMI() local 1963 bool isKill = UseMO.isKill(); eliminateRegSequence() local [all...] |
H A D | LiveIntervals.cpp | 1132 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); handleMoveDown() local 1276 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); handleMoveUp() local
|
H A D | MachineOperand.cpp | 274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
|
H A D | MachineLICM.cpp | 965 bool isKill = isOperandKill(MO, MRI); calcRegisterCost() local
|
H A D | InlineSpiller.cpp | 1103 insertSpill(Register NewVReg,bool isKill,MachineBasicBlock::iterator MI) insertSpill() argument
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 134 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIndex,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 360 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,Register SrcReg,bool isKill,int FrameIndex,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 529 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator I,Register SrcReg,bool isKill,int FI,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 399 bool isKill() const { in isKill() function
|
H A D | LiveInterval.h | 112 bool isKill() const { in isKill() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 603 bool isKill = Op.isKill(); in createHalfInstr() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 1927 StoreRegToStackSlot(MachineFunction & MF,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,SmallVectorImpl<MachineInstr * > & NewMIs) const StoreRegToStackSlot() argument 1950 storeRegToStackSlotNoUpd(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI) const storeRegToStackSlotNoUpd() argument 1970 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument [all...] |