Home
last modified time | relevance | path

Searched refs:allocateLocal (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp621 builder.allocateLocal(loc, baseAddrTy, name + ".addr", "", in createMutableProperties()
628 builder.allocateLocal(loc, idxTy, name + ".lb" + std::to_string(i), "", in createMutableProperties()
631 builder.allocateLocal(loc, idxTy, name + ".ext" + std::to_string(i), "", in createMutableProperties()
648 builder.allocateLocal(loc, builder.getCharacterLengthType(), in createMutableProperties()
H A DConvertVariable.cpp558 return builder.allocateLocal(loc, ty, nm, symNm, shape, lenParams, isTarg);
765 builder.allocateLocal(loc, seqTy, aggName, "", llvm::None, llvm::None, in instantiateAggregateStore()
H A DBridge.cpp437 mlir::Value allocVal = builder->allocateLocal( in createHostAssociateVarClone()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp255 if (auto Off = this->allocateLocal(VD)) { in visitVarDecl()
H A DByteCodeExprGen.h155 llvm::Optional<unsigned> allocateLocal(DeclTy &&Decl,
H A DByteCodeExprGen.cpp437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() function in ByteCodeExprGen
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h138 mlir::Value allocateLocal(mlir::Location loc, mlir::Type ty,
143 mlir::Value allocateLocal(mlir::Location loc, mlir::Type ty,
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp327 TEST_F(FIRBuilderTest, allocateLocal) { in TEST_F() argument
331 auto var = builder.allocateLocal( in TEST_F()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp158 mlir::Value fir::FirOpBuilder::allocateLocal( in allocateLocal() function in fir::FirOpBuilder
190 mlir::Value fir::FirOpBuilder::allocateLocal( in allocateLocal() function in fir::FirOpBuilder
194 return allocateLocal(loc, ty, uniqName, name, /*pinned=*/false, shape, in allocateLocal()
H A DCharacter.cpp374 auto ref = builder.allocateLocal(loc, charTy, "", ".chrtmp", in createCharacterTemp()