Home
last modified time | relevance | path

Searched refs:getCurSDLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp44 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
359 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
620 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps); in LowerAsSTATEPOINT()
632 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
634 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
640 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
682 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops); in LowerAsSTATEPOINT()
709 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
761 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS)); in LowerStatepoint()
808 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); in LowerStatepoint()
[all …]
DSelectionDAGBuilder.cpp897 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getRoot()
927 Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getControlRoot()
963 SDB.getRoot(), SDB.getCurSDLoc(), WorkReg, in copySwiftErrorsToFinalVRegs()
1045 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getCopyFromRegs()
1110 return DAG.getConstant(*CI, getCurSDLoc(), VT); in getValueImpl()
1113 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
1117 return DAG.getConstant(0, getCurSDLoc(), in getValueImpl()
1122 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT); in getValueImpl()
1147 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl()
1162 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl()
[all …]
DSelectionDAGBuilder.h647 SDLoc getCurSDLoc() const { in getCurSDLoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp67 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
385 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
679 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps); in LowerAsSTATEPOINT()
691 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
693 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
699 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
741 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops); in LowerAsSTATEPOINT()
768 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
820 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS)); in LowerStatepoint()
868 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); in LowerStatepoint()
[all …]
DSelectionDAGBuilder.cpp1022 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getRoot()
1048 Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in getControlRoot()
1183 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1249 return DAG.getConstant(*CI, getCurSDLoc(), VT); in getValueImpl()
1252 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
1256 return DAG.getConstant(0, getCurSDLoc(), in getValueImpl()
1261 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT); in getValueImpl()
1286 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl()
1301 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl()
1302 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
[all …]
DSelectionDAGBuilder.h659 SDLoc getCurSDLoc() const { in getCurSDLoc() function