Searched refs:genCommandArgumentCount (Results 1 – 5 of 5) sorted by relevance
24 mlir::Value genCommandArgumentCount(fir::FirOpBuilder &, mlir::Location);
15 mlir::Value result = fir::runtime::genCommandArgumentCount(*firBuilder, loc); in TEST_F()
28 mlir::Value fir::runtime::genCommandArgumentCount(fir::FirOpBuilder &builder, in genCommandArgumentCount() function in fir::runtime
197 genCommandArgumentCount(mlir::Type, llvm::ArrayRef<fir::ExtendedValue>);
215 {"command_argument_count", &I::genCommandArgumentCount},3237 fir::ExtendedValue IntrinsicLibrary::genCommandArgumentCount( in genDotProduct() 3243 loc, resultType, fir::runtime::genCommandArgumentCount(builder, loc));3041 fir::ExtendedValue IntrinsicLibrary::genCommandArgumentCount( genCommandArgumentCount() function in fir::IntrinsicLibrary