Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21498 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts()
21510 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()
21512 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()
21515 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()
21551 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue()
21564 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()
21565 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()
21568 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()
21495 EVT ValueEltVT = ValueVT.getVectorElementType(); splitValueIntoRegisterParts() local
21548 EVT ValueEltVT = ValueVT.getVectorElementType(); joinRegisterPartsIntoValue() local