Home
last modified time | relevance | path

Searched defs:lhsType (Results 1 – 18 of 18) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp622 VectorType lhsType; global() member
995 VectorType lhsType = op.getLhsType(); matchAndRewriteMaskableOp() local
1035 VectorType lhsType = op.getLhsType(); lowerParallel() local
1119 VectorType lhsType = op.getLhsType(); lowerReduction() local
1214 VectorType lhsType = op.getOperandVectorTypeLHS(); matchAndRewrite() local
1338 VectorType lhsType = cast<VectorType>(lhs.getType()); matchAndRewriteMaskableOp() local
[all...]
/llvm-project/mlir/lib/Dialect/ArmNeon/Transforms/
H A DLowerContractionToSMMLAPattern.cpp54 mlir::VectorType lhsType = op.getLhsType(); in matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/
H A DCommonFolders.h148 Type lhsType = getResultType(operands[0]); in constFoldBinaryOpConditional() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp168 Type lhsType = getLhs().getType(); verify() local
786 Type lhsType = getLhs().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.cpp98 set_lhsType(std::optional<TypeAndShape> && lhsType) set_lhsType() argument
H A Dtools.cpp129 const std::optional<evaluate::DynamicType> &lhsType, in IsDefinedAssignment() argument
123 MightBeSameDerivedType(const std::optional<evaluate::DynamicType> & lhsType,const std::optional<evaluate::DynamicType> & rhsType) MightBeSameDerivedType() argument
H A Dexpression.cpp4480 std::optional<DynamicType> lhsType{lhs.GetType()}; TryDefinedAssignment() local
4706 AddAssignmentConversion(const DynamicType & lhsType,const DynamicType & rhsType) AddAssignmentConversion() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1367 if (lhsType != rhsType && in ActOnPropertyImplDecl() local
1713 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch() local
H A DSemaChecking.cpp9132 CheckReturnValExpr(Expr * RetValExp,QualType lhsType,SourceLocation ReturnLoc,bool isObjCMethod,const AttrVec * Attrs,const FunctionDecl * FD) CheckReturnValExpr() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp807 auto lhsType = llvm::cast<VectorType>(types[0]); 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
955 VectorType lhsType = getLhsType(); verify() local
1031 VectorType lhsType = this->getLhsType(); getExpectedMaskType() local
2561 auto lhsType = fold() local
[all...]
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp189 nativeShape[nativeShape.size() - 1] = lhsType.isF16() ? 4 : 2; in runOnOperation() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp4021 std::optional<Fortran::evaluate::DynamicType> lhsType = genPointerAssignment() local
4116 std::optional<Fortran::evaluate::DynamicType> lhsType = genPointerAssignment() local
4353 std::optional<Fortran::evaluate::DynamicType> lhsType = genDataAssignment() local
4454 mlir::Type lhsType = lhsYield.getType(); genDataAssignment() local
4515 std::optional<Fortran::evaluate::DynamicType> lhsType = genAssignment() local
[all...]
H A DConvertExpr.cpp3093 mlir::Type lhsType = func.getFunctionType().getInput(0); genScalarUserDefinedAssignmentCall() local
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp792 Type lhsType = getElementTypeOrSelf(lhsMemRef.getType()); in buildMmaSync() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp2989 auto lhsType = VectorType::get(lhsShape, lhsEltType); conv() local
3213 VectorType lhsType = VectorType::get( depthwiseConv() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp82 mlir::Type lhsType = getLhs().getType(); verify() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1262 auto lhsType = mlir::dyn_cast<fir::RecordType>(lbaseType); genComponentByComponentAssignment() local