Home
last modified time | relevance | path

Searched defs:allocas (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Ddynamic-alloca-with-address-space.c14 void allocas(unsigned long n) { in allocas() function
/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp67 auto &allocas = scfToSPIRVContext->outputVars[newOp]; in replaceSCFOutputValue() local
307 auto &allocas = scfToSPIRVContext->outputVars[parent]; in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DConstantArgumentGlobalisation.cpp48 llvm::SmallVector<std::pair<mlir::Operation *, mlir::Operation *>> allocas; in matchAndRewrite() local
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp86 auto allocas = res.getParentBlock()->getOps<fir::AllocaOp>(); in checkCharCompare2() local