Lines Matching refs:SpillLoc
291 struct SpillLoc { struct
294 bool operator==(const SpillLoc &Other) const { in operator ==() argument
297 bool operator!=(const SpillLoc &Other) const { in operator !=() argument
330 SpillLoc SpillLocation;
635 bool usesSpillLoc(SpillLoc SpillLocation) const { in usesSpillLoc()
644 unsigned getSpillLocIdx(SpillLoc SpillLocation) const { in getSpillLocIdx()
949 Optional<VarLoc::SpillLoc> isRestoreInstruction(const MachineInstr &MI,
954 VarLoc::SpillLoc extractSpillBaseRegAndOffset(const MachineInstr &MI);
1213 VarLocBasedLDV::VarLoc::SpillLoc
1464 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair()
1621 Optional<VarLocBasedLDV::VarLoc::SpillLoc>
1650 Optional<VarLoc::SpillLoc> Loc; in transferSpillOrRestoreInst()