Lines Matching refs:SpillLoc
300 struct SpillLoc { struct
303 bool operator==(const SpillLoc &Other) const { in operator ==() argument
306 bool operator!=(const SpillLoc &Other) const { in operator !=() argument
355 SpillLoc SpillLocation;
673 bool usesSpillLoc(SpillLoc SpillLocation) const { in usesSpillLoc()
682 unsigned getSpillLocIdx(SpillLoc SpillLocation) const { in getSpillLocIdx()
1025 std::optional<VarLoc::SpillLoc> isRestoreInstruction(const MachineInstr &MI,
1030 VarLoc::SpillLoc extractSpillBaseRegAndOffset(const MachineInstr &MI);
1291 VarLocBasedLDV::VarLoc::SpillLoc
1542 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair()
1722 std::optional<VarLocBasedLDV::VarLoc::SpillLoc>
1751 std::optional<VarLoc::SpillLoc> Loc; in transferSpillOrRestoreInst()