Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h144 class SDDbgLabel {
150 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() function
DInstrEmitter.h111 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
DInstrEmitter.cpp766 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
DSelectionDAG.cpp8267 SDDbgLabel *SelectionDAG::getDbgLabel(DILabel *Label, in getDbgLabel()
8271 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
8761 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { in AddDbgLabel()
DSelectionDAGBuilder.cpp6037 SDDbgLabel *SDV; in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h77 class SDDbgLabel; variable
153 SmallVector<SDDbgLabel*, 4> DbgLabels;
170 void add(SDDbgLabel *L) {
200 using DbgLabelIterator = SmallVectorImpl<SDDbgLabel*>::iterator;
1338 SDDbgLabel *getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O);
1422 void AddDbgLabel(SDDbgLabel *DB);