Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8999 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local
9001 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
9005 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in splitValueIntoRegisterParts()
9039 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local
9041 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
9046 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in joinRegisterPartsIntoValue()