Searched refs:getCurSDLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 868 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getRoot() 898 Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getControlRoot() 978 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getCopyFromRegs() 1045 return DAG.getConstant(*CI, getCurSDLoc(), VT); in getValueImpl() 1048 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl() 1052 return DAG.getConstant(0, getCurSDLoc(), in getValueImpl() 1057 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT); in getValueImpl() 1082 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl() 1097 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl() 1098 return NodeMap[V] = DAG.getNode(ISD::BUILD_VECTOR, getCurSDLoc(), in getValueImpl() [all …]
|
D | StatepointLowering.cpp | 43 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant() 305 ActualCallee = Builder.DAG.getConstant(0, Builder.getCurSDLoc(), in lowerCallFromStatepoint() 369 RFV.getCopyToRegs(ReturnValue, Builder.DAG, Builder.getCurSDLoc(), Chain, in lowerCallFromStatepoint() 383 Builder.DAG.getIntPtrConstant(-1, Builder.getCurSDLoc())); in lowerCallFromStatepoint() 438 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue() 722 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps); in LowerStatepoint() 734 Ops.push_back(DAG.getTargetConstant(ISP.getID(), getCurSDLoc(), MVT::i64)); in LowerStatepoint() 736 DAG.getTargetConstant(ISP.getNumPatchBytes(), getCurSDLoc(), MVT::i32)); in LowerStatepoint() 742 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerStatepoint() 785 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops); in LowerStatepoint() [all …]
|
D | SelectionDAGBuilder.h | 653 SDLoc getCurSDLoc() const { in getCurSDLoc() function
|