Searched refs:MLocTracker (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 33 class MLocTracker; variable 296 void dump(const MLocTracker *MTrack) const; 323 void dump(const MLocTracker *MTrack) const; 363 void dump(const MLocTracker *MTrack, const DbgOpIDMap *OpStore) const; 502 void dump(const MLocTracker *MTrack = nullptr, 621 class MLocTracker { 720 MLocTracker(MachineFunction &MF, const TargetInstrInfo &TII, 1094 MLocTracker *MTracker = nullptr;
|
| H A D | InstrRefBasedImpl.cpp | 184 MLocTracker *MTracker; 268 TransferTracker(const TargetInstrInfo *TII, MLocTracker *MTracker, in TransferTracker() 945 void ResolvedDbgOp::dump(const MLocTracker *MTrack) const { in dump() 952 void DbgOp::dump(const MLocTracker *MTrack) const { in dump() 959 void DbgOpID::dump(const MLocTracker *MTrack, const DbgOpIDMap *OpStore) const { in dump() 966 void DbgValue::dump(const MLocTracker *MTrack, in dump() 989 MLocTracker::MLocTracker(MachineFunction &MF, const TargetInstrInfo &TII, in MLocTracker() function in MLocTracker 1057 LocIdx MLocTracker::trackRegister(unsigned ID) { in trackRegister() 1079 void MLocTracker::writeRegMask(const MachineOperand *MO, unsigned CurBB, in writeRegMask() 1093 std::optional<SpillLocationNo> MLocTracker::getOrTrackSpillLoc(SpillLoc L) { in getOrTrackSpillLoc() [all …]
|