Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19865 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
19866 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
19867 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
19875 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
19876 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
19918 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
19919 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
19920 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()
19929 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()