Searched refs:compType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/qat/qat_api/common/compression/ |
| H A D | dc_session.c | 77 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 D | dc_header_footer.c | 56 if (CPA_DC_DEFLATE == pSessionDesc->compType) { in cpaDcGenerateHeader() 182 if (CPA_DC_DEFLATE == pSessionDesc->compType) { in cpaDcGenerateFooter()
|
| H A D | dc_datapath.c | 216 if ((pSessionDesc->compType == CPA_DC_DEFLATE) && in dcCompression_ProcessCallback()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 36 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 D | dc_session.h | 199 CpaDcCompType compType; member
|
| /freebsd/sys/dev/qat/qat_api/include/dc/ |
| H A D | cpa_dc.h | 736 CpaDcCompType compType; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 172 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 D | SemaExpr.cpp | 10766 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 D | qat_compress.c | 193 sd.compType = CPA_DC_DEFLATE; in qat_dc_init()
|