Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp494 SDValue WholeValue = in LowerFormalArguments_32() local
496 WholeValue = DAG.getNode(ISD::BITCAST, dl, VA.getLocVT(), WholeValue); in LowerFormalArguments_32()
497 InVals.push_back(WholeValue); in LowerFormalArguments_32()
550 SDValue WholeValue = in LowerFormalArguments_32() local
552 WholeValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), WholeValue); in LowerFormalArguments_32()
553 InVals.push_back(WholeValue); in LowerFormalArguments_32()