Home
last modified time | relevance | path

Searched refs:SpillLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp308 struct SpillLoc { struct
311 bool operator==(const SpillLoc &Other) const { in operator ==() argument
314 bool operator!=(const SpillLoc &Other) const { in operator !=() argument
347 SpillLoc SpillLocation;
654 bool usesSpillLoc(SpillLoc SpillLocation) const { in usesSpillLoc()
663 unsigned getSpillLocIdx(SpillLoc SpillLocation) const { in getSpillLocIdx()
964 Optional<VarLoc::SpillLoc> isRestoreInstruction(const MachineInstr &MI,
969 VarLoc::SpillLoc extractSpillBaseRegAndOffset(const MachineInstr &MI);
1213 VarLocBasedLDV::VarLoc::SpillLoc
1429 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair()
[all …]
H A DInstrRefBasedImpl.cpp220 struct SpillLoc { struct
223 bool operator==(const SpillLoc &Other) const { in operator ==() argument
227 bool operator<(const SpillLoc &Other) const { in operator <() argument
438 UniqueVector<SpillLoc> SpillLocs;
661 LocIdx getOrTrackSpillLoc(SpillLoc L) { in getOrTrackSpillLoc()
680 void setSpill(SpillLoc L, ValueIDNum ValueID) { in setSpill()
686 Optional<ValueIDNum> readSpill(SpillLoc L) { in readSpill()
698 Optional<LocIdx> getSpillMLoc(SpillLoc L) { in getSpillMLoc()
771 const SpillLoc &Spill = SpillLocs[LocID - NumRegs + 1]; in emitLoc()
1390 Optional<SpillLoc> isRestoreInstruction(const MachineInstr &MI,
[all …]