Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8998 EVT PartEltVT = PartVT.getVectorElementType(); in splitValueIntoRegisterParts() local
9004 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()
9005 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in splitValueIntoRegisterParts()
9008 EVT::getVectorVT(Context, PartEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()
9038 EVT PartEltVT = PartVT.getVectorElementType(); in joinRegisterPartsIntoValue() local
9045 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()
9046 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in joinRegisterPartsIntoValue()
9049 EVT::getVectorVT(Context, PartEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()
9053 if (ValueEltVT != PartEltVT) in joinRegisterPartsIntoValue()