Home
last modified time | relevance | path

Searched defs:newAttr (Results 1 – 15 of 15) sorted by relevance

/llvm-project/mlir/test/CAPI/
H A Dsparse_tensor.c71 MlirAttribute newAttr = mlirSparseTensorEncodingAttrGet( in testRoundtripEncoding() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGenOpenMP.cpp74 mlir::Type newAttr; in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DExternalNameConversion.cpp72 auto newAttr = mlir::StringAttr::get(context, newName); runOnOperation() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DRewriteAsConstant.cpp127 auto newAttr = DenseElementsAttr::get(newType, values); in constantFoldPadOp() local
/llvm-project/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp175 Type newAttr = converter->convertType(typeAttr.getValue()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1999 TypedAttr newAttr = splat.getSplatValue<TypedAttr>(); matchAndRewrite() local
2043 TypedAttr newAttr; matchAndRewrite() local
2887 auto newAttr = DenseElementsAttr::get(destTy, allValues); matchAndRewrite() local
3200 auto newAttr = DenseElementsAttr::get(destTy, newValues); matchAndRewrite() local
3652 auto newAttr = SplatElementsAttr::get(extractStridedSliceOp.getType(), matchAndRewrite() local
3718 auto newAttr = DenseElementsAttr::get(sliceVecTy, sliceValues); matchAndRewrite() local
5295 auto newAttr = matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp731 Value newAttr = builder.create<pdl_interp::CreateAttributeOp>( in generateRewriter() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateWideInt.cpp191 auto newAttr = DenseElementsAttr::get(newType, {low, high}); in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DSymbolTable.cpp885 SymbolRefAttr newAttr = generateNewRefAttr(scope.symbol, newLeafAttr); in replaceAllSymbolUsesImpl() local
/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h848 AttrList.push_back(newAttr); in addAtEnd() argument
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp761 auto newAttr = DenseElementsAttr::get( matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1811 DenseElementsAttr newAttr = DenseElementsAttr::getFromRawBuffer( matchAndRewrite() local
2356 DenseElementsAttr newAttr; matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2592 Attr *newAttr; handleVisibilityAttr() local
H A DSemaDecl.cpp3262 InheritableAttr *newAttr = mergeParamDeclAttributes() local
H A DTreeTransform.h7329 const Attr *newAttr = oldAttr ? getDerived().TransformAttr(oldAttr) : nullptr; TransformAttributedType() local