Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp150 if (shouldExpandForMC()) in expandCheckPseudo()
188 OS << TargetName << (shouldExpandForMC() ? "_MC::" : "InstrInfo::"); in expandTIIFunctionCall()
205 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
211 if (shouldExpandForMC()) in expandCheckNonPortable()
386 if (shouldExpandForMC()) in expandHeader()
392 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); in expandHeader()
416 if (shouldExpandForMC()) in expandPrologue()
423 if (shouldExpandForMC()) in expandPrologue()
519 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
H A DPredicateExpander.h44 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function