reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
727 if (VA.isRegLoc() && ByVal && Flags.getByValSize() <= 8) 730 bool InReg = VA.isRegLoc() && 734 MVT RegVT = VA.getLocVT(); 735 if (VA.getLocInfo() == CCValAssign::BCvt) 736 RegVT = VA.getValVT(); 745 if (VA.getValVT() == MVT::i1) { 759 MRI.addLiveIn(VA.getLocReg(), VReg); 761 assert(VA.isMemLoc() && "Argument should be passed in memory"); 767 : VA.getLocVT().getStoreSizeInBits() / 8; 770 int Offset = HEXAGON_LRFP_SIZE + VA.getLocMemOffset(); 780 SDValue L = DAG.getLoad(VA.getValVT(), dl, Chain, FIN,