Searched refs:getCurDebugLoc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 872 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 …]
|
D | SelectionDAGBuilder.h | 374 DebugLoc getCurDebugLoc() const { return CurDebugLoc; } in getCurDebugLoc() function
|
D | SelectionDAGISel.cpp | 778 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 90 DebugLoc getCurDebugLoc() const { return DL; } in getCurDebugLoc() function
|