Home
last modified time | relevance | path

Searched refs:isDerivedWithLenParameters (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp69 } else if (box.isDerivedWithLenParameters()) { in createNewFirBox()
167 else if (box.isDerivedWithLenParameters()) in read()
309 else if (box.isDerivedWithLenParameters()) in updateMutableProperties()
504 } else if (arr.isDerivedWithLenParameters()) { in associateMutableBox()
596 } else if (arr.isDerivedWithLenParameters()) { in associateMutableBoxWithRemap()
739 if (box.isDerivedWithLenParameters()) in genReallocIfNeeded()
775 } else if (box.isDerivedWithLenParameters()) { in genReallocIfNeeded()
851 if (box.isDerivedWithLenParameters()) in finalizeRealloc()
H A DFIRBuilder.cpp687 if (box.isDerivedWithLenParameters()) in readBoxValue()
775 if (box.isDerivedWithLenParameters()) { in getTypeParams()
955 if (box.isDerivedWithLenParameters()) in arrayElementToExtendedValue()
/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp225 static bool isDerivedWithLenParameters(const Fortran::semantics::Symbol &sym) { in isDerivedWithLenParameters() function
303 } else if (isDerivedWithLenParameters(sym)) { in getFromTuple()
428 !isDerivedWithLenParameters(sym); in canReadCapturedBoxValue()
440 if (isDerivedWithLenParameters(sym)) in walkCaptureCategories()
H A DBridge.cpp454 if (box.isDerivedWithLenParameters()) in createHostAssociateVarClone()
2241 else if (fir::isDerivedWithLenParameters(rhs)) in genAssignment()
H A DConvertExpr.cpp340 if (fir::isDerivedWithLenParameters(exv)) in createInMemoryScalarCopy()
2742 if (x.isDerivedWithLenParameters()) in genTempExtAddr()
2901 if (fir::isDerivedWithLenParameters(actualArg)) in createScalarTempForArgThatMayBeAbsent()
3741 mutableBox.isDerivedWithLenParameters()) in lowerAllocatableArrayAssignment()
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp500 EXPECT_FALSE(fir::isDerivedWithLenParameters(scalar)); in TEST_F()
505 EXPECT_FALSE(fir::isDerivedWithLenParameters(array)); in TEST_F()
523 EXPECT_TRUE(fir::isDerivedWithLenParameters(scalar)); in TEST_F()
528 EXPECT_TRUE(fir::isDerivedWithLenParameters(array)); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h249 bool isDerivedWithLenParameters() const { in isDerivedWithLenParameters() function
535 inline bool isDerivedWithLenParameters(const ExtendedValue &exv) { in isDerivedWithLenParameters() function