Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h815 static unsigned getSubregIndexByMVT(MVT VT, unsigned Index);
H A DRISCVISelDAGToDAG.cpp370 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEG()
411 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEGFF()
463 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLXSEG()
H A DRISCVISelLowering.cpp2493 unsigned RISCVTargetLowering::getSubregIndexByMVT(MVT VT, unsigned Index) { in getSubregIndexByMVT()
2551 getSubregIndexByMVT(VecVT, IsHi)); in decomposeSubvectorInsertExtractToSubRegs()
2492 unsigned RISCVTargetLowering::getSubregIndexByMVT(MVT VT, unsigned Index) { getSubregIndexByMVT() function in RISCVTargetLowering