/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LostDebugLocObserver.cpp | 19 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 D | CMakeLists.txt | 27 LostDebugLocObserver.cpp
|
H A D | Legalizer.cpp | 25 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h" 178 LostDebugLocObserver &LocObserver, in legalizeMachineFunction() 339 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
|
H A D | Utils.cpp | 20 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h" 1650 LostDebugLocObserver *LocObserver, in eraseInstrs() 1665 LostDebugLocObserver *LocObserver) { in salvageDebugInfo() 1679 LostDebugLocObserver *LocObserver) { in salvageDebugInfo()
|
H A D | LegalizerHelper.cpp | 21 #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 D | LegalizerHelper.h | 45 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 D | LostDebugLocObserver.h | 19 class LostDebugLocObserver : public GISelChangeObserver { 26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
|
H A D | Legalizer.h | 35 class LostDebugLocObserver; variable 79 LostDebugLocObserver &LocObserver,
|
H A D | Utils.h | 31 class LostDebugLocObserver; 558 LostDebugLocObserver *LocObserver, 561 LostDebugLocObserver *LocObserver = nullptr); 563 LostDebugLocObserver *LocObserver = nullptr); 30 class LostDebugLocObserver; global() variable
|
H A D | LegalizerInfo.h | 38 class LostDebugLocObserver; variable 1383 LostDebugLocObserver &LocObserver) const {
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerTest.cpp | 12 #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 D | LegalizerHelperTest.cpp | 2054 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 D | MipsLegalizerInfo.h | 29 LostDebugLocObserver &LocObserver) const override;
|
H A D | MipsLegalizerInfo.cpp | 335 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.h | 33 LostDebugLocObserver &LocObserver) const override;
|
H A D | SPIRVLegalizerInfo.cpp | 390 LostDebugLocObserver &LocObserver) const {
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86LegalizerInfo.h | 34 LostDebugLocObserver &LocObserver) const override;
|
H A D | X86LegalizerInfo.cpp | 640 LostDebugLocObserver &LocObserver) const { in legalizeBuildVector()
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.h | 31 LostDebugLocObserver &LocObserver) const override;
|
H A D | ARMLegalizerInfo.cpp | 341 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVLegalizerInfo.h | 35 LostDebugLocObserver &LocObserver) const override;
|
H A D | RISCVLegalizerInfo.cpp | 1320 LostDebugLocObserver &LocObserver) const {
|
/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/ |
H A D | BUILD.gn | 40 "LostDebugLocObserver.cpp",
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.h | 31 LostDebugLocObserver &LocObserver) const override;
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.h | 38 LostDebugLocObserver &LocObserver) const override;
|