Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp56 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext); in Builder()
60 mInt8PtrTy = PointerType::get(mInt8Ty, 0); in Builder()
82 mSimd32Int8Ty = getVectorType(mInt8Ty, 32); in Builder()
Dbuilder_gfx_mem.cpp78 pBase = INT_TO_PTR(pBase, PointerType::get(mInt8Ty, 0)); in GATHERPS()
104 pBase = INT_TO_PTR(pBase, PointerType::get(mInt8Ty, 0)); in GATHERDD()
118 pDst = INT_TO_PTR(pDst, PointerType::get(mInt8Ty, 0)); in SCATTERPS()
Dfetch_jit.cpp181 BITCAST(indices, PointerType::get(getVectorType(mInt8Ty, mpJitMgr->mVWidth), 0)), in Create()
419 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats()
442 pDst = BITCAST(GEP(pDst, C(1)), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats()
1316 Type* v32x8Ty = getVectorType(mInt8Ty, 32); in Shuffle8bpcGatherd16()
1321 Type* v16x8Ty = getVectorType(mInt8Ty, 16); // 8x16bit ints in a 128bit lane in Shuffle8bpcGatherd16()
1578 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle8bpcGatherd()
1693 Type* v32x8Ty = getVectorType(mInt8Ty, 32); in Shuffle16bpcGather16()
1962 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle16bpcGather()
Dbuilder.h83 Type* mInt8Ty; member
Dbuilder_misc.cpp514 args.push_back(PointerType::get(mInt8Ty, 0)); in PRINT()
588 i32Result = BITCAST(mask, mInt8Ty); in VMOVMSK()
597 i32Result = BITCAST(mask, mInt8Ty); in VMOVMSK()
625 Value* vShuf = UndefValue::get(getVectorType(mInt8Ty, numElms)); in PSHUFB()
Dbuilder_mem.cpp431 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle16bpcGather4()
536 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle8bpcGather4()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp215 B->mInt8Ty, // mask in LowerX86()
537 pBase = B->POINTER_CAST(pBase, PointerType::get(B->mInt8Ty, 0)); in VGATHER_EMU()
701 iMask = B->BITCAST(vi1Mask, B->mInt8Ty); in VGATHER_EMU()
730 auto mask = B->BITCAST(vi1Mask, B->mInt8Ty); in VSCATTER_EMU()
741 auto mask = B->BITCAST(maskLo, B->mInt8Ty); in VSCATTER_EMU()
749 mask = B->BITCAST(maskHi, B->mInt8Ty); in VSCATTER_EMU()
765 iMask = B->BITCAST(vi1Mask, B->mInt8Ty); in VSCATTER_EMU()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp843 Value *pShift = TRUNC(VEXTRACT(pShiftControl, C(lane)), mInt8Ty); in swr_gs_llvm_emit_vertex()
849 Value *vVal = TRUNC(AND(VEXTRACT(unwrap(stream_id), C(0)), C(0x3)), mInt8Ty); in swr_gs_llvm_emit_vertex()
905 vValue = TRUNC(vValue, getVectorType(mInt8Ty, 8)); in swr_gs_llvm_end_primitive()
908 Value *pTmpPtr = ALLOCA(mInt8Ty, C(4)); // used for dummy read/write for lane masking in swr_gs_llvm_end_primitive()
1546 PointerType::get(mInt8Ty, 0), in CompileGS()
1773 PointerType::get(mInt8Ty, 0), in CompileTES()
2074 PointerType::get(mInt8Ty, 0), in CompileTCS()
2330 PointerType::get(mInt8Ty, 0), in CompileVS()
2636 PointerType::get(mInt8Ty, 0), in CompileFS()