Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp533 auto vi32Indices = pCallInst->getArgOperand(2); in VGATHER_EMU() local
565 auto vi32Offsets = B->MUL(vi32Indices, vi32Scale); in VGATHER_EMU()
607 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, v32Mask, i8Scale}); in VGATHER_EMU()
630 Value* indices0 = B->VSHUFFLE(vi32Indices, vi32Indices, B->C({0, 1, 2, 3})); in VGATHER_EMU()
631 Value* indices1 = B->VSHUFFLE(vi32Indices, vi32Indices, B->C({4, 5, 6, 7})); in VGATHER_EMU()
666 Value* indices0 = B->EXTRACT_16(vi32Indices, 0); in VGATHER_EMU()
667 Value* indices1 = B->EXTRACT_16(vi32Indices, 1); in VGATHER_EMU()
709 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, iMask, i32Scale}); in VGATHER_EMU()
720 auto vi32Indices = pCallInst->getArgOperand(2); in VSCATTER_EMU() local
731 B->CALL(pThis->mPfnScatter256, {pBase, vi32Indices, v32Src, mask, i32Scale}); in VSCATTER_EMU()
[all …]