Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19878 EVT SameEltTypeVT = in splitValueIntoRegisterParts() local
19880 Val = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, SameEltTypeVT, in splitValueIntoRegisterParts()
19881 DAG.getUNDEF(SameEltTypeVT), Val, in splitValueIntoRegisterParts()
19921 EVT SameEltTypeVT = ValueVT; in joinRegisterPartsIntoValue() local
19931 SameEltTypeVT = in joinRegisterPartsIntoValue()
19933 Val = DAG.getNode(ISD::BITCAST, DL, SameEltTypeVT, Val); in joinRegisterPartsIntoValue()