/freebsd/contrib/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 | Legalizer.cpp | 25 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h" 179 LostDebugLocObserver &LocObserver, in legalizeMachineFunction() 340 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
|
H A D | Utils.cpp | 1638 LostDebugLocObserver *LocObserver, in saveUsesAndErase() 1653 LostDebugLocObserver *LocObserver) { in eraseInstrs() 1667 LostDebugLocObserver *LocObserver) { in eraseInstr()
|
H A D | LegalizerHelper.cpp | 119 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 D | LegalizerHelper.h | 44 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 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 | 30 class LostDebugLocObserver; variable 547 LostDebugLocObserver *LocObserver, 550 LostDebugLocObserver *LocObserver = nullptr); 552 LostDebugLocObserver *LocObserver = nullptr);
|
H A D | LegalizerInfo.h | 38 class LostDebugLocObserver; variable 1311 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86LegalizerInfo.h | 34 LostDebugLocObserver &LocObserver) const override;
|
H A D | X86LegalizerInfo.cpp | 583 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.h | 31 LostDebugLocObserver &LocObserver) const override;
|
H A D | ARMLegalizerInfo.cpp | 338 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVLegalizerInfo.h | 34 LostDebugLocObserver &LocObserver) const override;
|
H A D | RISCVLegalizerInfo.cpp | 768 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.h | 31 LostDebugLocObserver &LocObserver) const override;
|
H A D | AArch64LegalizerInfo.cpp | 1299 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.h | 38 LostDebugLocObserver &LocObserver) const override;
|
H A D | AMDGPULegalizerInfo.cpp | 2087 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 338 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsLegalizerInfo.cpp | 335 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 282 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp
|