Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14128 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
14129 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
14130 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
14138 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
14139 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
14180 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
14181 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
14182 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()
14191 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()