Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1421 const Init *PMName = Rec->getValueInit("PredicateMethod"); in buildOperandClasses() local
1422 if (const StringInit *SI = dyn_cast<StringInit>(PMName)) { in buildOperandClasses()
1425 assert(isa<UnsetInit>(PMName) && "Unexpected PredicateMethod field!"); in buildOperandClasses()