Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12410 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local
12412 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
12413 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
12421 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
12462 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local
12464 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
12465 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()