Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp58 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext); in Builder()
62 mInt32PtrTy = PointerType::get(mInt32Ty, 0); in Builder()
75 mSimd16Int32Ty = getVectorType(mInt32Ty, mVWidth16); in Builder()
86 mIntPtrTy = mInt32Ty; in Builder()
106 mSimdInt32Ty = getVectorType(mInt32Ty, mVWidth); in SetTargetWidth()
Dbuilder_misc.cpp248 Value* Builder::VUNDEF_I() { return UndefValue::get(getVectorType(mInt32Ty, mVWidth)); } in VUNDEF_I()
250 Value* Builder::VUNDEF_I_16() { return UndefValue::get(getVectorType(mInt32Ty, mVWidth16)); } in VUNDEF_I_16()
599 return Z_EXT(i32Result, mInt32Ty); in VMOVMSK()
666 Type* v8x32Ty = getVectorType(mInt32Ty, 8); in PMOVSXBD()
678 Type* v8x32Ty = getVectorType(mInt32Ty, 8); in PMOVSXWD()
1022 PointerType::get(mInt32Ty, 0), // pBucketMgr in RDTSC_START()
1023 mInt32Ty // id in RDTSC_START()
1051 PointerType::get(mInt32Ty, 0), // pBucketMgr in RDTSC_STOP()
1052 mInt32Ty // id in RDTSC_STOP()
Dbuilder.h85 Type* mInt32Ty; member
Dfetch_jit.cpp649 maxVertex = SELECT(maxNeg, C(0), TRUNC(maxVertex, mInt32Ty)); in JitGatherVertices()
656 minVertex = SELECT(minNeg, C(0), TRUNC(minVertex, mInt32Ty)); in JitGatherVertices()
1210 index = Z_EXT(index, mInt32Ty); in GetSimdValidIndicesHelper()
1252 numIndicesLeft = TRUNC(numIndicesLeft, mInt32Ty); in GetSimdValid32bitIndices()
1315 Type* vGatherTy = getVectorType(mInt32Ty, 8); in Shuffle8bpcGatherd16()
1692 Type* vGatherTy = getVectorType(mInt32Ty, 8); in Shuffle16bpcGather16()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp216 B->mInt32Ty // scale in LowerX86()
328 return B->S_EXT(vi1Mask, getVectorType(B->mInt32Ty, numElem)); in VectorMask()
546 auto i32Scale = B->Z_EXT(i8Scale, B->mInt32Ty); in VGATHER_EMU()
589 else if (srcTy == B->mInt32Ty) in VGATHER_EMU()
691 else if (srcTy == B->mInt32Ty) in VGATHER_EMU()
708 auto i32Scale = B->Z_EXT(i8Scale, B->mInt32Ty); in VGATHER_EMU()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1593 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileGS()
1899 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTES()
1900 Value *patchAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTES()
2133 ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTCS()
2159 ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTCS()
2162 ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTCS()