Searched refs:mInt64Ty (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_gfx_mem.cpp | 56 SWR_ASSERT(!(ptr->getType() == mInt64Ty && usage == MEM_CLIENT::MEM_CLIENT_INTERNAL), in AssertGFXMemoryParams() 76 if (pBase->getType() == mInt64Ty) in GATHERPS() 102 if (pBase->getType() == mInt64Ty) in GATHERDD() 116 if (pDst->getType() == mInt64Ty) in SCATTERPS() 131 bool xlate = (Ptr->getType() == mInt64Ty); in GEP() 136 Ptr = PTR_TO_INT(Ptr, mInt64Ty); in GEP() 155 bool xlate = (Ptr->getType() == mInt64Ty); in GEP() 160 Ptr = PTR_TO_INT(Ptr, mInt64Ty); in GEP() 172 bool xlate = (Ptr->getType() == mInt64Ty); in GEP() 177 Ptr = PTR_TO_INT(Ptr, mInt64Ty); in GEP() [all …]
|
D | builder.cpp | 59 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext); in Builder() 63 mInt64PtrTy = PointerType::get(mInt64Ty, 0); in Builder() 76 mSimd16Int64Ty = getVectorType(mInt64Ty, mVWidth16); in Builder() 94 mIntPtrTy = mInt64Ty; in Builder() 107 mSimdInt64Ty = getVectorType(mInt64Ty, mVWidth); in SetTargetWidth()
|
D | builder.h | 86 Type* mInt64Ty; member
|
D | fetch_jit.cpp | 640 Value* baseOffset = MUL(Z_EXT(startOffset, mInt64Ty), Z_EXT(stride, mInt64Ty)); in JitGatherVertices() 646 maxVertex = SUB(Z_EXT(maxVertex, mInt64Ty), Z_EXT(startOffset, mInt64Ty)); in JitGatherVertices() 654 minVertex = SUB(Z_EXT(minVertex, mInt64Ty), Z_EXT(startOffset, mInt64Ty)); in JitGatherVertices() 1166 SWR_ASSERT(pIndices->getType() == mInt64Ty && pLastIndex->getType() == mInt64Ty, in GetSimdValidIndicesHelper()
|
D | builder_mem.cpp | 40 ptr->getType() != mInt64Ty, in AssertMemoryUsageParams()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 624 v64Mask = B->S_EXT(v64Mask, getVectorType(B->mInt64Ty, numElem)); in VGATHER_EMU() 647 src0 = B->BITCAST(src0, getVectorType(B->mInt64Ty, numElemSrc0)); in VGATHER_EMU() 648 mask0 = B->BITCAST(mask0, getVectorType(B->mInt64Ty, numElemMask0)); in VGATHER_EMU() 651 src1 = B->BITCAST(src1, getVectorType(B->mInt64Ty, numElemSrc1)); in VGATHER_EMU() 652 mask1 = B->BITCAST(mask1, getVectorType(B->mInt64Ty, numElemMask1)); in VGATHER_EMU()
|