Searched refs:getCurDebugLoc (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 865 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), MVT::Other, in getRoot() 895 Root = DAG.getNode(ISD::TokenFactor, getCurDebugLoc(), MVT::Other, in getControlRoot() 987 N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL); in getValue() 1023 return DAG.getGlobalAddress(GV, getCurDebugLoc(), VT); in getValueImpl() 1055 getCurDebugLoc()); in getValueImpl() 1079 getCurDebugLoc()); in getValueImpl() 1107 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurDebugLoc(), in getValueImpl() 1125 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL); in getValueImpl() 1158 SDValue Add = DAG.getNode(ISD::ADD, getCurDebugLoc(), in visitRet() 1162 DAG.getStore(Chain, getCurDebugLoc(), in visitRet() [all …]
|
D | SelectionDAGBuilder.h | 372 DebugLoc getCurDebugLoc() const { return CurDebugLoc; } in getCurDebugLoc() function
|
D | SelectionDAGISel.cpp | 698 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FastISel.h | 87 DebugLoc getCurDebugLoc() const { return DL; } in getCurDebugLoc() function
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 239 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 994 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad() 1012 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad() 1204 BuildMI(*FuncInfo->MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in mergeIncomingSwiftErrors() 1252 FuncInfo->MBB->begin(), SDB->getCurDebugLoc(), in mergeIncomingSwiftErrors()
|
D | SelectionDAGBuilder.h | 651 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
|
D | SelectionDAGBuilder.cpp | 4753 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()
|