Searched refs:v32Gather (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 548 Value* v32Gather = nullptr; in VGATHER_EMU() local 557 v32Gather = UndefValue::get(vSrc->getType()); in VGATHER_EMU() 576 v32Gather = B->VINSERT(v32Gather, val, B->C(i)); in VGATHER_EMU() 607 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, v32Mask, i8Scale}); in VGATHER_EMU() 655 v32Gather = B->VSHUFFLE(gather0, gather1, B->C({0, 1, 2, 3, 4, 5, 6, 7})); in VGATHER_EMU() 656 v32Gather = B->BITCAST(v32Gather, vSrc->getType()); in VGATHER_EMU() 677 v32Gather = B->JOIN_16(gather0, gather1); in VGATHER_EMU() 709 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, iMask, i32Scale}); in VGATHER_EMU() 712 return cast<Instruction>(v32Gather); in VGATHER_EMU()
|