Home
last modified time | relevance | path

Searched refs:LostDebugLocObserver (Results 1 – 23 of 23) 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.cpp178 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
338 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
H A DUtils.cpp1662 LostDebugLocObserver *LocObserver, in saveUsesAndErase()
1677 LostDebugLocObserver *LocObserver) { in eraseInstrs()
1691 LostDebugLocObserver *LocObserver) { in eraseInstr()
H A DLegalizerHelper.cpp120 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()
582 const CallingConv::ID CC, LostDebugLocObserver &LocObserver, in createLibcall()
629 LostDebugLocObserver &LocObserver, MachineInstr *MI) { in createLibcall()
641 Type *OpType, LostDebugLocObserver &LocObserver) { in simpleLibcall()
655 LostDebugLocObserver &LocObserver) { in emitSincosLibcall()
703 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()
943 Type *FromType, LostDebugLocObserver &LocObserver, in conversionLibcall()
1000 LostDebugLocObserver &LocObserver) { in createGetStateLibcall()
1040 LostDebugLocObserver &LocObserver) { in createSetStateLibcall()
1111 LostDebugLocObserver &LocObserver) { in createFCMPLibcall()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h46 class LostDebugLocObserver; variable
97 LostDebugLocObserver &LocObserver);
101 LostDebugLocObserver &LocObserver);
283 LostDebugLocObserver &LocObserver);
286 LostDebugLocObserver &LocObserver);
289 LostDebugLocObserver &LocObserver);
292 LostDebugLocObserver &LocObserver);
301 LostDebugLocObserver &LocObserver);
502 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
509 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
[all …]
H A DLostDebugLocObserver.h20 class LLVM_ABI LostDebugLocObserver : public GISelChangeObserver {
27 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
H A DLegalizer.h36 class LostDebugLocObserver; variable
76 LostDebugLocObserver &LocObserver,
H A DUtils.h32 class LostDebugLocObserver; variable
570 LostDebugLocObserver *LocObserver,
574 LostDebugLocObserver *LocObserver = nullptr);
576 LostDebugLocObserver *LocObserver = nullptr);
H A DLegalizerInfo.h39 class LostDebugLocObserver; variable
1399 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
H A DSPIRVLegalizerInfo.cpp357 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
H A DARMLegalizerInfo.cpp341 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.cpp598 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.h35 LostDebugLocObserver &LocObserver) const override;
H A DRISCVLegalizerInfo.cpp1320 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.cpp1409 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h38 LostDebugLocObserver &LocObserver) const override;
H A DAMDGPULegalizerInfo.cpp2135 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 DMakefile326 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp