Searched defs:argByRef (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Reduction.cpp | 1751 genReduce(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value arrayBox,mlir::Value operation,mlir::Value maskBox,mlir::Value identity,mlir::Value ordered,bool argByRef) genReduce() argument 1874 genReduceDim(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value arrayBox,mlir::Value operation,mlir::Value dim,mlir::Value maskBox,mlir::Value identity,mlir::Value ordered,mlir::Value resultBox,bool argByRef) genReduceDim() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 5836 bool argByRef = true; genReduce() local
|