Searched refs:OldSP (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1437 Statepoint OldSP(CS); in makeStatepointExplicitImpl() local 1438 StatepointID = OldSP.getID(); in makeStatepointExplicitImpl() 1439 NumPatchBytes = OldSP.getNumPatchBytes(); in makeStatepointExplicitImpl() 1440 Flags = OldSP.getFlags(); in makeStatepointExplicitImpl() 1442 CallArgs = {OldSP.arg_begin(), OldSP.arg_end()}; in makeStatepointExplicitImpl() 1443 DeoptArgs = {OldSP.vm_state_begin(), OldSP.vm_state_end()}; in makeStatepointExplicitImpl() 1444 TransitionArgs = {OldSP.gc_transition_args_begin(), in makeStatepointExplicitImpl() 1445 OldSP.gc_transition_args_end()}; in makeStatepointExplicitImpl() 1446 CallTarget = OldSP.getCalledValue(); in makeStatepointExplicitImpl()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2764 SDValue OldSP = DAG.getCopyFromReg(Chain, DL, SPReg, MVT::i64); in lowerDYNAMIC_STACKALLOC() local 2772 SDValue NewSP = DAG.getNode(ISD::SUB, DL, MVT::i64, OldSP, NeededSpace); in lowerDYNAMIC_STACKALLOC()
|