Searched refs:getCurSDLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 922 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getRoot() 952 Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getControlRoot() 1033 res = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getCopyFromRegs() 1088 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl() 1121 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl() 1136 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl() 1137 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurSDLoc(), in getValueImpl() 1161 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl() 1189 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurSDLoc(), VT, Ops); in getValueImpl() 1206 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl() [all …]
|
D | StatepointLowering.cpp | 372 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue() 653 getCurSDLoc(), NodeTys, Ops); in LowerStatepoint() 724 Loc = DAG.getLoad(SpillSlot.getValueType(), getCurSDLoc(), Chain, in visitGCRelocate()
|
D | SelectionDAGBuilder.h | 583 SDLoc getCurSDLoc() const { in getCurSDLoc() function
|