Lines Matching refs:InstrRefBasedLDV
1297 class InstrRefBasedLDV : public LDVImpl { class
1534 InstrRefBasedLDV();
1557 InstrRefBasedLDV::InstrRefBasedLDV() {} in InstrRefBasedLDV() function in InstrRefBasedLDV
1569 InstrRefBasedLDV::extractSpillBaseRegAndOffset(const MachineInstr &MI) { in extractSpillBaseRegAndOffset()
1587 bool InstrRefBasedLDV::transferDebugValue(const MachineInstr &MI) { in transferDebugValue()
1638 bool InstrRefBasedLDV::transferDebugInstrRef(MachineInstr &MI) { in transferDebugInstrRef()
1754 void InstrRefBasedLDV::transferRegisterDef(MachineInstr &MI) { in transferRegisterDef()
1803 void InstrRefBasedLDV::performCopy(Register SrcRegNum, Register DstRegNum) { in performCopy()
1851 bool InstrRefBasedLDV::isSpillInstruction(const MachineInstr &MI, in isSpillInstruction()
1864 bool InstrRefBasedLDV::isLocationSpill(const MachineInstr &MI, in isLocationSpill()
1913 InstrRefBasedLDV::isRestoreInstruction(const MachineInstr &MI, in isRestoreInstruction()
1927 bool InstrRefBasedLDV::transferSpillOrRestoreInst(MachineInstr &MI) { in transferSpillOrRestoreInst()
2012 bool InstrRefBasedLDV::transferRegisterCopy(MachineInstr &MI) { in transferRegisterCopy()
2051 InstrRefBasedLDV::performCopy(SrcReg, DestReg); in transferRegisterCopy()
2073 void InstrRefBasedLDV::accumulateFragmentMap(MachineInstr &MI) { in accumulateFragmentMap()
2122 void InstrRefBasedLDV::process(MachineInstr &MI) { in process()
2137 void InstrRefBasedLDV::produceMLocTransferFunction( in produceMLocTransferFunction()
2259 InstrRefBasedLDV::mlocJoin(MachineBasicBlock &MBB, in mlocJoin()
2359 void InstrRefBasedLDV::mlocDataflow( in mlocDataflow()
2478 bool InstrRefBasedLDV::vlocDowngradeLattice( in vlocDowngradeLattice()
2519 std::tuple<Optional<ValueIDNum>, bool> InstrRefBasedLDV::pickVPHILoc( in pickVPHILoc()
2611 std::tuple<bool, bool> InstrRefBasedLDV::vlocJoin( in vlocJoin()
2882 void InstrRefBasedLDV::vlocDataflow( in vlocDataflow()
3115 void InstrRefBasedLDV::dump_mloc_transfer( in dump_mloc_transfer()
3125 void InstrRefBasedLDV::emitLocations( in emitLocations()
3184 void InstrRefBasedLDV::initialSetup(MachineFunction &MF) { in initialSetup()
3209 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges()
3357 return new InstrRefBasedLDV(); in makeInstrRefBasedLiveDebugValues()