Searched refs:fused_loc (Results 1 – 3 of 3) sorted by relevance
76 } else if (auto fused_loc = curr_loc.dyn_cast<FusedLoc>()) { in GetNameFromLoc() local79 auto reversed_fused_locs = llvm::reverse(fused_loc.getLocations()); in GetNameFromLoc()
148 auto fused_loc = rewriter.getFusedLoc(locations); in matchAndRewrite() local175 Value fused_op = rewriter.create<FusedOpT>(fused_loc, result_type, in matchAndRewrite()
535 Location fused_loc = in ApplyFusionPlan() local547 b.create<mhlo::FusionOp>(fused_loc, output_types, inputs); in ApplyFusionPlan()555 b.create<mhlo::ReturnOp>(fused_loc, outputs); in ApplyFusionPlan()