Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); in Builder()
61 mInt16PtrTy = PointerType::get(mInt16Ty, 0); in Builder()
74 mSimd16Int16Ty = getVectorType(mInt16Ty, mVWidth16); in Builder()
105 mSimdInt16Ty = getVectorType(mInt16Ty, mVWidth); in SetTargetWidth()
Dbuilder.h84 Type* mInt16Ty; member
Dfetch_jit.cpp194 BITCAST(indices, PointerType::get(getVectorType(mInt16Ty, mpJitMgr->mVWidth), 0)), in Create()
427 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
437 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
1702 Type* v8x16Ty = getVectorType(mInt16Ty, 8); // 8x16bit in a 128bit lane in Shuffle16bpcGather16()
1971 Type* v8x16Ty = getVectorType(mInt16Ty, 8); // 8x16bit in a 128bit lane in Shuffle16bpcGather()
Dbuilder_misc.cpp121 Constant* Builder::C(uint16_t i) { return ConstantInt::get(mInt16Ty, i); } in C()
592 i32Result = BITCAST(mask, mInt16Ty); in VMOVMSK()
713 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp689 iMask = B->BITCAST(vi1Mask, B->mInt16Ty); in VGATHER_EMU()
695 iMask = B->BITCAST(vi1Mask, B->mInt16Ty); in VGATHER_EMU()
772 iMask = B->BITCAST(vi1Mask, B->mInt16Ty); in VSCATTER_EMU()