HomeSort by relevance Sort by last modified time
    Searched refs:SDDbgValue (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 10 // This file declares the SDDbgValue class.
27 /// SDDbgValue - Holds the information from a dbg_value node through SDISel.
30 class SDDbgValue {
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl,
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
106 // property. A SDDbgValue is invalid if the SDNode that produces the value is
InstrEmitter.h 26 class SDDbgValue;
116 MachineInstr *EmitDbgValue(SDDbgValue *SD,
InstrEmitter.cpp 601 InstrEmitter::EmitDbgValue(SDDbgValue *SD,
607 if (SD->getKind() == SDDbgValue::FRAMEIX) {
616 if (SD->getKind() == SDDbgValue::SDNODE) {
630 } else if (SD->getKind() == SDDbgValue::CONST) {
    [all...]
SelectionDAGBuilder.h 62 class SDDbgValue;
SelectionDAG.cpp 602 // If any of the SDDbgValue nodes refer to this SDNode, invalidate them.
603 ArrayRef<SDDbgValue*> DbgVals = DbgInfo->getSDDbgValues(N);
    [all...]
ScheduleDAGSDNodes.cpp 646 ArrayRef<SDDbgValue*> DVs = DAG->GetDbgValues(N);
763 // Insert all SDDbgValue's whose order(s) are before "Order".
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 36 class SDDbgValue;
72 SmallVector<SDDbgValue*, 32> DbgValues;
73 SmallVector<SDDbgValue*, 32> ByvalParmDbgValues;
74 DenseMap<const SDNode*, SmallVector<SDDbgValue*, 2> > DbgValMap;
81 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) {
99 ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) {
100 DenseMap<const SDNode*, SmallVector<SDDbgValue*, 2> >::iterator I =
104 return ArrayRef<SDDbgValue*>();
107 typedef SmallVector<SDDbgValue*,32>::iterator DbgIterator;
    [all...]

Completed in 144 milliseconds