Home
last modified time | relevance | path

Searched refs:LostDebugLocObserver (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp19 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()
H A DCMakeLists.txt22 LostDebugLocObserver.cpp
H A DLegalizer.cpp175 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
335 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
H A DUtils.cpp1306 LostDebugLocObserver *LocObserver, in saveUsesAndErase()
1321 LostDebugLocObserver *LocObserver) { in eraseInstrs()
1335 LostDebugLocObserver *LocObserver) { in eraseInstr()
H A DLegalizerHelper.cpp113 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()
672 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()
790 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h19 class LostDebugLocObserver : public GISelChangeObserver {
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
H A DLegalizer.h34 class LostDebugLocObserver; variable
77 LostDebugLocObserver &LocObserver,
H A DUtils.h30 class LostDebugLocObserver; variable
502 LostDebugLocObserver *LocObserver,
505 LostDebugLocObserver *LocObserver = nullptr);
507 LostDebugLocObserver *LocObserver = nullptr);
H A DLegalizerHelper.h43 class LostDebugLocObserver; variable
91 LostDebugLocObserver &LocObserver);
94 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);
428 MachineInstr &MI, LostDebugLocObserver &LocObserver);
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerTest.cpp67 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()
104 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()
197 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()
H A DLegalizerHelperTest.cpp2054 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 …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn35 "LostDebugLocObserver.cpp",
/llvm-project-15.0.7/llvm/docs/
H A DHowToUpdateDebugInfo.rst504 Using LostDebugLocObserver
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5114 llvm/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h
5865 llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp