Home
last modified time | relevance | path

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

12

/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 DCMakeLists.txt27 LostDebugLocObserver.cpp
H A DLegalizer.cpp25 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h"
178 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
339 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
H A DUtils.cpp20 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h"
1650 LostDebugLocObserver *LocObserver, in eraseInstrs()
1665 LostDebugLocObserver *LocObserver) { in salvageDebugInfo()
1679 LostDebugLocObserver *LocObserver) { in salvageDebugInfo()
H A DLegalizerHelper.cpp21 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h"
120 LostDebugLocObserver &LocObserver) { in legalizeInstrStep()
576 const CallingConv::ID CC, LostDebugLocObserver &LocObserver, in createLibcall()
623 LostDebugLocObserver &LocObserver, MachineInstr *MI) { in simpleLibcall()
635 Type *OpType, LostDebugLocObserver &LocObserver) { in createMemLibcall()
649 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall()
885 Type *FromType, LostDebugLocObserver &LocObserver, in getStateLibraryFunctionFor()
942 LostDebugLocObserver &LocObserver) { in createGetStateLibcall()
982 LostDebugLocObserver &LocObserver) {
1053 LostDebugLocObserver in libcall()
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h45 class LostDebugLocObserver;
96 LostDebugLocObserver &LocObserver);
99 LegalizeResult libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver);
277 LostDebugLocObserver &LocObserver);
280 LostDebugLocObserver &LocObserver);
283 LostDebugLocObserver &LocObserver);
286 LostDebugLocObserver &LocObserver);
470 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
477 LostDebugLocObserver &LocObserver, MachineInstr *MI = nullptr);
482 MachineInstr &MI, LostDebugLocObserver
44 class LostDebugLocObserver; global() variable
[all...]
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.h31 class LostDebugLocObserver;
558 LostDebugLocObserver *LocObserver,
561 LostDebugLocObserver *LocObserver = nullptr);
563 LostDebugLocObserver *LocObserver = nullptr);
30 class LostDebugLocObserver; global() variable
H A DLegalizerInfo.h38 class LostDebugLocObserver; variable
1383 LostDebugLocObserver &LocObserver) const {
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerTest.cpp12 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h"
68 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()
106 LostDebugLocObserver LocObserver(DEBUG_TYPE); in TEST_F()
200 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()
2280 LostDebugLocObserver DummyLocObserver(""); in TEST_F()
2339 LostDebugLocObserver DummyLocObserver(""); in TEST_F()
2391 LostDebugLocObserver DummyLocObserver(""); in TEST_F()
2444 LostDebugLocObserver DummyLocObserver(""); in TEST_F()
2498 LostDebugLocObserver DummyLocObserver(""); in TEST_F()
[all …]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.h29 LostDebugLocObserver &LocObserver) const override;
H A DMipsLegalizerInfo.cpp335 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.h33 LostDebugLocObserver &LocObserver) const override;
H A DSPIRVLegalizerInfo.cpp390 LostDebugLocObserver &LocObserver) const {
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.h34 LostDebugLocObserver &LocObserver) const override;
H A DX86LegalizerInfo.cpp640 LostDebugLocObserver &LocObserver) const { in legalizeBuildVector()
/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
H A DARMLegalizerInfo.cpp341 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.h35 LostDebugLocObserver &LocObserver) const override;
H A DRISCVLegalizerInfo.cpp1320 LostDebugLocObserver &LocObserver) const {
/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn40 "LostDebugLocObserver.cpp",
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.h31 LostDebugLocObserver &LocObserver) const override;
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h38 LostDebugLocObserver &LocObserver) const override;

12