Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1222 LLT OrigEltTy = OrigTy.isVector() ? OrigTy.getElementType() : OrigTy; in getLCMType() local
1226 return LLT::vector(VecTy.getElementCount(), OrigEltTy); in getLCMType()
1234 return LLT::vector(ElementCount::get(LCM / OrigEltTy.getSizeInBits(), in getLCMType()
1236 OrigEltTy); in getLCMType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8408 EVT OrigEltTy = Entry.getOperand(0).getValueType().getVectorElementType(); in ReconstructShuffle() local
8409 int BitsDefined = std::min(OrigEltTy.getScalarSizeInBits(), in ReconstructShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13169 EVT OrigEltTy = Entry.getOperand(0).getValueType().getVectorElementType(); in ReconstructShuffle() local
13170 int BitsDefined = std::min(OrigEltTy.getScalarSizeInBits(), in ReconstructShuffle()