| /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 | 178 LostDebugLocObserver &LocObserver, in legalizeMachineFunction() 338 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
|
| H A D | Utils.cpp | 1662 LostDebugLocObserver *LocObserver, in saveUsesAndErase() 1677 LostDebugLocObserver *LocObserver) { in eraseInstrs() 1691 LostDebugLocObserver *LocObserver) { in eraseInstr()
|
| H A D | LegalizerHelper.cpp | 120 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 D | LegalizerHelper.h | 46 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 D | LostDebugLocObserver.h | 20 class LLVM_ABI LostDebugLocObserver : public GISelChangeObserver { 27 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
|
| H A D | Legalizer.h | 36 class LostDebugLocObserver; variable 76 LostDebugLocObserver &LocObserver,
|
| H A D | Utils.h | 32 class LostDebugLocObserver; variable 570 LostDebugLocObserver *LocObserver, 574 LostDebugLocObserver *LocObserver = nullptr); 576 LostDebugLocObserver *LocObserver = nullptr);
|
| H A D | LegalizerInfo.h | 39 class LostDebugLocObserver; variable 1399 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.h | 31 LostDebugLocObserver &LocObserver) const override;
|
| H A D | SPIRVLegalizerInfo.cpp | 357 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 | 341 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 | 598 LostDebugLocObserver &LocObserver) const { in legalizeCustom()
|
| /freebsd/contrib/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 { 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 | 1409 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 | 2135 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 | 326 SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp
|