Searched refs:DefaultMethod (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp214 /// DefaultMethod - The name of the method that returns the default operand
216 std::string DefaultMethod; member in struct:__anon4890::ClassInfo
1143 Entry->DefaultMethod = "<invalid>";
1280 CI->DefaultMethod = ""; // unused
1419 Init *DMName = Rec->getValueInit("DefaultMethod");
1421 CI->DefaultMethod = std::string(SI->getValue());
1423 assert(isa<UnsetInit>(DMName) && "Unexpected DefaultMethod field!");
1424 CI->DefaultMethod = "default" + CI->ClassName + "Operands";
2102 // For optional operands we must also care about DefaultMethod
2104 Name += "_" + Op.Class->DefaultMethod;
[all...]

Completed in 25 milliseconds