| /freebsd-src/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 | 179 LostDebugLocObserver &LocObserver, in legalizeMachineFunction() 340 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
|
| H A D | Utils.cpp | 20 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h" 1638 LostDebugLocObserver *LocObserver, 1653 LostDebugLocObserver *LocObserver) { 1667 LostDebugLocObserver *LocObserver) {
|
| H A D | LegalizerHelper.cpp | 21 #include "llvm/CodeGen/GlobalISel/LostDebugLocObserver.h" 119 LostDebugLocObserver &LocObserver) { in legalizeInstrStep() 568 const CallingConv::ID CC, LostDebugLocObserver &LocObserver, in createLibcall() 615 LostDebugLocObserver &LocObserver, MachineInstr *MI) { in simpleLibcall() 627 Type *OpType, LostDebugLocObserver &LocObserver) { in createMemLibcall() 641 MachineInstr &MI, LostDebugLocObserver &LocObserver) { in createMemLibcall() 878 Type *FromType, LostDebugLocObserver &LocObserver) { in getStateLibraryFunctionFor() 926 LostDebugLocObserver &LocObserver) { in createGetStateLibcall() 966 LostDebugLocObserver &LocObserver) { in createSetStateLibcall() 1003 LostDebugLocObserver in createResetStateLibcall() [all...] |
| /freebsd-src/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 {
|
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.h | 33 LostDebugLocObserver &LocObserver) const override;
|
| H A D | SPIRVLegalizerInfo.cpp | 338 LostDebugLocObserver &LocObserver) const {
|
| /freebsd-src/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 setFCmpLibcallsGNU()
|
| /freebsd-src/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 {
|
| /freebsd-src/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 legalizeRotate()
|
| /freebsd-src/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-src/lib/clang/libllvm/ |
| H A D | Makefile | 282 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp
|