Home
last modified time | relevance | path

Searched refs:getCurDebugLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp872 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), MVT::Other, in getRoot()
902 Root = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), MVT::Other, in getControlRoot()
994 N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL); in getValue()
1030 return DAG.getGlobalAddress(GV, getCurDebugLoc(), VT); in getValueImpl()
1062 getCurDebugLoc()); in getValueImpl()
1077 return DAG.getMergeValues(&Ops[0], Ops.size(), getCurDebugLoc()); in getValueImpl()
1078 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurDebugLoc(), in getValueImpl()
1103 getCurDebugLoc()); in getValueImpl()
1131 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurDebugLoc(), in getValueImpl()
1149 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL); in getValueImpl()
[all …]
DSelectionDAGBuilder.h374 DebugLoc getCurDebugLoc() const { return CurDebugLoc; } in getCurDebugLoc() function
DSelectionDAGISel.cpp778 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
/external/llvm/include/llvm/CodeGen/
DFastISel.h90 DebugLoc getCurDebugLoc() const { return DL; } in getCurDebugLoc() function