Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp174 if (shouldExpandForMC()) in expandCheckPseudo()
212 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()
234 if (!shouldExpandForMC()) { in expandCheckFunctionPredicateWithTII()
246 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
252 if (shouldExpandForMC()) in expandCheckNonPortable()
446 if (shouldExpandForMC()) in expandHeader()
452 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()
476 if (shouldExpandForMC()) in expandPrologue()
483 if (shouldExpandForMC()) in expandPrologue()
579 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
H A DPredicateExpander.h43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function