Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23980 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
23981 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
23982 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
23990 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
23991 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
24051 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
24052 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
24053 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()
24062 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()