Home
last modified time | relevance | path

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

/freebsd/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.cpp25 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h"
179 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
340 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
H A DUtils.cpp1638 LostDebugLocObserver *LocObserver, in saveUsesAndErase()
1653 LostDebugLocObserver *LocObserver) { in eraseInstrs()
1667 LostDebugLocObserver *LocObserver) { in eraseInstr()
H A DLegalizerHelper.cpp119 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()
568 const CallingConv::ID CC, LostDebugLocObserver &LocObserver, in createLibcall()
615 LostDebugLocObserver &LocObserver, MachineInstr *MI) { in createLibcall()
627 Type *OpType, LostDebugLocObserver &LocObserver) { in simpleLibcall()
641 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()
878 Type *FromType, LostDebugLocObserver &LocObserver) { in conversionLibcall()
926 LostDebugLocObserver &LocObserver) { in createGetStateLibcall()
966 LostDebugLocObserver &LocObserver) { in createSetStateLibcall()
1003 LostDebugLocObserver &LocObserver) { in createResetStateLibcall()
1025 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) { in libcall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h44 class LostDebugLocObserver; variable
95 LostDebugLocObserver &LocObserver);
98 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);
276 LostDebugLocObserver &LocObserver);
279 LostDebugLocObserver &LocObserver);
282 LostDebugLocObserver &LocObserver);
449 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
456 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
461 MachineInstr &MI, LostDebugLocObserver &LocObserver);
H A DLostDebugLocObserver.h19 class LostDebugLocObserver : public GISelChangeObserver {
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
H A DLegalizer.h35 class LostDebugLocObserver; variable
79 LostDebugLocObserver &LocObserver,
H A DUtils.h30 class LostDebugLocObserver; variable
547 LostDebugLocObserver *LocObserver,
550 LostDebugLocObserver *LocObserver = nullptr);
552 LostDebugLocObserver *LocObserver = nullptr);
H A DLegalizerInfo.h38 class LostDebugLocObserver; variable
1311 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.h34 LostDebugLocObserver &LocObserver) const override;
H A DX86LegalizerInfo.cpp583 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
H A DARMLegalizerInfo.cpp338 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.h34 LostDebugLocObserver &LocObserver) const override;
H A DRISCVLegalizerInfo.cpp768 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
H A DAArch64LegalizerInfo.cpp1299 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h38 LostDebugLocObserver &LocObserver) const override;
H A DAMDGPULegalizerInfo.cpp2087 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp338 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp335 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/lib/clang/libllvm/
H A DMakefile282 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp