Searched refs:WholeValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 206 SDValue WholeValue = in LowerFormalArguments() local 208 WholeValue = DAG.getNode(ISD::BITCAST, dl, MVT::f64, WholeValue); in LowerFormalArguments() 209 InVals.push_back(WholeValue); in LowerFormalArguments() 261 SDValue WholeValue = in LowerFormalArguments() local 263 WholeValue = DAG.getNode(ISD::BITCAST, dl, MVT::f64, WholeValue); in LowerFormalArguments() 264 InVals.push_back(WholeValue); in LowerFormalArguments()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 443 SDValue WholeValue = in LowerFormalArguments_32() local 445 WholeValue = DAG.getNode(ISD::BITCAST, dl, VA.getLocVT(), WholeValue); in LowerFormalArguments_32() 446 InVals.push_back(WholeValue); in LowerFormalArguments_32() 502 SDValue WholeValue = in LowerFormalArguments_32() local 504 WholeValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), WholeValue); in LowerFormalArguments_32() 505 InVals.push_back(WholeValue); in LowerFormalArguments_32()
|