Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21501 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
21502 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
21503 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
21511 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
21512 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
21554 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
21555 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
21556 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()
21565 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()