Searched refs:LostDebugLocObserver (Results 1 – 14 of 14) sorted by relevance
19 void LostDebugLocObserver::analyzeDebugLocations() { in analyzeDebugLocations()70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint()77 void LostDebugLocObserver::createdInstr(MachineInstr &MI) { in createdInstr()93 void LostDebugLocObserver::erasingInstr(MachineInstr &MI) { in erasingInstr()102 void LostDebugLocObserver::changingInstr(MachineInstr &MI) { in changingInstr()111 void LostDebugLocObserver::changedInstr(MachineInstr &MI) { in changedInstr()
22 LostDebugLocObserver.cpp
175 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()335 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
1306 LostDebugLocObserver *LocObserver, in saveUsesAndErase()1321 LostDebugLocObserver *LocObserver) { in eraseInstrs()1335 LostDebugLocObserver *LocObserver) { in eraseInstr()
113 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()672 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()790 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall()
19 class LostDebugLocObserver : public GISelChangeObserver {26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
34 class LostDebugLocObserver; variable77 LostDebugLocObserver &LocObserver,
30 class LostDebugLocObserver; variable502 LostDebugLocObserver *LocObserver,505 LostDebugLocObserver *LocObserver = nullptr);507 LostDebugLocObserver *LocObserver = nullptr);
43 class LostDebugLocObserver; variable91 LostDebugLocObserver &LocObserver);94 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);428 MachineInstr &MI, LostDebugLocObserver &LocObserver);
67 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()104 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()197 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()
2054 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2096 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2132 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2164 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2222 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2281 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2333 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2386 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2440 LostDebugLocObserver DummyLocObserver(""); in TEST_F()2492 LostDebugLocObserver DummyLocObserver(""); in TEST_F()[all …]
35 "LostDebugLocObserver.cpp",
504 Using LostDebugLocObserver
5114 llvm/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h5865 llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp