Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1460 const Init *DMName = Rec->getValueInit("DefaultMethod"); in buildOperandClasses() local
1461 if (const StringInit *SI = dyn_cast<StringInit>(DMName)) { in buildOperandClasses()
1464 assert(isa<UnsetInit>(DMName) && "Unexpected DefaultMethod field!"); in buildOperandClasses()