Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp173 if (shouldExpandForMC()) in expandCheckPseudo()
211 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()
233 if (!shouldExpandForMC()) { in expandCheckFunctionPredicateWithTII()
245 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
251 if (shouldExpandForMC()) in expandCheckNonPortable()
445 if (shouldExpandForMC()) in expandHeader()
451 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()
475 if (shouldExpandForMC()) in expandPrologue()
482 if (shouldExpandForMC()) in expandPrologue()
579 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
H A DPredicateExpander.h43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function