Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVInstrInfo.td179 def OpTypeVector: Op<23, (outs TYPE:$type), (ins TYPE:$compType, i32imm:$compCount),
180 "$type = OpTypeVector $compType $compCount">;
212 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols),
213 "$res = OpTypeCooperativeMatrixNV $compType $scope $rows $cols">;
215 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols, ID:$use),
216 "$res = OpTypeCooperativeMatrixKHR $compType $scope $rows $cols $use">;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp10511 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local
10517 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()
10523 return compType; in CheckMultiplyDivideOperands()
10552 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local
10557 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()
10560 return compType; in CheckRemainderOperands()
10851 QualType compType = in CheckAdditionOperands() local
10857 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
10858 return compType; in CheckAdditionOperands()
10863 QualType compType = in CheckAdditionOperands() local
[all …]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDqat_compress.c192 sd.compType = CPA_DC_DEFLATE; in qat_dc_init()