/llvm-project/mlir/test/CAPI/ |
H A D | sparse_tensor.c | 71 MlirAttribute newAttr = mlirSparseTensorEncodingAttrGet( in testRoundtripEncoding() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGenOpenMP.cpp | 74 mlir::Type newAttr; in matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ExternalNameConversion.cpp | 72 auto newAttr = mlir::StringAttr::get(context, newName); runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | RewriteAsConstant.cpp | 127 auto newAttr = DenseElementsAttr::get(newType, values); in constantFoldPadOp() local
|
/llvm-project/mlir/lib/Conversion/OpenMPToLLVM/ |
H A D | OpenMPToLLVM.cpp | 175 Type newAttr = converter->convertType(typeAttr.getValue()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 1999 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 D | PDLToPDLInterp.cpp | 731 Value newAttr = builder.create<pdl_interp::CreateAttributeOp>( in generateRewriter() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | EmulateWideInt.cpp | 191 auto newAttr = DenseElementsAttr::get(newType, {low, high}); in matchAndRewrite() local
|
/llvm-project/mlir/lib/IR/ |
H A D | SymbolTable.cpp | 885 SymbolRefAttr newAttr = generateNewRefAttr(scope.symbol, newLeafAttr); in replaceAllSymbolUsesImpl() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 848 AttrList.push_back(newAttr); in addAtEnd() argument
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorDistribute.cpp | 761 auto newAttr = DenseElementsAttr::get( matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1811 DenseElementsAttr newAttr = DenseElementsAttr::getFromRawBuffer( matchAndRewrite() local 2356 DenseElementsAttr newAttr; matchAndRewrite() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2592 Attr *newAttr; handleVisibilityAttr() local
|
H A D | SemaDecl.cpp | 3262 InheritableAttr *newAttr = mergeParamDeclAttributes() local
|
H A D | TreeTransform.h | 7329 const Attr *newAttr = oldAttr ? getDerived().TransformAttr(oldAttr) : nullptr; TransformAttributedType() local
|