Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Conversion/BufferizationToMemRef/
H A DBufferizationToMemRef.cpp56 MemRefType allocType = in matchAndRewrite() local
88 auto allocType = in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp174 auto allocType = updateCalls() local
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp319 MemRefType allocType = allocaOp.getType(); in matchAndRewrite() local
341 MemRefType allocType = operation.getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp174 auto allocType = bufferization::getBufferType(getResult(), options); in bufferize() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1576 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); EmitCXXNewExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1876 doesUsualArrayDeleteWantSize(Sema & S,SourceLocation loc,QualType allocType) doesUsualArrayDeleteWantSize() argument