Home
last modified time | relevance | path

Searched refs:compType (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c77 if (pSessionData->compType != CPA_DC_DEFLATE) { in dcCheckSessionData()
147 if (CPA_DC_DEFLATE == pSessionDesc->compType) { in dcCompHwBlockPopulate()
218 switch (pSessionDesc->compType) { in dcCompHwBlockPopulateGen4()
271 (CPA_DC_DEFLATE == pSessionDesc->compType)) { in dcCompHwBlockPopulateGen4()
309 if (CPA_DC_DEFLATE == pSessionDesc->compType) { in dcCompHwBlockPopulateGen4()
364 (CPA_DC_DEFLATE == pSessionDesc->compType) && in dcCompContentDescPopulate()
490 switch (pSessionData->compType) { in dcGetContextSize()
513 switch (pSessionData->compType) { in dcGetCompressCommandId()
539 switch (pSessionData->compType) { in dcGetDecompressCommandId()
634 (CPA_DC_DEFLATE == pSessionData->compType)) { in dcInitSession()
[all …]
H A Ddc_header_footer.c56 if (CPA_DC_DEFLATE == pSessionDesc->compType) { in cpaDcGenerateHeader()
182 if (CPA_DC_DEFLATE == pSessionDesc->compType) { in cpaDcGenerateFooter()
H A Ddc_datapath.c216 if ((pSessionDesc->compType == CPA_DC_DEFLATE) && in dcCompression_ProcessCallback()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp36 QualType compType; // Type used for computations. Element type member
768 result.compType = result.fullType; in emitBinOps()
770 result.compType = vecType->getElementType(); in emitBinOps()
1084 opInfo.compType = opInfo.fullType; in emitCompoundAssignLValue()
1086 opInfo.compType = vecType->getElementType(); in emitCompoundAssignLValue()
1407 if (ops.compType->isSignedIntegerOrEnumerationType()) { in emitMul()
1428 if (ops.compType->isUnsignedIntegerType() && in emitMul()
1465 if (ops.compType->isSignedIntegerOrEnumerationType()) { in emitAdd()
1487 if (ops.compType->isUnsignedIntegerType() && in emitAdd()
1511 if (ops.compType->isSignedIntegerOrEnumerationType()) { in emitSub()
[all …]
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h199 CpaDcCompType compType; member
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc.h736 CpaDcCompType compType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td172 def OpTypeVector: Op<23, (outs TYPE:$type), (ins TYPE:$compType, i32imm:$compCount),
173 "$type = OpTypeVector $compType $compCount">;
207 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols),
208 "$res = OpTypeCooperativeMatrixNV $compType $scope $rows $cols">;
210 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols, ID:$use),
211 "$res = OpTypeCooperativeMatrixKHR $compType $scope $rows $cols $use">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10766 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local
10773 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()
10780 return compType; in CheckMultiplyDivideOperands()
10829 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local
10835 if (compType.isNull() || in CheckRemainderOperands()
10836 (!compType->isIntegerType() && in CheckRemainderOperands()
10837 !(getLangOpts().HLSL && compType->isFloatingType()))) in CheckRemainderOperands()
10840 return compType; in CheckRemainderOperands()
11132 QualType compType = in CheckAdditionOperands() local
11138 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c193 sd.compType = CPA_DC_DEFLATE; in qat_dc_init()