Home
last modified time | relevance | path

Searched refs:sourceBox (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp121 mlir::Value resultBox, mlir::Value sourceBox, in genReshape() argument
130 sourceBox, shapeBox, padBox, in genReshape()
137 mlir::Value resultBox, mlir::Value sourceBox, in genSpread() argument
145 fir::runtime::createArguments(builder, loc, fTy, resultBox, sourceBox, in genSpread()
152 mlir::Value resultBox, mlir::Value sourceBox) { in genTranspose() argument
159 sourceBox, sourceFile, sourceLine); in genTranspose()
H A DAssign.cpp17 mlir::Value destBox, mlir::Value sourceBox) { in genAssign() argument
24 sourceBox, sourceFile, sourceLine); in genAssign()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DTransformational.h47 mlir::Value resultBox, mlir::Value sourceBox,
51 mlir::Value resultBox, mlir::Value sourceBox, mlir::Value dim,
55 mlir::Value resultBox, mlir::Value sourceBox);
H A DAssign.h29 mlir::Value destBox, mlir::Value sourceBox);
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DRuntime.h86 mlir::Value resultBox, mlir::Value sourceBox,
91 mlir::Value resultBox, mlir::Value sourceBox,
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp299 mlir::Value resultBox, mlir::Value sourceBox, in genTransfer() argument
309 builder, loc, fTy, resultBox, sourceBox, moldBox, sourceFile, sourceLine); in genTransfer()
316 mlir::Value sourceBox, mlir::Value moldBox, in genTransferSize() argument
325 fir::runtime::createArguments(builder, loc, fTy, resultBox, sourceBox, in genTransferSize()