Lines Matching refs:getValVT

7019     State.addLoc(CCValAssign::getReg(VA1.getValNo(), VA1.getValVT(), Reg,  in CC_RISCVAssign2XLen()
7026 CCValAssign::getMem(VA1.getValNo(), VA1.getValVT(), in CC_RISCVAssign2XLen()
7363 if (VA.getValVT().isFixedLengthVector() && VA.getLocVT().isScalableVector()) in convertLocVTToValVT()
7364 Val = convertFromScalableVector(VA.getValVT(), Val, DAG, Subtarget); in convertLocVTToValVT()
7367 if (VA.getLocVT().isInteger() && VA.getValVT() == MVT::f16) in convertLocVTToValVT()
7369 else if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in convertLocVTToValVT()
7372 Val = DAG.getNode(ISD::BITCAST, DL, VA.getValVT(), Val); in convertLocVTToValVT()
7407 if (VA.getValVT().isFixedLengthVector() && LocVT.isScalableVector()) in convertValVTToLocVT()
7411 if (VA.getLocVT().isInteger() && VA.getValVT() == MVT::f16) in convertValVTToLocVT()
7413 else if (VA.getLocVT() == MVT::i64 && VA.getValVT() == MVT::f32) in convertValVTToLocVT()
7429 EVT ValVT = VA.getValVT(); in unpackFromMemLoc()
7454 assert(VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64 && in unpackF64OnRV32DSoftABI()
7694 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) in LowerFormalArguments()
7707 InVals.push_back(DAG.getLoad(VA.getValVT(), DL, Chain, ArgValue, in LowerFormalArguments()
7711 assert(VA.getValVT().isVector() || ArgPartOffset == 0); in LowerFormalArguments()
7716 if (PartVA.getValVT().isScalableVector()) in LowerFormalArguments()
7719 InVals.push_back(DAG.getLoad(PartVA.getValVT(), DL, Chain, Address, in LowerFormalArguments()
7951 VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64; in LowerCall()
7996 assert(VA.getValVT().isVector() || ArgPartOffset == 0); in LowerCall()
8155 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) { in LowerCall()
8226 if (VA.getLocVT() == MVT::i32 && VA.getValVT() == MVT::f64) { in LowerReturn()