Home
last modified time | relevance | path

Searched refs:SDDbgLabel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h26 class SDDbgLabel; variable
136 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
H A DSDNodeDbgValue.h242 class SDDbgLabel {
248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() function
H A DInstrEmitter.cpp917 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
H A DSelectionDAG.cpp10049 SDDbgLabel *SelectionDAG::getDbgLabel(DILabel *Label, in getDbgLabel()
10053 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
10559 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel()
H A DSelectionDAGBuilder.cpp6123 SDDbgLabel *SDV; in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h82 class SDDbgLabel; variable
158 SmallVector<SDDbgLabel*, 4> DbgLabels;
169 void add(SDDbgLabel *L) { DbgLabels.push_back(L); }
197 using DbgLabelIterator = SmallVectorImpl<SDDbgLabel*>::iterator;
1689 SDDbgLabel *getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O);
1781 void AddDbgLabel(SDDbgLabel *DB);