Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2837 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
2844 InsertTy.getSizeInBits())); in buildBitFieldInsert()
6795 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
6798 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
6801 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
6814 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
6836 if (InsertTy.isVector() || in lowerInsert()
6837 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
6843 (InsertTy.isPointer() && in lowerInsert()
6856 if (!InsertTy.isScalar()) { in lowerInsert()
[all …]