Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21500 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts()
21502 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
21503 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
21511 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
21553 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue()
21555 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
21556 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()
21497 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); splitValueIntoRegisterParts() local
21550 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); joinRegisterPartsIntoValue() local