Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3212 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
3219 InsertTy.getSizeInBits())); in buildBitFieldInsert()
7367 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
7370 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
7373 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
7386 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
7408 if (InsertTy.isVector() || in lowerInsert()
7409 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
7415 (InsertTy.isPointer() && in lowerInsert()
7428 if (!InsertTy.isScalar()) { in lowerInsert()
[all …]