Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/TableGen/
H A DPattern.cpp183 return dagOpDef->getName() == "replaceWithValue"; in isLocationDirective() local
188 return dagOpDef->getName() == "location"; in isReturnTypeDirective() local
193 return dagOpDef->getName() == "returnType"; in isEither() local
198 return dagOpDef->getName() == "either"; in isVariadic() local
178 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); isReplaceWithValue() local
[all...]