Home
last modified time | relevance | path

Searched refs:convertIdLocToRange (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserState.cpp151 SMRange AsmParserState::convertIdLocToRange(SMLoc loc) { in convertIdLocToRange() function in AsmParserState
215 convertIdLocToRange(resultGroup.second)); in finalizeOperationDefinition()
253 block, convertIdLocToRange(location))); in addDefinition()
259 impl->blocks[it->second]->definition.loc = convertIdLocToRange(location); in addDefinition()
271 def.arguments[argIdx] = SMDefinition(convertIdLocToRange(location)); in addDefinition()
296 resultGroup.definition.uses.push_back(convertIdLocToRange(loc)); in addUses()
311 argDef.uses.emplace_back(convertIdLocToRange(loc)); in addUses()
323 def.definition.uses.push_back(convertIdLocToRange(loc)); in addUses()
/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DAsmParserState.h127 static SMRange convertIdLocToRange(SMLoc loc);