Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8545 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local
8547 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
8551 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in splitValueIntoRegisterParts()
8585 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local
8587 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
8592 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in joinRegisterPartsIntoValue()