Searched refs:v32x8Ty (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_mem.cpp426 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle16bpcGather4
441 BITCAST(PSHUFB(BITCAST(vGatherInput[0], v32x8Ty), vConstMask), vGatherTy);
457 BITCAST(PSHUFB(BITCAST(vGatherInput[1], v32x8Ty), vConstMask), vGatherTy);
514 BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty),
531 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle8bpcGather4
541 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy);
631 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy);
H A Dfetch_jit.cpp1236 Type* v32x8Ty = VectorType::get(mInt8Ty, 32); local in function:FetchJit::Shuffle8bpcGatherd16
1263 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy);
1265 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy);
1442 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy);
1444 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy);
1497 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle8bpcGatherd
1513 Value* val = VSHUFFLE(BITCAST(vGatherResult, v32x8Ty),
1514 UndefValue::get(v32x8Ty),
1607 Type* v32x8Ty = VectorType::get(mInt8Ty, 32); local in function:FetchJit::Shuffle16bpcGather16
1629 Value* vGatherResult_lo = BITCAST(EXTRACT_16(vGatherResult[0], 0), v32x8Ty);
1876 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle16bpcGather
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_mem.cpp431 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle16bpcGather4
446 BITCAST(PSHUFB(BITCAST(vGatherInput[0], v32x8Ty), vConstMask), vGatherTy);
462 BITCAST(PSHUFB(BITCAST(vGatherInput[1], v32x8Ty), vConstMask), vGatherTy);
519 BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty),
536 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:SwrJit::Builder::Shuffle8bpcGather4
546 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy);
637 BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy);
H A Dfetch_jit.cpp1316 Type* v32x8Ty = getVectorType(mInt8Ty, 32); local in function:FetchJit::Shuffle8bpcGatherd16
1343 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy);
1345 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy);
1523 BITCAST(PSHUFB(BITCAST(vGatherResult_lo, v32x8Ty), vConstMask), vGatherTy);
1525 BITCAST(PSHUFB(BITCAST(vGatherResult_hi, v32x8Ty), vConstMask), vGatherTy);
1578 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle8bpcGatherd
1599 Value* val = VSHUFFLE(BITCAST(vGatherResult, v32x8Ty),
1600 UndefValue::get(v32x8Ty),
1693 Type* v32x8Ty = getVectorType(mInt8Ty, 32); local in function:FetchJit::Shuffle16bpcGather16
1715 Value* vGatherResult_lo = BITCAST(EXTRACT_16(vGatherResult[0], 0), v32x8Ty);
1962 Type* v32x8Ty = getVectorType(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits local in function:FetchJit::Shuffle16bpcGather
[all...]

Completed in 13 milliseconds