Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/
H A DCommand.h30 mlir::Value genGetCommand(fir::FirOpBuilder &, mlir::Location,
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCommand.cpp35 mlir::Value fir::runtime::genGetCommand(fir::FirOpBuilder &builder, in genGetCommand() function in fir::runtime
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DIntrinsicCall.h261 void genGetCommand(mlir::ArrayRef<fir::ExtendedValue> args);
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp288 &I::genGetCommand,
3823 void IntrinsicLibrary::genGetCommand(llvm::ArrayRef<fir::ExtendedValue> args) { in genReduction()
3849 fir::runtime::genGetCommand(builder, loc, commandBox, lenBox, errBox); in genIany()
3603 void IntrinsicLibrary::genGetCommand(llvm::ArrayRef<fir::ExtendedValue> args) { genGetCommand() function in fir::IntrinsicLibrary