Home
last modified time | relevance | path

Searched refs:splatAttr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h103 if (auto splatAttr = attr.dyn_cast<SplatElementsAttr>()) { in match() local
105 .match(splatAttr.getSplatValue()); in match()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp124 if (auto splatAttr = attr.dyn_cast<SplatElementsAttr>()) { in getLLVMConstant() local
142 elementTypeSequential ? splatAttr : splatAttr.getSplatValue(), loc); in getLLVMConstant()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2527 auto splatAttr = SplatElementsAttr::get( in matchAndRewrite() local
2532 rewriter.create<LLVM::ConstantOp>(loc, llvmVectorTy, splatAttr); in matchAndRewrite()