Home
last modified time | relevance | path

Searched defs:argByRef (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp1751 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 DIntrinsicCall.cpp5836 bool argByRef = true; genReduce() local