Lines Matching defs:isByRef
92 mlir::Type ty, bool isByRef) {
98 if (isByRef)
106 const fir::KindMapping &kindMap, mlir::Type ty, bool isByRef) {
129 return getReductionName(reductionName, kindMap, ty, isByRef);
373 bool isByRef) {
382 if (isByRef) {
416 bool isByRef) {
423 if (isByRef) {
441 if (isByRef) {
449 if (isByRef) {
460 assert(isByRef && "passing non-trivial types by val is unsupported");
471 bool isByRef) {
484 if (!isByRef)
489 createReductionAllocAndInitRegions(builder, loc, decl, redId, type, isByRef);
498 genCombiner(builder, loc, redId, type, op1, op2, isByRef);
602 for (auto [symVal, isByRef] : llvm::zip(reductionVars, reduceVarByRef)) {
632 getReductionName(intrinsicOp, kindMap, redNameTy, isByRef);
643 redNameTy, isByRef);
649 currentLocation, isByRef);