Home
last modified time | relevance | path

Searched refs:std_splat (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DIntrinsics.h44 using std_splat = ValueBuilder<SplatOp>; variable
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp261 result = std_splat(vectorType, xferOp.padding()); in doReplace()
319 Value vector = std_splat(minorVectorType, xferOp.padding()); in doReplace()