Searched refs:name_loc (Results 1 – 4 of 4) sorted by relevance
65 if (auto name_loc = curr_loc.dyn_cast<NameLoc>()) { in GetNameFromLoc() local68 auto name = name_loc.getName().strref().split('@').first; in GetNameFromLoc()
79 math(EXPR name_loc "${last_dot_loc} + 1")80 string(SUBSTRING ${entrypoint} ${name_loc} -1 entrypoint_name)
254 const std::string& name, LocTy name_loc);501 LocTy name_loc);505 LocTy name_loc);876 LocTy name_loc = lexer_.GetLoc(); in ParseComputation() local911 return AddComputation(name, computation, name_loc); in ParseComputation()964 const LocTy name_loc = lexer_.GetLoc(); in ParseInstruction() local977 return ParseInstructionRhs(builder, name, name_loc); in ParseInstruction()982 LocTy name_loc) { in ParseInstructionRhs() argument2608 return Error(name_loc, in ParseInstructionRhs()2634 return Error(name_loc, StrCat("error adding control dependency for: ", in ParseInstructionRhs()[all …]
77 if (auto name_loc = call_site.getCallee().dyn_cast<mlir::NameLoc>()) { in ConvertLocation() local78 debug_info->add_original_node_names(name_loc.getName().c_str()); in ConvertLocation()