/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 138 bool isKill, int FrameIndex, in storeRegToStackSlot()
|
H A D | Mips16InstrInfo.cpp | 108 Register SrcReg, bool isKill, int FI, in storeRegToStack()
|
H A D | MipsSEInstrInfo.cpp | 216 Register SrcReg, bool isKill, int FI, in storeRegToStack()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb1InstrInfo.cpp | 116 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
H A D | Thumb1FrameLowering.cpp | 879 bool isKill = !MRI.isLiveIn(Reg); in pushRegsToStack() local 919 bool isKill = !MRI.isLiveIn(*HiRegToSave); in pushRegsToStack() local
|
H A D | Thumb2InstrInfo.cpp | 166 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.cpp | 297 bool isKill = MI.getOperand(3).isKill(); in processSTVM() local 377 bool isKill = MI.getOperand(3).isKill(); in processSTVM512() local
|
H A D | VEInstrInfo.cpp | 461 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/freebsd/contrib/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 bool &isKill, MachineOperand &ImplicitOp, in classifyLEAReg() 1469 bool isKill; in convertToThreeAddress() local 1507 bool isKill; in convertToThreeAddress() local 1533 bool isKill; in convertToThreeAddress() local 1577 bool isKill; in convertToThreeAddress() local 1627 bool isKill; in convertToThreeAddress() local 1667 bool isKill; in convertToThreeAddress() local 4722 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.cpp | 121 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 220 bool isKill = KilledUseSet.count(Reg); in finalizeBundle() local
|
H A D | TwoAddressInstructionPass.cpp | 1022 bool isKill = isPlainlyKilled(MO); in rescheduleMIBelowKill() local 1150 bool isKill = isPlainlyKilled(MO); in rescheduleKillAboveMI() local 2015 bool isKill = UseMO.isKill(); in eliminateRegSequence() local
|
H A D | LiveIntervals.cpp | 1157 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); in handleMoveDown() local 1301 bool isKill = SlotIndex::isSameInstr(OldIdx, OldIdxIn->end); in handleMoveUp() local
|
H A D | MachineOperand.cpp | 274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
|
H A D | InlineSpiller.cpp | 1105 void InlineSpiller::insertSpill(Register NewVReg, bool isKill, in insertSpill()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 134 bool isKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 360 bool isKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 529 Register SrcReg, bool isKill, int FI, in storeRegToStackSlot()
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 603 bool isKill = Op.isKill(); in createHalfInstr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 1927 MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, in StoreRegToStackSlot() 1950 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlotNoUpd() 1970 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 377 bool isKill = Op.hasOneUse() && !isConvergenceCtrlMachineOp(Op) && in AddRegisterOperand() local
|