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.cpp179 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
340 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
H A DUtils.cpp1508 LostDebugLocObserver *LocObserver, in saveUsesAndErase()
1523 LostDebugLocObserver *LocObserver) { in eraseInstrs()
1537 LostDebugLocObserver *LocObserver) { in eraseInstr()
H A DLegalizerHelper.cpp118 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()
549 const CallingConv::ID CC, LostDebugLocObserver &LocObserver, in createLibcall()
596 LostDebugLocObserver &LocObserver, MachineInstr *MI) { in createLibcall()
608 Type *OpType, LostDebugLocObserver &LocObserver) { in simpleLibcall()
622 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()
859 Type *FromType, LostDebugLocObserver &LocObserver) { in conversionLibcall()
907 LostDebugLocObserver &LocObserver) { in createGetStateLibcall()
947 LostDebugLocObserver &LocObserver) { in createSetStateLibcall()
984 LostDebugLocObserver &LocObserver) { in createResetStateLibcall()
1006 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);
434 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
441 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
446 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
535 LostDebugLocObserver *LocObserver,
538 LostDebugLocObserver *LocObserver = nullptr);
540 LostDebugLocObserver *LocObserver = nullptr);
H A DLegalizerInfo.h38 class LostDebugLocObserver; variable
1298 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.h29 LostDebugLocObserver &LocObserver) const override;
H A DMipsLegalizerInfo.cpp335 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.h33 LostDebugLocObserver &LocObserver) const override;
H A DSPIRVLegalizerInfo.cpp294 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
H A DARMLegalizerInfo.cpp366 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.h33 LostDebugLocObserver &LocObserver) const override;
H A DRISCVLegalizerInfo.cpp456 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.cpp1189 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h38 LostDebugLocObserver &LocObserver) const override;
H A DAMDGPULegalizerInfo.cpp2011 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/lib/clang/libllvm/
H A DMakefile284 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp