Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12411 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local
12412 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
12413 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
12421 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
12422 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
12463 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local
12464 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
12465 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()
12474 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()