Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12408 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local
12420 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()
12422 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
12425 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()
12460 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local
12473 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()
12474 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()
12477 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()