Searched refs:NarrowTy1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2554 LLT NarrowTy1; local
2563 NarrowTy1 = LLT::vector(NumParts, SrcTy.getElementType().getSizeInBits());
2566 NarrowTy1 = SrcTy.getElementType();
2570 extractParts(SrcReg, NarrowTy1, NumParts, SrcRegs);
2600 LLT NarrowTy0, NarrowTy1; local
2608 NarrowTy1 = NarrowTy.isVector() ?
2620 NarrowTy1 = NarrowTy;
2625 if (NarrowTy1.isVector() &&
2626 NarrowTy1.getNumElements() * NumParts != DstTy.getNumElements())
2633 extractParts(MI.getOperand(2).getReg(), NarrowTy1, NumPart
2665 LLT NarrowTy0, NarrowTy1; local
[all...]

Completed in 107 milliseconds