Home
last modified time | relevance | path

Searched defs:heapTy (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/unittests/Optimizer/
H A DFIRTypesTest.cpp205 mlir::Type heapTy = fir::HeapType::get(recTy); in TEST_F() local
246 mlir::Type heapTy = fir::HeapType::get(ty); in TEST_F() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp261 if (auto heapTy = mlir::dyn_cast<fir::HeapType>(ty)) extractSequenceType() local
308 if (auto heapTy = mlir::dyn_cast<fir::HeapType>(boxTy.getEleTy())) isScalarBoxedRecordType() local
340 if (auto heapTy = mlir::dyn_cast<fir::HeapType>(boxTy.getEleTy())) isAllocatableOrPointerArray() local
590 } else if (auto heapTy = mlir::dyn_cast_or_null<fir::HeapType>(ty)) { getTypeAsString() local
/llvm-project/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h442 if (auto heapTy = mlir::dyn_cast<fir::HeapType>(ty)) updateTypeForUnlimitedPolymorphic() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp309 if (auto heapTy = mlir::dyn_cast_or_null<fir::HeapType>(elTy)) convertType() local
H A DStackArrays.cpp489 mlir::Type heapTy = heap.getType(); convertAllocationType() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp333 fir::HeapType heapTy = genBoxCombiner() local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp1011 if (auto heapTy = mlir::dyn_cast<fir::HeapType>(ty)) getReductionInitValue() local
1390 if (auto heapTy = mlir::dyn_cast<fir::HeapType>(ty)) isSupportedReductionType() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp966 mlir::Type heapTy = heap.getType(); matchAndRewrite() local