Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp408 Function* pX86IntrinFunc = in ProcessIntrinsic() local
416 return B->CALLA(pX86IntrinFunc, args); in ProcessIntrinsic()
583 Function* pX86IntrinFunc = nullptr; in VGATHER_EMU() local
586 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
591 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
596 pX86IntrinFunc = Intrinsic::getDeclaration(B->JM()->mpCurrentModule, in VGATHER_EMU()
607 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, v32Mask, i8Scale}); in VGATHER_EMU()
650 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale}); in VGATHER_EMU()
654 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale}); in VGATHER_EMU()
673 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale}); in VGATHER_EMU()
[all …]