Searched refs:allocateLocal (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Allocatable.cpp | 621 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 D | ConvertVariable.cpp | 558 return builder.allocateLocal(loc, ty, nm, symNm, shape, lenParams, isTarg); 765 builder.allocateLocal(loc, seqTy, aggName, "", llvm::None, llvm::None, in instantiateAggregateStore()
|
| H A D | Bridge.cpp | 437 mlir::Value allocVal = builder->allocateLocal( in createHostAssociateVarClone()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 255 if (auto Off = this->allocateLocal(VD)) { in visitVarDecl()
|
| H A D | ByteCodeExprGen.h | 155 llvm::Optional<unsigned> allocateLocal(DeclTy &&Decl,
|
| H A D | ByteCodeExprGen.cpp | 437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() function in ByteCodeExprGen
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 138 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 D | FIRBuilderTest.cpp | 327 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 D | FIRBuilder.cpp | 158 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 D | Character.cpp | 374 auto ref = builder.allocateLocal(loc, charTy, "", ".chrtmp", in createCharacterTemp()
|