Lines Matching refs:getValVT

10293     State.addLoc(CCValAssign::getReg(VA1.getValNo(), VA1.getValVT(), Reg,  in CC_RISCVAssign2XLen()
10300 CCValAssign::getMem(VA1.getValNo(), VA1.getValVT(), in CC_RISCVAssign2XLen()
10638 if (VA.getValVT().isFixedLengthVector() && VA.getLocVT().isScalableVector()) in convertLocVTToValVT()
10639 Val = convertFromScalableVector(VA.getValVT(), Val, DAG, Subtarget); in convertLocVTToValVT()
10642 if (VA.getLocVT().isInteger() && VA.getValVT() == MVT::f16) in convertLocVTToValVT()
10644 else if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in convertLocVTToValVT()
10647 Val = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Val); in convertLocVTToValVT()
10682 if (VA.getValVT().isFixedLengthVector() && LocVT.isScalableVector()) in convertValVTToLocVT()
10686 if (VA.getLocVT().isInteger() && VA.getValVT() == MVT::f16) in convertValVTToLocVT()
10688 else if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in convertValVTToLocVT()
10704 EVT ValVT = VA.getValVT(); in unpackFromMemLoc()
10735 assert(VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64 && in unpackF64OnRV32DSoftABI()
10976 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) in LowerFormalArguments()
10989 InVals.push_back(DAG.getLoad(VA.getValVT(), DL, Chain, ArgValue, in LowerFormalArguments()
10993 assert(VA.getValVT().isVector() || ArgPartOffset == 0); in LowerFormalArguments()
10998 if (PartVA.getValVT().isScalableVector()) in LowerFormalArguments()
11001 InVals.push_back(DAG.getLoad(PartVA.getValVT(), DL, Chain, Address, in LowerFormalArguments()
11233 VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64; in LowerCall()
11278 assert(VA.getValVT().isVector() || ArgPartOffset == 0); in LowerCall()
11437 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) { in LowerCall()
11508 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) { in LowerReturn()