Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23977 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local
23989 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()
23991 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
23994 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()
24048 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local
24061 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()
24062 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()
24065 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()