Home
last modified time | relevance | path

Searched defs:genAllocated (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp86 convertBoxedSequenceType(fir::SequenceType seqTy,mlir::LLVM::DIFileAttr fileAttr,mlir::LLVM::DIScopeAttr scope,mlir::Location loc,bool genAllocated,bool genAssociated) convertBoxedSequenceType() argument
244 convertPointerLikeType(mlir::Type elTy,mlir::LLVM::DIFileAttr fileAttr,mlir::LLVM::DIScopeAttr scope,mlir::Location loc,bool genAllocated,bool genAssociated) convertPointerLikeType() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp2424 IntrinsicLibrary::genAllocated(mlir::Type resultType, genAllocated() function in fir::IntrinsicLibrary