Home
last modified time | relevance | path

Searched refs:genCommandArgumentCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DCommand.h24 mlir::Value genCommandArgumentCount(fir::FirOpBuilder &, mlir::Location);
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DCommandTest.cpp15 mlir::Value result = fir::runtime::genCommandArgumentCount(*firBuilder, loc); in TEST_F()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCommand.cpp28 mlir::Value fir::runtime::genCommandArgumentCount(fir::FirOpBuilder &builder, in genCommandArgumentCount() function in fir::runtime
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp461 genCommandArgumentCount(mlir::Type, llvm::ArrayRef<fir::ExtendedValue>);
724 {"command_argument_count", &I::genCommandArgumentCount},
2430 fir::ExtendedValue IntrinsicLibrary::genCommandArgumentCount( in genCommandArgumentCount() function in IntrinsicLibrary
2436 loc, resultType, fir::runtime::genCommandArgumentCount(builder, loc)); in genCommandArgumentCount()