Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3748 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
3755 InsertTy.getSizeInBits())); in buildBitFieldInsert()
8773 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
8776 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
8779 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
8792 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
8814 if (InsertTy.isVector() || in lowerInsert()
8815 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
8821 (InsertTy.isPointer() && in lowerInsert()
8822 DL.isNonIntegralAddressSpace(InsertTy.getAddressSpace()))) { in lowerInsert()
[all …]