Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.h100 bool ExpandDefinition; variable
114 : PredicateExpander(Target), ClassPrefix(), ExpandDefinition(false) {} in STIPredicateExpander()
116 bool shouldExpandDefinition() const { return ExpandDefinition; } in shouldExpandDefinition()
119 void setExpandDefinition(bool Value) { ExpandDefinition = Value; } in setExpandDefinition()
H A DInstrInfoEmitter.cpp71 bool ExpandDefinition = true);
680 bool ExpandDefinition) { in emitTIIHelperMethods() argument
689 OS << (ExpandDefinition ? "" : "static ") << "bool "; in emitTIIHelperMethods()
690 if (ExpandDefinition) in emitTIIHelperMethods()
694 if (!ExpandDefinition) { in emitTIIHelperMethods()