Searched refs:fusedLoc (Results 1 – 3 of 3) sorted by relevance
643 if (const auto fusedLoc = mlir::dyn_cast<mlir::FusedLoc>(loc)) { in LexicalScope() local644 assert(fusedLoc.getLocations().size() == 2 && "too many locations"); in LexicalScope()645 beginLoc = fusedLoc.getLocations()[0]; in LexicalScope()646 endLoc = fusedLoc.getLocations()[1]; in LexicalScope()
452 const mlir::Location fusedLoc = mlir::FusedLoc::get( in generateCode() local461 LexicalScope lexScope(*this, fusedLoc, entryBB); in generateCode()
1170 if (mlir::FusedLoc fusedLoc = mlir::dyn_cast<mlir::FusedLoc>(loc)) in matchAndRewrite() local1171 loc = fusedLoc.getLocations()[0]; in matchAndRewrite()