Searched refs:i32Scale (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 546 auto i32Scale = B->Z_EXT(i8Scale, B->mInt32Ty); in VGATHER_EMU() local 559 auto vi32Scale = ConstantVector::getSplat(numElem, cast<ConstantInt>(i32Scale)); in VGATHER_EMU() 561 … vi32Scale = ConstantVector::getSplat(ElementCount(numElem, false), cast<ConstantInt>(i32Scale)); in VGATHER_EMU() 563 …Scale = ConstantVector::getSplat(ElementCount::get(numElem, false), cast<ConstantInt>(i32Scale)); in VGATHER_EMU() 708 auto i32Scale = B->Z_EXT(i8Scale, B->mInt32Ty); in VGATHER_EMU() local 709 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, iMask, i32Scale}); in VGATHER_EMU() 722 auto i32Scale = pCallInst->getArgOperand(4); in VSCATTER_EMU() local 731 B->CALL(pThis->mPfnScatter256, {pBase, vi32Indices, v32Src, mask, i32Scale}); in VSCATTER_EMU() 742 B->CALL(pThis->mPfnScatter256, {pBase, indicesLo, srcLo, mask, i32Scale}); in VSCATTER_EMU() 750 B->CALL(pThis->mPfnScatter256, {pBase, indicesHi, srcHi, mask, i32Scale}); in VSCATTER_EMU() [all …]
|