Home
last modified time | relevance | path

Searched refs:RetValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp529 SDValue RetValue = Chain.getValue(0); in LowerCallResult() local
536 RetValue = DAG.getNode(ISD::AssertSext, dl, VA.getLocVT(), RetValue, in LowerCallResult()
539 RetValue = DAG.getNode(ISD::AssertZext, dl, VA.getLocVT(), RetValue, in LowerCallResult()
543 RetValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), RetValue); in LowerCallResult()
545 InVals.push_back(RetValue); in LowerCallResult()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.cpp361 SDValue RetValue = Chain.getValue(0); in LowerCallResult() local
368 RetValue = DAG.getNode(ISD::AssertSext, dl, VA.getLocVT(), RetValue, in LowerCallResult()
371 RetValue = DAG.getNode(ISD::AssertZext, dl, VA.getLocVT(), RetValue, in LowerCallResult()
375 RetValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), RetValue); in LowerCallResult()
377 InVals.push_back(RetValue); in LowerCallResult()