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.cpp3336 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
3343 InsertTy.getSizeInBits())); in buildBitFieldInsert()
7852 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
7855 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
7858 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
7871 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
7893 if (InsertTy.isVector() || in lowerInsert()
7894 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
7900 (InsertTy.isPointer() && in lowerInsert()
7901 DL.isNonIntegralAddressSpace(InsertTy.getAddressSpace()))) { in lowerInsert()
[all …]