Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3482 SmallVector<Register, 2> Src1Parts, Src2Parts, DstTmpRegs; in narrowScalarMul() local
3485 DstTmpRegs.resize(DstTmpParts); in narrowScalarMul()
3486 multiplyRegisters(DstTmpRegs, Src1Parts, Src2Parts, NarrowTy); in narrowScalarMul()
3490 IsMulHigh ? &DstTmpRegs[DstTmpParts / 2] : &DstTmpRegs[0], NumDstParts); in narrowScalarMul()