Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 DLegalizer.cpp179 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
351 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
H A DLegalizerHelper.cpp109 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()
595 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()
713 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall()
/freebsd-13.1/contrib/llvm-project/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.h29 class LostDebugLocObserver; variable
72 LostDebugLocObserver &LocObserver,
H A DLegalizerHelper.h36 class LostDebugLocObserver; variable
84 LostDebugLocObserver &LocObserver);
87 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);
423 MachineInstr &MI, LostDebugLocObserver &LocObserver);
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile254 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp