Home
last modified time | relevance | path

Searched refs:boxcharArgumentType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTarget.h94 virtual Marshalling boxcharArgumentType(mlir::Type eleTy,
H A DTarget.cpp57 Marshalling boxcharArgumentType(mlir::Type eleTy, bool sret) const override { in boxcharArgumentType() function
H A DTargetRewrite.cpp249 auto m = specifics->boxcharArgumentType(boxTy.getEleTy(), sret); in convertCallOp()
394 for (auto &tup : specifics->boxcharArgumentType(box.getEleTy())) { in convertAddrOp()
511 for (auto e : llvm::enumerate(specifics->boxcharArgumentType( in convertSignature()