Lines Matching refs:getLocVT
1169 MVT RegVT = VA.getLocVT(); in LowerFormalArguments()
1177 int FI = MFI->CreateFixedObject(VA.getLocVT().getSizeInBits()/8, in LowerFormalArguments()
1181 ArgValue = DAG.getLoad(VA.getLocVT(), dl, Chain, FIN, in LowerFormalArguments()
1296 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg); in LowerReturn()
1299 Arg = DAG.getNode(ISD::BITCAST, dl, VA.getLocVT(), Arg); in LowerReturn()
1305 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT())); in LowerReturn()
1424 VA.getLocVT(), in LowerCall()
1425 DAG.getUNDEF(VA.getLocVT()), in LowerCall()
1433 Arg = DAG.getNode(ISD::BITCAST, dl, VA.getLocVT(), Arg); in LowerCall()
1451 VA.getLocVT().getSizeInBits(); in LowerCall()
1601 SDValue Val = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), VA.getLocVT(), in LowerCallResult()