Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6679 SmallVector<Register, 2> DstTmpRegs(DstTmpParts); in narrowScalarMul() local
6682 multiplyRegisters(DstTmpRegs, Src1Parts, Src2Parts, NarrowTy); in narrowScalarMul()
6685 ArrayRef<Register> DstRegs(&DstTmpRegs[DstTmpParts - NumParts], NumParts); in narrowScalarMul()