Searched refs:getCurSDLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp66 SDLoc L = Builder.getCurSDLoc();
400 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc,
720 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps);
732 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64));
734 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32));
740 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32));
782 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops);
810 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps);
862 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS));
910 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chai
[all...]
H A DSelectionDAGBuilder.cpp1064 Root = DAG.getTokenFactor(getCurSDLoc(), Pending);
1412 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr,
1478 return DAG.getConstant(*CI, getCurSDLoc(), VT);
1481 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT);
1485 return DAG.getConstant(0, getCurSDLoc(),
1490 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT);
1515 return DAG.getMergeValues(Constants, getCurSDLoc());
1530 return DAG.getMergeValues(Ops, getCurSDLoc());
1531 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
1549 Constants[i] = DAG.getConstantFP(0, getCurSDLoc(), EltV
[all...]
H A DSelectionDAGBuilder.h478 SDLoc getCurSDLoc() const { function in class:llvm::SelectionDAGBuilder

Completed in 124 milliseconds