Home
last modified time | relevance | path

Searched refs:std_alloca (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DIntrinsics.h20 using std_alloca = ValueBuilder<AllocaOp>; variable
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DPromotion.cpp83 ? std_alloca(MemRefType::get(width * cst.getValue(), in allocBuffer()
94 ? std_alloca(MemRefType::get(-1, IntegerType::get(8, ctx)), mul, in allocBuffer()
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp253 Value res = std_alloca(memRefMinorVectorType); in setAllocAtFunctionEntry()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2425 alloc = std_alloca(MemRefType::get(shape, elementType), ValueRange{}, in splitFullAndPartialTransfer()