Searched defs:rhsType (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | pointer-assignment.cpp | 207 } else if (auto rhsType{TypeAndShape::Characterize(d, context_)}) { in Check() local
|
| H A D | tools.cpp | 116 const std::optional<evaluate::DynamicType> &rhsType) { in MightBeSameDerivedType() 122 const std::optional<evaluate::DynamicType> &rhsType, int rhsRank) { in IsDefinedAssignment()
|
| H A D | expression.cpp | 3571 std::optional<DynamicType> rhsType{rhs.GetType()}; in TryDefinedAssignment() local 3749 const DynamicType &lhsType, const DynamicType &rhsType) { in AddAssignmentConversion()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 544 VectorType rhsType = op.getOperandTypeRHS().dyn_cast<VectorType>(); in matchAndRewrite() local 1404 VectorType rhsType = rhs.getType().cast<VectorType>(); in matchAndRewrite() local 1837 VectorType rhsType = op.getRhsType(); in matchAndRewrite() local 1868 VectorType rhsType = op.getRhsType(); in lowerParallel() local 1934 VectorType rhsType = op.getRhsType(); in lowerReduction() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Vectorization.cpp | 1410 VectorType rhsType = VectorType::get({kwSize, cSize, fSize}, rhsEltType); in conv() local 1533 VectorType rhsType = VectorType::get({kwSize, cSize}, rhsEltType); in depthwiseConv() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1388 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local 1735 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 592 auto rhsType = types[1].cast<VectorType>(); in parse() local 623 static bool verifyDimMap(VectorType lhsType, VectorType rhsType, in verifyDimMap() 635 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape() 726 auto rhsType = getRhsType(); in verify() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 2309 std::optional<Fortran::evaluate::DynamicType> rhsType = in genAssignment() local 2337 std::optional<Fortran::evaluate::DynamicType> rhsType = in genAssignment() local
|
| H A D | ConvertExpr.cpp | 3412 mlir::Type rhsType = func.getFunctionType().getInput(1); in genScalarUserDefinedAssignmentCall() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 1013 auto rhsType = rbaseType.dyn_cast<fir::RecordType>(); in genComponentByComponentAssignment() local
|