Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/ArmNeon/Transforms/
H A DLowerContractionToSMMLAPattern.cpp55 mlir::VectorType rhsType = op.getRhsType(); in matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/
H A DCommonFolders.h149 Type rhsType = getResultType(operands[1]); in constFoldBinaryOpConditional() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp1006 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 DEmitC.cpp169 Type rhsType = getRhs().getType(); verify() local
787 Type rhsType = getRhs().getType(); verify() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp103 TensorType inferReshapeCollapsedType(TensorType lhsType, TensorType rhsType) { in inferReshapeCollapsedType() argument
/llvm-project/flang/lib/Semantics/
H A Dpointer-assignment.cpp312 } else if (auto rhsType{TypeAndShape::Characterize(d, foldingContext_)}) { Check() local
H A Dtools.cpp130 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 Dexpression.cpp4481 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 DConvertToFIR.cpp79 mlir::Type rhsType = rhs.getFortranElementType(); in matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1368 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 DVectorOps.cpp808 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 DNVGPUTransformOps.cpp793 Type rhsType = getElementTypeOrSelf(rhsMemRef.getType()); in buildMmaSync() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp2990 auto rhsType = VectorType::get(rhsShape, rhsEltType); conv() local
3220 VectorType rhsType = depthwiseConv() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp4118 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 DConvertExpr.cpp3094 mlir::Type rhsType = func.getFunctionType().getInput(1); genScalarUserDefinedAssignmentCall() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1265 auto rhsType = mlir::dyn_cast<fir::RecordType>(rbaseType); genComponentByComponentAssignment() local