Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2844 LLT InsertTy = B.getMRI()->getType(InsertReg); in buildBitFieldInsert() local
2851 InsertTy.getSizeInBits())); in buildBitFieldInsert()
6889 LLT InsertTy = MRI.getType(InsertSrc); in lowerInsert() local
6892 if (DstTy.isVector() && !InsertTy.isPointer()) { in lowerInsert()
6895 unsigned InsertSize = InsertTy.getSizeInBits(); in lowerInsert()
6908 if (InsertTy.getSizeInBits() > EltSize) { in lowerInsert()
6930 if (InsertTy.isVector() || in lowerInsert()
6931 (DstTy.isVector() && DstTy.getElementType() != InsertTy)) in lowerInsert()
6937 (InsertTy.isPointer() && in lowerInsert()
6950 if (!InsertTy.isScalar()) { in lowerInsert()
[all …]