Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp865 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 …]
DSelectionDAGBuilder.h372 DebugLoc getCurDebugLoc() const { return CurDebugLoc; } in getCurDebugLoc() function
DSelectionDAGISel.cpp698 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h87 DebugLoc getCurDebugLoc() const { return DL; } in getCurDebugLoc() function
/external/llvm/include/llvm/CodeGen/
DFastISel.h239 DebugLoc getCurDebugLoc() const { return DbgLoc; } in getCurDebugLoc() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp994 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()
DSelectionDAGBuilder.h651 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
DSelectionDAGBuilder.cpp4753 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()