Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp177 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); in isReplaceWithValue() local
178 return dagOpDef->getName() == "replaceWithValue"; in isReplaceWithValue()
182 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); in isLocationDirective() local
183 return dagOpDef->getName() == "location"; in isLocationDirective()
187 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); in isReturnTypeDirective() local
188 return dagOpDef->getName() == "returnType"; in isReturnTypeDirective()
192 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); in isEither() local
193 return dagOpDef->getName() == "either"; in isEither()