OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurSDLoc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
44
SDLoc L = Builder.
getCurSDLoc
();
359
Chain = Builder.DAG.getStore(Chain, Builder.
getCurSDLoc
(), Incoming, Loc,
620
DAG.getNode(ISD::GC_TRANSITION_START,
getCurSDLoc
(), NodeTys, TSOps);
632
Ops.push_back(DAG.getTargetConstant(SI.ID,
getCurSDLoc
(), MVT::i64));
634
DAG.getTargetConstant(SI.NumPatchBytes,
getCurSDLoc
(), MVT::i32));
640
Ops.push_back(DAG.getTargetConstant(NumCallRegArgs,
getCurSDLoc
(), MVT::i32));
682
DAG.getMachineNode(TargetOpcode::STATEPOINT,
getCurSDLoc
(), NodeTys, Ops);
709
DAG.getNode(ISD::GC_TRANSITION_END,
getCurSDLoc
(), NodeTys, TEOps);
761
ActualCallee = DAG.getConstant(0,
getCurSDLoc
(), TLI.getPointerTy(DL, AS));
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
SelectionDAGBuilder.h
647
SDLoc
getCurSDLoc
() const {
[
all
...]
Completed in 59 milliseconds