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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2464 const LLT NarrowTy0 = NarrowTyArg; local
2466 NarrowTy0.isVector() ? NarrowTy0.getNumElements() : 1;
2475 int NumParts = getNarrowTypeBreakDown(DstTy, NarrowTy0, LeftoverTy0).first;
2501 Register PartDstReg = MRI.createGenericVirtualRegister(NarrowTy0);
2536 insertParts(DstReg, DstTy, NarrowTy0, DstRegs, LeftoverTy0, LeftoverDstRegs);
2553 LLT NarrowTy0 = NarrowTy; local
2573 Register DstReg = MRI.createGenericVirtualRegister(NarrowTy0);
2600 LLT NarrowTy0, NarrowTy1; local
2606 NarrowTy0
2665 LLT NarrowTy0, NarrowTy1; local
[all...]

Completed in 105 milliseconds