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 {
55 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R,
66 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
75 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
114 // property. A SDDbgValue is invalid if the SDNode that produces the value is
InstrEmitter.h 27 class SDDbgValue;
114 MachineInstr *EmitDbgValue(SDDbgValue *SD,
InstrEmitter.cpp 643 InstrEmitter::EmitDbgValue(SDDbgValue *SD,
649 if (SD->getKind() == SDDbgValue::FRAMEIX) {
658 if (SD->getKind() == SDDbgValue::SDNODE) {
672 } else if (SD->getKind() == SDDbgValue::CONST) {
    [all...]
SelectionDAGBuilder.h 63 class SDDbgValue;
SelectionDAG.cpp 699 // If any of the SDDbgValue nodes refer to this SDNode, invalidate them.
700 ArrayRef<SDDbgValue*> DbgVals = DbgInfo->getSDDbgValues(N);
    [all...]
ScheduleDAGSDNodes.cpp 711 ArrayRef<SDDbgValue*> DVs = DAG->GetDbgValues(N);
869 // Insert all SDDbgValue's whose order(s) are before "Order".
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 36 class SDDbgValue;
111 SmallVector<SDDbgValue*, 32> DbgValues;
112 SmallVector<SDDbgValue*, 32> ByvalParmDbgValues;
113 typedef DenseMap<const SDNode*, SmallVector<SDDbgValue*, 2> > DbgValMapType;
121 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) {
139 ArrayRef<SDDbgValue*> getSDDbgValues(const SDNode *Node) {
143 return ArrayRef<SDDbgValue*>();
146 typedef SmallVectorImpl<SDDbgValue*>::iterator DbgIterator;
    [all...]

Completed in 835 milliseconds