Home
last modified time | relevance | path

Searched defs:rhsType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp207 } else if (auto rhsType{TypeAndShape::Characterize(d, context_)}) { in Check() local
H A Dtools.cpp116 const std::optional<evaluate::DynamicType> &rhsType) { in MightBeSameDerivedType()
122 const std::optional<evaluate::DynamicType> &rhsType, int rhsRank) { in IsDefinedAssignment()
H A Dexpression.cpp3571 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 DVectorTransforms.cpp544 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 DVectorization.cpp1410 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 DSemaObjCProperty.cpp1388 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 DVectorOps.cpp592 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 DBridge.cpp2309 std::optional<Fortran::evaluate::DynamicType> rhsType = in genAssignment() local
2337 std::optional<Fortran::evaluate::DynamicType> rhsType = in genAssignment() local
H A DConvertExpr.cpp3412 mlir::Type rhsType = func.getFunctionType().getInput(1); in genScalarUserDefinedAssignmentCall() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1013 auto rhsType = rbaseType.dyn_cast<fir::RecordType>(); in genComponentByComponentAssignment() local