18#ifndef LLVM_LIB_TARGET_SPIRV_SPIRVNONSEMANTICDEBUGHANDLER_H
19#define LLVM_LIB_TARGET_SPIRV_SPIRVNONSEMANTICDEBUGHANDLER_H
60 static constexpr unsigned NSSet =
static_cast<unsigned>(
61 SPIRV::InstructionSet::NonSemantic_Shader_DebugInfo_100);
63 struct CompileUnitInfo {
66 unsigned SpirvSourceLanguage = 0;
70 int64_t DwarfVersion = 0;
105 struct GlobalVariableDebugInfo {
110 GlobalVariableDebugInfoMap;
151 bool NonSemanticOpStringsSectionEmitted =
false;
196 bool GlobalDIEmitted =
false;
200 bool GlobalNSDIEnabled =
false;
208 bool DebugFunctionDefinitionEmitted =
false;
224 SPIRV::NonSemanticExtInst::NonSemanticExtInst Opcode;
291 void emitDebugFunctionDefinition(
MCRegister DebugFunctionReg,
295 void resetPerFunctionDebugState();
303 std::optional<const MachineInstr *>
315 void emitMCInst(
MCInst &Inst);
340 getCachedScopePathOpStringReg(
const DIScope *Scope,
341 bool UseEmptyPathIfNullScope =
false);
344 MCRegister emitExtInst(SPIRV::NonSemanticExtInst::NonSemanticExtInst Opcode,
380 std::optional<MCRegister>
386 std::optional<MCRegister>
400 std::optional<MCRegister>
407 std::optional<MCRegister> emitDebugFunction(
const DISubprogram *SP,
425 std::optional<MCRegister>
447 std::optional<MCRegister> emitDebugGlobalVariable(
475 std::optional<MCRegister>
494 std::optional<MCRegister> emitDebugExpression(
const DIExpression *Expr,
519 void placeRecord(SPIRV::NonSemanticExtInst::NonSemanticExtInst Opcode,
527 std::optional<MCRegister> getConstantValueReg(
const MachineInstr &
MI)
const;
558 void emitDebugBinding(SPIRV::NonSemanticExtInst::NonSemanticExtInst Opcode,
567 std::optional<MCRegister> emitDebugTypeVector(
const DICompositeType *VT,
582 std::optional<MCRegister> emitDebugTypeArray(
const DICompositeType *AT,
593 std::optional<MCRegister> emitDebugTypeMember(
const DIDerivedType *M,
605 std::optional<MCRegister> emitDebugTypeComposite(
619 std::optional<MCRegister> emitDebugTypedef(
const DIDerivedType *TD,
636 std::optional<MCRegister> mapDISignatureTypeToReg(
const DIType *Ty,
642 static unsigned toNSDISrcLang(
unsigned DwarfSrcLang);
668 std::optional<MCRegister>
679 std::optional<MCRegister>
This file defines the StringMap class.
This file defines the DenseMap class.
This file defines the DenseSet and SmallDenseSet classes.
const AbstractManglingParser< Derived, Alloc >::OperatorInfo AbstractManglingParser< Derived, Alloc >::Ops[]
static NVPTX::Scope resolveScope(NVPTX::Scope S, const NVPTXSubtarget *T)
This file implements a set that has insertion order iteration characteristics.
This file defines the SmallString class.
This file defines the SmallVector class.
Represent a constant reference to an array (0 or more elements consecutively in memory),...
This class is intended to be used as a driving class for all asm writers.
Basic type, like 'int' or 'float'.
A lightweight wrapper around an expression operand.
Base class for scope-like contexts.
Subprogram description. Uses SubclassData1.
Type array for a subprogram.
DebugHandlerBase(AsmPrinter *A)
Implements a dense probed hash-table based set.
Instances of this class represent a single low-level machine instruction.
Wrapper class representing physical registers. Should be passed by value.
DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to compute a normal dominat...
Representation of each machine instruction.
This class implements a map that also provides access to all stored values in a deterministic order.
A Module instance is used to store all the information related to an LLVM module.
void beginInstruction(const MachineInstr *MI) override
Process beginning of an instruction.
void endModule() override
Emit all sections that should come after the content.
void emitNonSemanticDebugStrings(SPIRV::ModuleAnalysisInfo &MAI)
Emit OpString instructions for all NSDI file paths and basic type names into the debug section (secti...
void beginModule(Module *M) override
Collect compile-unit metadata from the module.
void endFunctionImpl(const MachineFunction *MF) override
void beginFunctionImpl(const MachineFunction *MF) override
void emitNonSemanticGlobalDebugInfo(SPIRV::ModuleAnalysisInfo &MAI)
Emit module-scope NSDI instructions (DebugSource, DebugCompilationUnit, DebugTypeBasic,...
void prepareModuleOutput(const SPIRVSubtarget &ST, SPIRV::ModuleAnalysisInfo &MAI)
Add SPV_KHR_non_semantic_info extension and NonSemantic.Shader.DebugInfo.100 ext inst set entry to MA...
SPIRVNonSemanticDebugHandler(AsmPrinter &AP)
void endInstruction() override
Process end of an instruction.
void notifyEntryLabelEmitted(const MachineFunction &MF)
Called after the synthesized entry OpLabel has been emitted.
A vector that has set insertion semantics.
SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better...
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
StringMap - This is an unconventional map that is specialized for handling keys that are "strings",...
Represent a constant reference to a string, i.e.
LLVM Value Representation.
This is an optimization pass for GlobalISel generic memory operations.
DWARFExpression::Operation Op