Home
last modified time | relevance | path

Searched defs:MutableBoxValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h28 class MutableBoxValue; variable
H A DBoxValue.h34 class MutableBoxValue; variable
341 MutableBoxValue(mlir::Value addr, mlir::ValueRange lenParameters, in MutableBoxValue() function
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DBoxValue.cpp33 [](const fir::MutableBoxValue &) -> mlir::Value { in getLen()
63 [&](const fir::MutableBoxValue &) -> RT { in getTypeParams()
H A DMutableBox.cpp521 [&](const fir::MutableBoxValue &) { in associateMutableBox()
618 [&](const fir::MutableBoxValue &) { in associateMutableBoxWithRemap()
H A DFIRBuilder.cpp398 [&](const fir::MutableBoxValue &) -> mlir::Value { in createShape()
447 [&](const fir::MutableBoxValue &) -> mlir::Value { in createSlice()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp464 void genSourceAllocation(const Allocation &, const fir::MutableBoxValue &) { in genSourceAllocation()
467 void genMoldAllocation(const Allocation &, const fir::MutableBoxValue &) { in genMoldAllocation()
470 void genSetType(const Allocation &, const fir::MutableBoxValue &) { in genSetType()