Home
last modified time | relevance | path

Searched defs:alloca (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp61 static mlir::Value genAllocmem(mlir::OpBuilder &builder, fir::AllocaOp alloca, in keepStackAllocation() argument
104 matchAndRewrite(fir::AllocaOp alloca,mlir::PatternRewriter & rewriter) const matchAndRewrite() argument
192 __anonbd2391ff0402(fir::AllocaOp alloca) runOnOperation() argument
[all...]
H A DOMPMapInfoFinalization.cpp
H A DMemRefDataFlowOpt.cpp120 f.walk([&](fir::AllocaOp alloca) { in runOnOperation()
H A DConstantArgumentGlobalisation.cpp50 auto alloca = mlir::dyn_cast_or_null<fir::AllocaOp>(a.getDefiningOp()); in matchAndRewrite() local
[all...]
H A DStackArrays.cpp514 std::optional<fir::AllocaOp> alloca = insertAlloca(allocmem, rewriter); matchAndRewrite() local
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Dinterface.m4 void *alloca(unsigned); function
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dalloca_constant_size.cpp13 # define alloca _alloca macro
H A Dalloca_loop_unpoisoning.cpp15 # define alloca _alloca macro
H A Dalloca_vla_interact.cpp15 # define alloca _alloca global() macro
/llvm-project/clang/test/Sema/
H A Dbuiltins-gnu-mode.c5 int alloca; variable
/llvm-project/clang/test/Analysis/
H A DNewDelete-intersections.mm40 int *p5 = (int *)alloca(sizeof(int)); function
H A Dmisc-ps-region-store.m6 void *alloca(size_t); function
/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
/llvm-project/mlir/lib/Conversion/ArmSMEToLLVM/
H A DArmSMEToLLVM.cpp167 // Find an alloca at the top of the function tagged with a in getOrCreateAllocaForTile() local
155 auto alloca = rewriter.create<memref::AllocaOp>( createAllocaForTile() local
178 auto alloca = createAllocaForTile(rewriter, loc, func, tileOp); getOrCreateAllocaForTile() local
[all...]
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp503 mlir::Value alloca = builder.create<fir::AllocaOp>(loc, ty); createReductionInitRegion() local
738 auto alloca = addDeclareReduction() local
748 auto alloca = addDeclareReduction() local
H A DClauseProcessor.cpp783 auto alloca = builder.create<fir::AllocaOp>(currentLocation, symType); processCopyprivate() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DIndependenceTransforms.cpp199 auto alloca = rewriter.replaceOpWithNewOp<memref::AllocaOp>( in allocToAlloca() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInlining.cpp
/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp
/llvm-project/mlir/lib/Dialect/MemRef/TransformOps/
H A DMemRefTransformOps.cpp144 auto alloca = cast<memref::AllocaOp>(op); in apply() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp400 std::optional<Operation *> alloca = in promote() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DBufferizeHLFIR.cpp330 auto alloca = builder.createTemporary(loc, charType, tmpName, matchAndRewrite() local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp467 auto alloca = builder.create<fir::AllocaOp>(loc, refTy.getEleTy()); genPrivateLikeInitRegion() local
488 auto alloca = builder.create<fir::AllocaOp>( genPrivateLikeInitRegion() local
1026 mlir::Value alloca = builder.create<fir::AllocaOp>(loc, ty); genReductionInitRegion() local
1042 mlir::Value alloca = builder.create<fir::AllocaOp>( genReductionInitRegion() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1188 AllocaInst *alloca = emitCallAndSwitchStatement() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1519 Address alloca = GenerateBlockFunction() local

12