Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dderived.cpp69 const typeInfo::DerivedType &compType{*comp.derivedType()}; in Initialize() local
71 compDesc.Establish(compType, in Initialize()
74 stat = Initialize(compDesc, compType, terminator, hasStat, errMsg); in Initialize()
175 if (const typeInfo::DerivedType * compType{comp.derivedType()}) { in Finalize() local
176 if (!compType->noFinalizationNeeded()) { in Finalize()
181 Finalize(compDesc, *compType); in Finalize()
198 const typeInfo::DerivedType &compType{*comp.derivedType()}; in Finalize() local
200 compDesc.Establish(compType, in Finalize()
203 Finalize(compDesc, compType); in Finalize()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dexpression.cpp253 if (const semantics::DeclTypeSpec * compType{compObject.type()}) { in GetParentComponentSymbol() local
254 const semantics::DerivedTypeSpec &dtSpec{compType->derivedTypeSpec()}; in GetParentComponentSymbol()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10820 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()
10826 return compType; in CheckMultiplyDivideOperands()
10860 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()
10863 return compType; in CheckRemainderOperands()
11161 return compType; in CheckAdditionOperands()
11170 return compType; in CheckAdditionOperands()
11179 return compType; in CheckAdditionOperands()
11194 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()
11196 return compType; in CheckAdditionOperands()
11276 return compType; in CheckSubtractionOperands()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td158 def OpTypeVector: Op<23, (outs TYPE:$type), (ins TYPE:$compType, i32imm:$compCount),
159 "$type = OpTypeVector $compType $compCount">;
191 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols),
192 "$res = OpTypeCooperativeMatrixNV $compType $scope $rows $cols">;