Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19862 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local
19874 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()
19876 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
19879 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()
19915 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local
19928 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()
19929 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()
19932 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()