/llvm-project/mlir/lib/Dialect/ArmNeon/Transforms/ |
H A D | LowerContractionToSMMLAPattern.cpp | 55 mlir::VectorType rhsType = op.getRhsType(); in matchAndRewrite() local
|
/llvm-project/mlir/include/mlir/Dialect/ |
H A D | CommonFolders.h | 149 Type rhsType = getResultType(operands[1]); in constFoldBinaryOpConditional() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorContract.cpp | 1006 VectorType rhsType = op.getRhsType(); in matchAndRewriteMaskableOp() local 1036 VectorType rhsType = op.getRhsType(); in lowerParallel() local 1120 VectorType rhsType = op.getRhsType(); in lowerReduction() local 1215 VectorType rhsType = dyn_cast<VectorType>(op.getOperandTypeRHS()); matchAndRewrite() local 1339 VectorType rhsType = cast<VectorType>(rhs.getType()); matchAndRewriteMaskableOp() local [all...] |
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 169 Type rhsType = getRhs().getType(); verify() local 787 Type rhsType = getRhs().getType(); verify() local
|
/llvm-project/mlir/lib/Conversion/TosaToTensor/ |
H A D | TosaToTensor.cpp | 103 TensorType inferReshapeCollapsedType(TensorType lhsType, TensorType rhsType) { in inferReshapeCollapsedType() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | pointer-assignment.cpp | 312 } else if (auto rhsType{TypeAndShape::Characterize(d, foldingContext_)}) { Check() local
|
H A D | tools.cpp | 130 const std::optional<evaluate::DynamicType> &rhsType) { in IsDefinedAssignment() argument 124 MightBeSameDerivedType(const std::optional<evaluate::DynamicType> & lhsType,const std::optional<evaluate::DynamicType> & rhsType) MightBeSameDerivedType() argument
|
H A D | expression.cpp | 4481 std::optional<DynamicType> rhsType{rhs.GetType()}; TryDefinedAssignment() local 4706 AddAssignmentConversion(const DynamicType & lhsType,const DynamicType & rhsType) AddAssignmentConversion() argument [all...] |
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ConvertToFIR.cpp | 79 mlir::Type rhsType = rhs.getFortranElementType(); in matchAndRewrite() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1368 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); ActOnPropertyImplDecl() local 1714 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); DiagnosePropertyAccessorMismatch() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 808 auto rhsType = llvm::cast<VectorType>(types[1]); parse() local 853 verifyDimMap(VectorType lhsType,VectorType rhsType,const std::vector<std::pair<int64_t,int64_t>> & map) verifyDimMap() argument 865 verifyOutputShape(ContractionOp op,VectorType lhsType,VectorType rhsType,Type accType,Type resType,const std::vector<std::pair<int64_t,int64_t>> & contractingDimMap,const std::vector<std::pair<int64_t,int64_t>> & batchDimMap) verifyOutputShape() argument 956 VectorType rhsType = getRhsType(); verify() local 1032 VectorType rhsType = this->getRhsType(); getExpectedMaskType() local [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/ |
H A D | NVGPUTransformOps.cpp | 793 Type rhsType = getElementTypeOrSelf(rhsMemRef.getType()); in buildMmaSync() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 2990 auto rhsType = VectorType::get(rhsShape, rhsEltType); conv() local 3220 VectorType rhsType = depthwiseConv() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 4118 std::optional<Fortran::evaluate::DynamicType> rhsType = genPointerAssignment() local 4453 mlir::Type rhsType = rhs.getType(); genDataAssignment() local 4518 std::optional<Fortran::evaluate::DynamicType> rhsType = genAssignment() local [all...] |
H A D | ConvertExpr.cpp | 3094 mlir::Type rhsType = func.getFunctionType().getInput(1); genScalarUserDefinedAssignmentCall() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 1265 auto rhsType = mlir::dyn_cast<fir::RecordType>(rbaseType); genComponentByComponentAssignment() local
|