Home
last modified time | relevance | path

Searched refs:SDNODE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h33 SDNODE = 0, ///< Value is the result of an expression. enumerator
42 assert(kind == SDNODE); in getSDNode()
48 assert(kind == SDNODE); in getResNo()
88 case SDNODE:
113 SDDbgOperand(SDNode *N, unsigned R) : kind(SDNODE) { in SDDbgOperand()
196 if (DbgOp.getKind() == SDDbgOperand::SDNODE) in getSDNodes()
DInstrEmitter.cpp727 case SDDbgOperand::SDNODE: { in AddDbgValueLocationOps()
810 assert(DbgOperand.getKind() == SDDbgOperand::SDNODE); in EmitDbgInstrRef()
DSelectionDAGDumper.cpp850 case SDDbgOperand::SDNODE: in print()
DScheduleDAGSDNodes.cpp746 if (L.getKind() == SDDbgOperand::SDNODE && in ProcessSDDbgValues()
DSelectionDAG.cpp8947 if (NewLocOps[i].getKind() != SDDbgOperand::SDNODE || in salvageDebugInfo()