/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorContract.cpp | 622 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 D | LowerContractionToSMMLAPattern.cpp | 54 mlir::VectorType lhsType = op.getLhsType(); in matchAndRewrite() local
|
/llvm-project/mlir/include/mlir/Dialect/ |
H A D | CommonFolders.h | 148 Type lhsType = getResultType(operands[0]); in constFoldBinaryOpConditional() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 168 Type lhsType = getLhs().getType(); verify() local 786 Type lhsType = getLhs().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 | 98 set_lhsType(std::optional<TypeAndShape> && lhsType) set_lhsType() argument
|
H A D | tools.cpp | 129 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 D | expression.cpp | 4480 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 D | SemaObjCProperty.cpp | 1367 if (lhsType != rhsType && in ActOnPropertyImplDecl() local 1713 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch() local
|
H A D | SemaChecking.cpp | 9132 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 D | VectorOps.cpp | 807 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 D | TestVectorTransforms.cpp | 189 nativeShape[nativeShape.size() - 1] = lhsType.isF16() ? 4 : 2; in runOnOperation() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 4021 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 D | ConvertExpr.cpp | 3093 mlir::Type lhsType = func.getFunctionType().getInput(0); genScalarUserDefinedAssignmentCall() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/ |
H A D | NVGPUTransformOps.cpp | 792 Type lhsType = getElementTypeOrSelf(lhsMemRef.getType()); in buildMmaSync() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 2989 auto lhsType = VectorType::get(lhsShape, lhsEltType); conv() local 3213 VectorType lhsType = VectorType::get( depthwiseConv() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 82 mlir::Type lhsType = getLhs().getType(); verify() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 1262 auto lhsType = mlir::dyn_cast<fir::RecordType>(lbaseType); genComponentByComponentAssignment() local
|